index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-01-09
Remove some unused args on the shader translator
gdkchan
2020-01-09
Fix FADD32I check for Ra negation
gdkchan
2020-01-09
Remove FFMPEG dependency from README
gdkchan
2020-01-09
Address PR feedback
gdkchan
2020-01-09
Fix some shader disposal issues
gdkchan
2020-01-09
Fix some spelling mistakes
gdkchan
2020-01-09
Fix ShaderTools
gdkchan
2020-01-09
Address PR feedback
gdkchan
2020-01-09
Target .NET Core 3.0 for NVDEC project
gdkchan
2020-01-09
Re-add NVDEC project (not integrated)
gdkchan
2020-01-09
More code cleanup
gdkchan
2020-01-09
Remove more unused code
gdkchan
2020-01-09
GPU resource disposal
gdkchan
2020-01-09
Add XML documentation to Ryujinx.Graphics.Gpu
gdkchan
2020-01-09
Add XML documentation to Ryujinx.Graphics.Gpu.Engine
gdkchan
2020-01-09
Add XML documentation to Ryujinx.Graphics.Gpu.State
gdkchan
2020-01-09
Add XML documentation to Ryujinx.Graphics.Gpu.Shader
gdkchan
2020-01-09
Add XML documentation to Ryujinx.Graphics.Gpu.Memory
gdkchan
2020-01-09
Change GPU errors to debug and reduce log messages
gdkchan
2020-01-09
Fix typos pointed out by LDj3SNuD
gdkchan
2020-01-09
Remove some error logging to avoid log spam
gdkchan
2020-01-09
Fix missing S8 format on texture compatibility check
gdkchan
2020-01-09
Add XML documentation to Ryujinx.Graphics.Gpu.Image
gdkchan
2020-01-09
Fix AstcDecoder Success property never being set to true
gdkchan
2020-01-09
Some code cleanup
gdkchan
2020-01-09
Add basic error logging to the GPU
gdkchan
2020-01-09
ASTC optimizations (#845)
Alex Barney
2020-01-09
Reimplement limited bindless textures support
gdkchan
2020-01-09
Initialize GPU physical memory accessor from KProcess, to allow homebrew that...
gdkchan
2020-01-09
Stop memory modification check when a invalid address is found
gdkchan
2020-01-09
Fix exception on shader translator when adding goto temp variable
gdkchan
2020-01-09
Support CC on FSET shader instruction, fix CC on ISET.BF shader instruction
gdkchan
2020-01-09
Support texture rectangle targets (non-normalized coords)
gdkchan
2020-01-09
Partial support for shader memory barriers
gdkchan
2020-01-09
Copy 16 bytes at a time for layout conversion, if possible
gdkchan
2020-01-09
Remove some usings that are not needed
gdkchan
2020-01-09
Correct non-constant offset rewrite for texelFetch
gdkchan
2020-01-09
Support non-constant texture offsets on non-NVIDIA gpus
gdkchan
2020-01-09
Use correct shared memory size (in words, not bytes)
gdkchan
2020-01-09
Ensure a valid shared memory size is used
gdkchan
2020-01-09
Use dispatch params shared memory size when available
gdkchan
2020-01-09
Use maximum shared memory size supported by hardware
gdkchan
2020-01-09
Fix draw indexed flag not being cleared for instanced draws, also avoid state...
gdkchan
2020-01-09
Support 3D ASTC textures (using 2D blocks)
gdkchan
2020-01-09
Support bindless texture gather shader instruction
gdkchan
2020-01-09
Support depth clip mode and disable shader fast math optimization on NVIDIA a...
gdkchan
2020-01-09
Fix wrong maximum id on sampler pool in some cases
gdkchan
2020-01-09
Support shared color mask, implement more shader instructions
gdkchan
2020-01-09
Initial support for the guest OpenGL driver (NVIDIA and Nouveau)
gdkchan
2020-01-09
Add a pass to turn global memory access into storage access, and do all stora...
gdk
[prev]
[next]