index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
nvdrv
/
devices
Age
Commit message (
Expand
)
Author
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-03-23
renderer_opengl: Fixes for properly flushing & rendering the framebuffer.
bunnei
2018-03-23
renderer_opengl: Better handling of framebuffer transform flags.
bunnei
2018-03-22
nvdisp_disp0: Always flush and invalidate framebuffer region.
bunnei
2018-03-22
video_core: Move FramebufferInfo to FramebufferConfig in GPU.
bunnei
2018-03-19
Clang Fixes
N00byKing
2018-03-19
Clean Warnings (?)
N00byKing
2018-02-17
nvmap: Make IocFromId return the same existing handle instead of creating a n...
Subv
2018-02-14
nvhost-ctrl: Stub NVHOST_IOCTL_CTRL_EVENT_WAIT.
Subv
2018-02-14
nvmap: Silence formatting specifier warnings
Lioncash
2018-02-14
nvhost_gpu: Silence formatting specifier warnings
Lioncash
2018-02-14
nvhost_ctrl: Silence formatting specifier warnings
Lioncash
2018-02-14
nvhost_ctrl_gpu: Silence formatting specifier warnings
Lioncash
2018-02-14
nvhost_as_gpu: Silence formatting specifier warnings
Lioncash
2018-02-12
Merge pull request #178 from Subv/command_buffers
bunnei
2018-02-11
Make a GPU class in VideoCore to contain the GPU state.
Subv
2018-02-11
GPU: Added a command processor to decode the GPU pushbuffers and forward the ...
Subv
2018-02-11
nvdrv: Make the GPU memory manager available to nvhost-gpu.
Subv
2018-02-11
vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical.
bunnei
2018-02-08
nvhost_ctrl_gpu: Implement ZCullGetInfo.
bunnei
2018-02-07
nvhost_as_gpu: Implement AllocateSpace and MapBufferEx.
bunnei
2018-02-07
nvmap: Refactor to expose nvmap objects.
bunnei
2018-02-07
nvhost_as_gpu: Add nvmap as a class member.
bunnei
2018-02-05
Extra nvdrv support (#162)
David
2018-02-04
logger: Use Service_NVDRV category where applicable.
bunnei
2018-01-21
Merge pull request #131 from lioncash/enum
bunnei
2018-01-21
Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)
David
2018-01-21
nvmap: Add a return 0 underneath the UNIMPLEMENTED macro
Lioncash
2018-01-21
nvmap: Make IoctlCommands an enum class
Lioncash
2018-01-16
UI: Fix frame rate perf stats
James Rowe
2018-01-16
NV: Move the nvdrv classes into the Nvidia namespace, and move the functional...
Subv
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2018-01-11
core: Include <algorithm> where used.
bunnei
2018-01-11
nv: Fix more broken asserts.
bunnei
2018-01-11
nvdisp_disp0: Fix broken assert.
bunnei
2018-01-10
nvdisp_disp0: Call SwapBuffers to render framebuffer.
bunnei
2018-01-10
NV: Move the nv device nodes to their own directory and namespace.
Subv