index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
nvdrv
/
devices
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvdisp_disp0: Always flush and invalidate framebuffer region.
bunnei
2018-03-23
1
-0
/
+7
*
video_core: Move FramebufferInfo to FramebufferConfig in GPU.
bunnei
2018-03-23
1
-3
/
+3
*
Clang Fixes
N00byKing
2018-03-19
1
-2
/
+2
*
Clean Warnings (?)
N00byKing
2018-03-19
1
-1
/
+1
*
nvmap: Make IocFromId return the same existing handle instead of creating a new one.
Subv
2018-02-17
1
-5
/
+2
*
nvhost-ctrl: Stub NVHOST_IOCTL_CTRL_EVENT_WAIT.
Subv
2018-02-15
2
-0
/
+25
*
nvmap: Silence formatting specifier warnings
Lioncash
2018-02-14
1
-1
/
+2
*
nvhost_gpu: Silence formatting specifier warnings
Lioncash
2018-02-14
1
-6
/
+8
*
nvhost_ctrl: Silence formatting specifier warnings
Lioncash
2018-02-14
1
-2
/
+2
*
nvhost_ctrl_gpu: Silence formatting specifier warnings
Lioncash
2018-02-14
1
-3
/
+4
*
nvhost_as_gpu: Silence formatting specifier warnings
Lioncash
2018-02-14
1
-5
/
+7
*
Merge pull request #178 from Subv/command_buffers
bunnei
2018-02-12
4
-11
/
+17
|
\
|
*
Make a GPU class in VideoCore to contain the GPU state.
Subv
2018-02-12
4
-16
/
+13
|
*
GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines.
Subv
2018-02-12
3
-3
/
+5
|
*
nvdrv: Make the GPU memory manager available to nvhost-gpu.
Subv
2018-02-12
2
-4
/
+11
*
|
vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical.
bunnei
2018-02-12
2
-3
/
+7
|
/
*
nvhost_ctrl_gpu: Implement ZCullGetInfo.
bunnei
2018-02-09
1
-2
/
+14
*
nvhost_as_gpu: Implement AllocateSpace and MapBufferEx.
bunnei
2018-02-08
2
-10
/
+33
*
nvmap: Refactor to expose nvmap objects.
bunnei
2018-02-08
2
-19
/
+22
*
nvhost_as_gpu: Add nvmap as a class member.
bunnei
2018-02-08
2
-1
/
+8
*
Extra nvdrv support (#162)
David
2018-02-06
13
-18
/
+708
*
logger: Use Service_NVDRV category where applicable.
bunnei
2018-02-04
1
-5
/
+5
*
Merge pull request #131 from lioncash/enum
bunnei
2018-01-22
2
-12
/
+13
|
\
|
*
nvmap: Add a return 0 underneath the UNIMPLEMENTED macro
Lioncash
2018-01-21
1
-0
/
+1
|
*
nvmap: Make IoctlCommands an enum class
Lioncash
2018-01-21
2
-12
/
+12
*
|
Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)
David
2018-01-21
2
-0
/
+94
|
/
*
UI: Fix frame rate perf stats
James Rowe
2018-01-17
1
-0
/
+3
*
NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call.
Subv
2018-01-17
7
-14
/
+14
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
7
-7
/
+7
*
core: Include <algorithm> where used.
bunnei
2018-01-12
1
-0
/
+2
*
nv: Fix more broken asserts.
bunnei
2018-01-12
2
-3
/
+3
*
nvdisp_disp0: Fix broken assert.
bunnei
2018-01-12
1
-1
/
+1
*
nvdisp_disp0: Call SwapBuffers to render framebuffer.
bunnei
2018-01-11
1
-0
/
+7
*
NV: Move the nv device nodes to their own directory and namespace.
Subv
2018-01-11
7
-0
/
+402