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