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
Age
Commit message (
Expand
)
Author
2018-10-12
Merge pull request #1478 from ogniK5377/remap-invalidhandle-remap
bunnei
2018-10-12
Merge pull request #1479 from ogniK5377/nmap-revamped
bunnei
2018-10-12
Returned an error before processing other remaps
David Marcec
2018-10-12
Made the minimum alignment more clear
David Marcec
2018-10-11
Added error codes for nvmap
David Marcec
2018-10-11
Passing an invalid nmap handle to Remap should throw an error
David Marcec
2018-10-11
nvhost_as_gpu: Flush CPU VAddr on UnmapBuffer.
bunnei
2018-10-08
Unmapping an unmapped buffer should succeed
David Marcec
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-09-10
video_core: Move command buffer loop.
Markus Wick
2018-08-31
gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.
bunnei
2018-08-31
core: Make the main System class use the PImpl idiom
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-28
gpu: Make memory_manager private
Lioncash
2018-08-13
Registered missing channel devices
David Marcec
2018-08-13
Added missing channel devices
David Marcec
2018-08-08
Merge pull request #978 from bunnei/fixioctl
bunnei
2018-08-08
nvhost_gpu: Don't over copy IoctlSubmitGpfifo.
bunnei
2018-08-07
nvdrv: Get rid of global std::weak_ptr
Lioncash
2018-08-07
nvdrv: Make Ioctl()'s definition match its prototype
Lioncash
2018-08-07
nvdrv: Get rid of indirect inclusions
Lioncash
2018-08-04
renderer_base: Make Rasterizer() return the rasterizer by reference
Lioncash
2018-08-04
video_core: Eliminate the g_renderer global variable
Lioncash
2018-07-30
nvhost_gpu: Added checks to ensure we don't read past the end of the entries ...
Subv
2018-07-30
nvhost_ctrl_gpu: Only read the input parameters if they are actually there.
Subv
2018-07-25
service/nvdrv: Take std::string in Open() by const reference
Lioncash
2018-07-25
service/nvdrv: Use std::move where applicable
Lioncash
2018-07-21
GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command.
Subv
2018-07-19
Merge pull request #717 from lioncash/explicit
bunnei
2018-07-19
hle/service: Make constructors explicit where applicable
Lioncash
2018-07-19
nvdrv: Take std::string by const reference in GetDevice()
Lioncash
2018-07-17
vi: Partially implement buffer crop parameters.
bunnei
2018-07-10
NvOsGetConfigU32 production impl
David Marcec
2018-07-08
nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips.
bunnei
2018-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-07-01
GPU: Remove a surface from the cache when its backing memory is being unmappe...
Subv
2018-07-01
nvmap: Return the address of the nvmap object when Freeing it for the last time.
Subv
2018-06-20
Build: Fixed some MSVC warnings in various parts of the code.
Subv
2018-06-06
nvdrv/devices/nvidia_ctrl_gpu : add IoctlCommands with their params (#524)
greggameplayer
2018-06-04
Nvdrv/devices/nvhost_gpu : Add some IoctlCommands with their params (#511)
greggameplayer
2018-06-03
Merge pull request #484 from mailwl/nvhost-nvdec
bunnei
2018-05-30
Services/nvdrv: add '/dev/nvhost-nvdec' device
mailwl
2018-05-29
nvhost_ctrl: Stub out IocCtrlEventRegister.
bunnei
2018-05-29
nvhost_ctrl: Stub out IocCtrlEventWaitAsyncCommand.
bunnei
2018-05-26
NvOsGetConfigU32 should return null instead of 0 for default output
David Marcec
2018-05-25
Merge pull request #466 from mailwl/nv-timeout
bunnei
2018-05-24
Stubbed NVGPU_GPU_IOCTL_ZBC_SET_TABLE (#463)
David
2018-05-24
Stub NVGPU_IOCTL_CHANNEL_SET_TIMEOUT
mailwl
[next]