index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
nvdrv
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Registered missing channel devices
David Marcec
2018-08-13
1
-0
/
+4
*
Added missing channel devices
David Marcec
2018-08-13
4
-0
/
+140
*
Merge pull request #978 from bunnei/fixioctl
bunnei
2018-08-08
1
-1
/
+1
|
\
|
*
nvhost_gpu: Don't over copy IoctlSubmitGpfifo.
bunnei
2018-08-08
1
-1
/
+1
*
|
nvdrv: Get rid of global std::weak_ptr
Lioncash
2018-08-07
2
-7
/
+8
|
/
*
nvdrv: Make Ioctl()'s definition match its prototype
Lioncash
2018-08-07
1
-1
/
+1
*
nvdrv: Get rid of indirect inclusions
Lioncash
2018-08-07
12
-15
/
+17
*
renderer_base: Make Rasterizer() return the rasterizer by reference
Lioncash
2018-08-04
1
-2
/
+2
*
video_core: Eliminate the g_renderer global variable
Lioncash
2018-08-04
2
-8
/
+9
*
nvhost_gpu: Added checks to ensure we don't read past the end of the entries ...
Subv
2018-07-30
1
-3
/
+6
*
nvhost_ctrl_gpu: Only read the input parameters if they are actually there.
Subv
2018-07-30
1
-3
/
+11
*
service/nvdrv: Take std::string in Open() by const reference
Lioncash
2018-07-25
2
-2
/
+2
*
service/nvdrv: Use std::move where applicable
Lioncash
2018-07-25
1
-3
/
+5
*
GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command.
Subv
2018-07-21
3
-6
/
+34
*
Merge pull request #717 from lioncash/explicit
bunnei
2018-07-19
3
-3
/
+3
|
\
|
*
hle/service: Make constructors explicit where applicable
Lioncash
2018-07-19
3
-3
/
+3
*
|
nvdrv: Take std::string by const reference in GetDevice()
Lioncash
2018-07-19
1
-1
/
+1
|
/
*
vi: Partially implement buffer crop parameters.
bunnei
2018-07-17
2
-3
/
+7
*
NvOsGetConfigU32 production impl
David Marcec
2018-07-10
1
-17
/
+2
*
nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips.
bunnei
2018-07-08
1
-1
/
+1
*
Update clang format
James Rowe
2018-07-02
6
-27
/
+27
*
Rename logging macro back to LOG_*
James Rowe
2018-07-02
8
-50
/
+50
*
GPU: Remove a surface from the cache when its backing memory is being unmappe...
Subv
2018-07-01
1
-0
/
+5
*
nvmap: Return the address of the nvmap object when Freeing it for the last time.
Subv
2018-07-01
2
-4
/
+11
*
Build: Fixed some MSVC warnings in various parts of the code.
Subv
2018-06-20
1
-1
/
+2
*
nvdrv/devices/nvidia_ctrl_gpu : add IoctlCommands with their params (#524)
greggameplayer
2018-06-06
2
-0
/
+53
*
Nvdrv/devices/nvhost_gpu : Add some IoctlCommands with their params (#511)
greggameplayer
2018-06-04
1
-0
/
+47
*
Merge pull request #484 from mailwl/nvhost-nvdec
bunnei
2018-06-03
3
-0
/
+72
|
\
|
*
Services/nvdrv: add '/dev/nvhost-nvdec' device
mailwl
2018-05-30
3
-0
/
+72
*
|
nvhost_ctrl: Stub out IocCtrlEventRegister.
bunnei
2018-05-29
2
-0
/
+10
*
|
nvhost_ctrl: Stub out IocCtrlEventWaitAsyncCommand.
bunnei
2018-05-29
2
-5
/
+9
|
/
*
NvOsGetConfigU32 should return null instead of 0 for default output
David Marcec
2018-05-26
1
-1
/
+1
*
Merge pull request #466 from mailwl/nv-timeout
bunnei
2018-05-25
2
-0
/
+16
|
\
|
*
Stub NVGPU_IOCTL_CHANNEL_SET_TIMEOUT
mailwl
2018-05-24
2
-0
/
+16
*
|
Stubbed NVGPU_GPU_IOCTL_ZBC_SET_TABLE (#463)
David
2018-05-24
2
-0
/
+22
|
/
*
change some functions
greggameplayer
2018-05-23
1
-6
/
+6
*
correct placement and add size check
greggameplayer
2018-05-23
1
-21
/
+25
*
Add ioctl commands with their params and size check
greggameplayer
2018-05-23
1
-2
/
+86
*
Implemented NVHOST_IOCTL_CHANNEL_GET_WAITBASE (#440)
David
2018-05-22
2
-1
/
+20
*
GPU: Implemented the nvmap Free ioctl.
Subv
2018-05-20
2
-1
/
+48
*
GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl.
Subv
2018-05-20
2
-0
/
+50
*
More accurate GetTPCMasks impl
David Marcec
2018-05-10
2
-4
/
+8
*
general: Make formatting of logged hex values more straightforward
Lioncash
2018-05-02
6
-8
/
+8
*
GPU: Don't write to invalid memory locations when handling ioctls that don't ...
Subv
2018-05-01
2
-5
/
+0
*
general: Convert assertion macros over to be fmt-compatible
Lioncash
2018-04-27
1
-2
/
+2
*
Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-impl
David Marcec
2018-04-26
8
-65
/
+123
|
\
|
*
nvdrv: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
7
-60
/
+61
|
*
Merge pull request #384 from Subv/nvhost-remap
bunnei
2018-04-23
2
-0
/
+57
|
|
\
|
|
*
NvDrv/nvhost-as-gpu: Ensure that the object passed to MapBufferEx has already...
Subv
2018-04-23
1
-0
/
+10
|
|
*
Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command.
Subv
2018-04-23
2
-0
/
+47
[next]