summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvdisp_disp0.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-05NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow1-1/+2
2019-07-05nv_services: Deglobalize NvServicesFernando Sahmkow1-2/+3
2019-03-07gpu: Refactor command and swap buffers interface for asynch.bunnei1-1/+1
2019-02-27common/math_util: Move contents into the Common namespaceLioncash1-1/+1
2019-02-08nvdisp_disp0: change drawing message log level from Warning to TraceTobias1-3/+3
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+3
2018-08-31core: Make the main System class use the PImpl idiomLioncash1-1/+2
2018-08-07nvdrv: Get rid of indirect inclusionsLioncash1-1/+1
2018-08-04video_core: Eliminate the g_renderer global variableLioncash1-3/+3
2018-07-18vi: Partially implement buffer crop parameters.bunnei1-2/+4
2018-07-03Update clang formatJames Rowe1-2/+2
2018-07-03Rename logging macro back to LOG_*James Rowe1-1/+1
2018-04-24nvdrv: Move logging macros over to new fmt-compatible onesLioncash1-3/+3
2018-04-23Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.Subv1-1/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-6/+2
2018-03-23renderer_opengl: Fixes for properly flushing & rendering the framebuffer.bunnei1-6/+0
2018-03-23renderer_opengl: Better handling of framebuffer transform flags.bunnei1-3/+1
2018-03-23nvdisp_disp0: Always flush and invalidate framebuffer region.bunnei1-0/+7
2018-03-23video_core: Move FramebufferInfo to FramebufferConfig in GPU.bunnei1-3/+3
2018-03-19Clang FixesN00byKing1-2/+2
2018-03-19Clean Warnings (?)N00byKing1-1/+1
2018-02-12vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical.bunnei1-2/+4
2018-02-06Extra nvdrv support (#162)David1-1/+1
2018-01-17UI: Fix frame rate perf statsJames Rowe1-0/+3
2018-01-17NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call.Subv1-2/+2
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2018-01-12nvdisp_disp0: Fix broken assert.bunnei1-1/+1
2018-01-11nvdisp_disp0: Call SwapBuffers to render framebuffer.bunnei1-0/+7
2018-01-11NV: Move the nv device nodes to their own directory and namespace.Subv1-0/+29