aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu
AgeCommit message (Expand)Author
2020-11-06Do not align sizes for buffer texture targets. (#1671)riperiperi
2020-11-06Correct BPP of buffer to texture copies (#1670)gdkchan
2020-11-05Separate zeta from color formats (#1647)gdkchan
2020-11-02Add seamless cubemap flag in sampler parameters. (#1658)riperiperi
2020-11-02Support res scale on images, correctly blacklist for SUST, move logic out of ...riperiperi
2020-11-01Support 3D BC4 and BC5 compressed textures (#1655)gdkchan
2020-11-01Remove unused texture and sampler pool invalidation code (#1648)gdkchan
2020-10-29Scale texture resolution before sending to backend (#1646)gdkchan
2020-10-25Fix transform feedback errors caused by host pause/resume and multiple uses (...gdkchan
2020-10-25Improve the speed of redundant ASTC texture data updates (#1636)gdkchan
2020-10-21Add missing null check on image binding (#1632)gdkchan
2020-10-20Fix image binding format (#1625)gdkchan
2020-10-20Ensure storage is set for Buffer Textures when binding an Image. (#1627)riperiperi
2020-10-16Memory Read/Write Tracking using Region Handles (#1272)riperiperi
2020-10-12Add support for shader constant buffer slot indexing (#1608)gdkchan
2020-10-03Improve BRX target detection heuristics (#1591)gdkchan
2020-10-02Supper 2D array ASTC compressed texture formats decoding (#1593)gdkchan
2020-09-29Convert 1D texture targets to 2D (#1584)gdkchan
2020-09-27Always set new texture data for textures initialized by a copy. (#1576)riperiperi
2020-09-24Implement small indexed draws and other fixes to make guest Vulkan work (#1558)gdkchan
2020-09-21Make viewStorage still valid after view removal. (#1564)riperiperi
2020-09-19Better viewport flipping and depth mode detection method (#1556)gdkchan
2020-09-11Allow swizzles to match with "undefined" components (#1538)riperiperi
2020-09-10Texture/Buffer Memory Management Improvements (#1408)riperiperi
2020-09-01Fix regression on texture compatibility match checks (#1521)gdkchan
2020-08-31Fix: Issue #1475 Texture Compatibility Check methods need to be centralized (...sharmander
2020-08-29Fix off by one error in pages count calculation on GPU pool (#1511)gdkchan
2020-08-14Add missing depth-color conversions in CopyTexture (#1474)mageven
2020-08-13Fix MacroJit SubtractWithBorrow Alu Reg Operation. (#1473)LDj3SNuD
2020-08-06Silence several build warnings (#1428)gdkchan
2020-08-04Improved Logger (#1292)mageven
2020-08-03Implement a Macro JIT (#1445)gdkchan
2020-07-29Fix shader regression on Intel iGPUs by reverting layout changes (#1425)gdkchan
2020-07-28Implement alpha test using legacy functions (#1426)gdkchan
2020-07-26Use polygon offset clamp if supported (#1429)gdkchan
2020-07-25Remove GPU MemoryAccessor (#1423)gdkchan
2020-07-23New GPFifo and fast guest constant buffer updates (#1400)gdkchan
2020-07-20GL: Implement more Point parameters (#1399)mageven
2020-07-15Force TFB rebind after buffer modifications (#1392)gdkchan
2020-07-15Initial transform feedback support (#1370)gdkchan
2020-07-13Fix depth stencil formats copy by matching equivalent color formats (#1198)gdkchan
2020-07-12New NVDEC and VIC implementation (#1384)gdkchan
2020-07-10Implement Logical Operation registers and functionality (#1380)riperiperi
2020-07-07Implement Zero-Configuration Resolution Scaling (#1365)riperiperi
2020-07-04Fix compilation warnings and use new LibHac APIs for executable loading (#1350)Mary
2020-07-04Fix buffer to 3D texture copy (#1354)gdkchan
2020-07-04Support inline index buffer data (#1351)gdkchan
2020-07-04Fix compute restore of previous shader state (#1352)gdkchan
2020-07-04Call syncpoint expiration callback outside of the lock (#1349)gdkchan
2020-06-22Fix regression caused by wrong SB descriptor offset (#1316)gdkchan