aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Decoders
AgeCommit message (Expand)Author
2021-10-18Initial tessellation shader support (#2534)gdkchan
2021-10-17Add missing U8/S8 types from shader I2I instruction (#2740)gdkchan
2021-10-12Rewrite shader decoding stage (#2698)gdkchan
2021-08-31Implement Shader Instructions SUATOM and SURED (#2090)riperiperi
2021-08-27Initial support for shader attribute indexing (#2546)gdkchan
2021-08-11Make sure attributes used on subsequent shader stages are initialized (#2538)gdkchan
2021-08-11Use a new approach for shader BRX targets (#2532)gdkchan
2021-06-15End shader decoding when reaching a block that starts with an infinite loop (...riperiperi
2021-06-03Fix shaders with mixed PBK and SSY addresses on the stack (#2329)gdkchan
2021-04-02Implement shader HelperThreadNV (#2163)gdkchan
2021-03-27Shader Cache: Move bindless checking from translation to decode (#2145)mageven
2021-01-14Fix shader LOP3 predicate write condition (#1910)gdkchan
2021-01-10Fix remap when handle is 0 (#1882)gdkchan
2021-01-08Support conditional on BRK and SYNC shader instructions (#1878)gdkchan
2020-11-13Salieri: shader cache (#1701)Mary
2020-11-10Implement ATOM shader instruction (#1687)gdkchan
2020-10-25Implement CAL and RET shader instructions (#1618)gdkchan
2020-10-21Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626)gdkchan
2020-10-13Fix LOP3 (cbuf) shader instruction encoding (#1616)gdkchan
2020-10-12Implement LEA.HI shader instruction (#1609)gdkchan
2020-10-12Add support for shader constant buffer slot indexing (#1608)gdkchan
2020-10-03Improve BRX target detection heuristics (#1591)gdkchan
2020-07-04Implement shader LEA instruction and improve bindless image load/store (#1355)gdkchan
2020-05-27Omit image format if possible, and fix BA bit (#1280)gdkchan
2020-05-23Implement TMML and TMML.B (#1270)Thog
2020-05-06Refactor shader GPU state and memory access (#1203)gdkchan
2020-04-25Implement texture buffers (#1152)gdkchan
2020-04-22Implement SULD shader instruction (#1117)gdkchan
2020-03-30Implement FCMP shader instruction (#1067)gdkchan
2020-03-29Move the OpActivator to OpCodeTable class for improve performance (#1001)Chenj168
2020-03-26Implement NOP and stub DEPBAR shader instructions (#1041)Elise
2020-03-25Implement VMNMX shader instruction (#1032)gdkchan
2020-03-23Implement ICMP shader instruction (#1010)gdkchan
2020-03-06Fix branch with CC and predicate, and a case of SYNC propagation (#967)jduncanator
2020-03-03Initial support for double precision shader instructions. (#963)gdkchan
2020-02-14Sign-extend shader memory instruction offsets (#934)gdkchan
2020-01-13Add a GetSpan method to the memory manager and use it on GPU (#877)gdkchan
2020-01-09Address PR feedbackgdkchan
2020-01-09Address PR feedbackgdkchan
2020-01-09Partial support for shader memory barriersgdkchan
2020-01-09Support bindless texture gather shader instructiongdkchan
2020-01-09Support shared color mask, implement more shader instructionsgdkchan
2020-01-09Add a pass to turn global memory access into storage access, and do all stora...gdk
2020-01-09Partial support for branch with CC, and fix a edge case of branch out of loop...gdk
2020-01-09Implement HSET2 shader instruction and fix errors uncovered by Rodrigo testsgdk
2020-01-09Add PSET shader instructiongdk
2020-01-09Add R2P shader instructiongdk
2020-01-09Make the shader translator more error resilientgdk
2020-01-09Add missing check for BRX, do not add a out of bounds block to the queuegdk
2020-01-09Add partial support for the BRX shader instructiongdk