51 Commits (5ecf152c8ee1bb6f8f050d16dda56c1b115e0ff3)

Author SHA1 Message Date
bunnei 054393917e renderer_opengl: Fixes for properly flushing & rendering the framebuffer. 8 years ago
bunnei ec4e1a3685 renderer_opengl: Better handling of framebuffer transform flags. 8 years ago
bunnei e12c2cf8c6 nvdisp_disp0: Always flush and invalidate framebuffer region. 8 years ago
bunnei bfe45774f1 video_core: Move FramebufferInfo to FramebufferConfig in GPU. 8 years ago
N00byKing 1d8b6ad13b Clang Fixes 8 years ago
N00byKing ef875d6a35 Clean Warnings (?) 8 years ago
Subv 416f692f6e nvmap: Make IocFromId return the same existing handle instead of creating a new one. 8 years ago
Subv 7a1917e0fd nvhost-ctrl: Stub NVHOST_IOCTL_CTRL_EVENT_WAIT. 8 years ago
Subv 8dee5663b3 Vi: Properly write the BufferProducerFence object in the DequeueBuffer response parcel. 8 years ago
Lioncash eba57fce88
nvdrv/interface: Silence formatting specifier warnings 8 years ago
Lioncash ee170cbcea
nvmap: Silence formatting specifier warnings 8 years ago
Lioncash 983777a317
nvhost_gpu: Silence formatting specifier warnings 8 years ago
Lioncash 2d388a75f0
nvhost_ctrl: Silence formatting specifier warnings 8 years ago
Lioncash ce1fe0387f
nvhost_ctrl_gpu: Silence formatting specifier warnings 8 years ago
Lioncash dc97117a0b
nvhost_as_gpu: Silence formatting specifier warnings 8 years ago
bunnei 516a95721c service: Remove remaining uses of BufferDescriptor*. 8 years ago
bunnei d42e77797e nvdrv: Use ReadBuffer/WriteBuffer functions for Ioctl. 8 years ago
Subv 6cddf9d88e Make a GPU class in VideoCore to contain the GPU state. 8 years ago
Subv e01a8f2187 GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines. 8 years ago
Subv ba2426aa3f nvdrv: Make the GPU memory manager available to nvhost-gpu. 8 years ago
bunnei 6fce1414c3 vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical. 8 years ago
bunnei 22caeee64f nvdrv: Fix QueryEvent for libnx. 8 years ago
bunnei ca99063600 nvhost_ctrl_gpu: Implement ZCullGetInfo. 8 years ago
bunnei a39a65cbe0 nvhost_as_gpu: Implement AllocateSpace and MapBufferEx. 8 years ago
bunnei c711253798 nvdrv: Add MemoryManager class to track GPU memory. 8 years ago
bunnei 196f8dff08 nvmap: Refactor to expose nvmap objects. 8 years ago
bunnei 703880c9ab nvhost_as_gpu: Add nvmap as a class member. 8 years ago
David d129905a66 Extra nvdrv support (#162) 8 years ago
bunnei 764bbaa19c logger: Use Service_NVDRV category where applicable. 8 years ago
bunnei 1b1d399e5f hle: Rename RequestBuilder to ResponseBuilder. 8 years ago
David eeb3b5eed7 Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114) 8 years ago
Lioncash 06d2e1bd23 nvmap: Add a return 0 underneath the UNIMPLEMENTED macro 8 years ago
Lioncash 687a17acae nvmap: Make IoctlCommands an enum class 8 years ago
James Rowe 096be16636 Format: Run the new clang format on everything 8 years ago
bunnei de646cef2d nvdrv: Stub SetClientPID. 8 years ago
Frederic Meyer 60d650cc4e nvdrv: stubbed Close(cmd 2) 8 years ago
James Rowe a66eb7351b UI: Fix frame rate perf stats 8 years ago
Subv cb75b56e45 NV: Implemented the nvdrv service, which uses the same interface as nvdrv:a 8 years ago
Subv 30657f9ca1 NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call. 8 years ago
MerryMage e35644c005 clang-format 8 years ago
bunnei 1247c53786 yuzu: Update license text to be consistent across project. 8 years ago
bunnei 056f987bcd core: Include <algorithm> where used. 8 years ago
bunnei 94ad97def0 nv: Fix more broken asserts. 8 years ago
bunnei ac2feaf5fb nvdisp_disp0: Fix broken assert. 8 years ago
bunnei 305035b503 nvdisp_disp0: Call SwapBuffers to render framebuffer. 8 years ago
Subv 1ca800ccee NV: Move the nv device nodes to their own directory and namespace. 8 years ago
Subv 34ae2ec644 NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service. 8 years ago
Subv 94a5e97eb3 NV: Implemented the nvdrv:a service and the /dev/nvmap device. 8 years ago