aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.GAL
AgeCommit message (Expand)Author
2020-01-09Remove more unused codegdkchan
2020-01-09GPU resource disposalgdkchan
2020-01-09Some code cleanupgdkchan
2020-01-09Support non-constant texture offsets on non-NVIDIA gpusgdkchan
2020-01-09Use maximum shared memory size supported by hardwaregdkchan
2020-01-09Support depth clip mode and disable shader fast math optimization on NVIDIA a...gdkchan
2020-01-09Support shared color mask, implement more shader instructionsgdkchan
2020-01-09Initial support for the guest OpenGL driver (NVIDIA and Nouveau)gdkchan
2020-01-09Add a pass to turn global memory access into storage access, and do all stora...gdk
2020-01-09Improved and simplified window texture presentationgdk
2020-01-09Support window resizinggdk
2020-01-09Support copy of slices to 3D textures, remove old 3D render target layered re...gdk
2020-01-09Initial support for image stores, support texture sample on computegdk
2020-01-09Fix BC6 Signed/Unsigned float texture formatsgdk
2020-01-09Initial workgdk