Age | Commit message (Expand) | Author |
2021-12-08 | Fix SUATOM and other texture shader instructions with RZ dest (#2885) | gdkchan |
2021-11-14 | Fix shader integer from/to double conversion (#2831) | gdkchan |
2021-10-12 | Rewrite shader decoding stage (#2698) | gdkchan |
2021-09-02 | Fix TXQ for 3D textures. (#2613) | riperiperi |
2021-08-31 | Implement Shader Instructions SUATOM and SURED (#2090) | riperiperi |
2021-07-09 | Unscale textureSize when resolution scaling is used (#2441) | gdkchan |
2021-06-23 | Fix shader texture LOD query (#2397) | gdkchan |
2021-05-19 | Move shader resource descriptor creation out of the backend (#2290) | gdkchan |
2020-11-13 | Salieri: shader cache (#1701) | Mary |
2020-11-02 | Support res scale on images, correctly blacklist for SUST, move logic out of ... | riperiperi |
2020-10-25 | Fix shader image load/store array index register (#1637) | gdkchan |
2020-09-29 | Convert 1D texture targets to 2D (#1584) | gdkchan |
2020-07-30 | Refactor shader translator ShaderConfig and reduce the number of out args (#1... | gdkchan |
2020-07-07 | Implement Zero-Configuration Resolution Scaling (#1365) | riperiperi |
2020-07-04 | Implement shader LEA instruction and improve bindless image load/store (#1355) | gdkchan |
2020-05-27 | Support separate textures and samplers (#1216) | gdkchan |
2020-05-27 | Omit image format if possible, and fix BA bit (#1280) | gdkchan |
2020-05-23 | Implement TMML and TMML.B (#1270) | Thog |
2020-05-06 | Refactor shader GPU state and memory access (#1203) | gdkchan |
2020-04-25 | Implement texture buffers (#1152) | gdkchan |
2020-04-22 | Remove leftover of debugging code for shader texture format (#1141) | gdkchan |
2020-04-22 | Implement SULD shader instruction (#1117) | gdkchan |
2020-01-09 | Address PR feedback | gdkchan |
2020-01-09 | Support bindless texture gather shader instruction | gdkchan |
2020-01-09 | Make the shader translator more error resilient (part 2) | gdk |
2020-01-09 | Make the shader translator more error resilient | gdk |
2020-01-09 | Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc... | gdk |
2020-01-09 | Initial support for image stores, support texture sample on compute | gdk |
2020-01-09 | Initial work | gdk |