index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.Graphics.Shader
/
IGpuAccessor.cs
Age
Commit message (
Expand
)
Author
2021-10-18
Initial tessellation shader support (#2534)
gdkchan
2021-10-12
Rewrite shader decoding stage (#2698)
gdkchan
2021-09-19
Use shader subgroup extensions if shader ballot is not supported (#2627)
gdkchan
2021-09-02
Fix TXQ for 3D textures. (#2613)
riperiperi
2021-08-11
Workaround for Intel FrontFacing built-in variable bug (#2540)
gdkchan
2021-08-11
Use a new approach for shader BRX targets (#2532)
gdkchan
2021-06-25
Fix texture sampling with depth compare and LOD level or bias (#2404)
gdkchan
2021-05-20
Fix constant buffer array size when indexing is used and other buffer descrip...
gdkchan
2021-05-19
Pass CbufSlot when getting info from the texture descriptor (#2291)
riperiperi
2020-12-02
Implement Force Early Z Register (#1755)
riperiperi
2020-11-08
Use explicit buffer and texture bindings on shaders (#1666)
gdkchan
2020-10-12
Add support for shader constant buffer slot indexing (#1608)
gdkchan
2020-10-03
Improve BRX target detection heuristics (#1591)
gdkchan
2020-09-19
Better viewport flipping and depth mode detection method (#1556)
gdkchan
2020-05-28
Fix wrong face culling once and for all (#1277)
gdkchan
2020-05-27
Omit image format if possible, and fix BA bit (#1280)
gdkchan
2020-05-06
Refactor shader GPU state and memory access (#1203)
gdkchan