Age | Commit message (Expand) | Author |
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 | Fix mode and Reg08.H1 decoding on XMAD instruction (#1156) | 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-04-15 | Fix negation of HADD2 constant buffer source (#1116) | gdkchan |
2020-04-03 | Better IPA shader instruction implementation (#1082) | gdkchan |
2020-03-30 | Implement FCMP shader instruction (#1067) | gdkchan |
2020-03-26 | Implement NOP and stub DEPBAR shader instructions (#1041) | Elise |
2020-03-25 | Implement VMNMX shader instruction (#1032) | gdkchan |
2020-03-23 | Implement ICMP shader instruction (#1010) | gdkchan |
2020-03-06 | Fix branch with CC and predicate, and a case of SYNC propagation (#967) | jduncanator |
2020-03-03 | Initial support for double precision shader instructions. (#963) | gdkchan |
2020-02-14 | Sign-extend shader memory instruction offsets (#934) | gdkchan |
2020-02-02 | Support flat interpolation qualifier on shaders (#915) | gdkchan |
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 | Address PR feedback | gdkchan |
2020-01-09 | Address PR feedback | gdkchan |
2020-01-09 | Support CC on FSET shader instruction, fix CC on ISET.BF shader instruction | gdkchan |
2020-01-09 | Partial support for shader memory barriers | gdkchan |
2020-01-09 | Remove some usings that are not needed | gdkchan |
2020-01-09 | Support bindless texture gather shader instruction | 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 | Add a pass to turn global memory access into storage access, and do all stora... | gdk |
2020-01-09 | Partial support for branch with CC, and fix a edge case of branch out of loop... | gdk |
2020-01-09 | Simplified F2I shader instruction codegen | gdk |
2020-01-09 | Implement HSET2 shader instruction and fix errors uncovered by Rodrigo tests | gdk |
2020-01-09 | Add PSET shader instruction | gdk |
2020-01-09 | Add R2P shader instruction | gdk |
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 | Add partial support for the BRX shader instruction | gdk |
2020-01-09 | Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing t... | gdk |
2020-01-09 | Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc... | gdk |
2020-01-09 | Add shader support for the round mode on the F2F instruction, support mipmaps... | gdk |
2020-01-09 | Fix shader FMUL32I instruction saturation | gdk |
2020-01-09 | Add per-source type memory change tracking, simplified state change tracking,... | gdk |
2020-01-09 | Initial support for image stores, support texture sample on compute | gdk |
2020-01-09 | Fix incorrect saturation on HADD2 and HMUL2 shader instructions | gdk |
2020-01-09 | Initial work | gdk |