summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/ir_opt/texture_pass.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-24TexturePass: Fix clamping of images as this allowed negative indices.Fernando Sahmkow1-1/+1
2021-10-17Shader Compiler: avoid overflowed indices on indixed samplers.Fernando Sahmkow1-1/+2
2021-07-23texture_pass: Fix is_read image qualificationameerj1-1/+1
2021-07-23glsl: Address rest of feedbackameerj1-2/+9
2021-07-23shader: Clang-format secondary texturesReinUsesLisp1-2/+2
2021-07-23shader: Fix secondary texturesReinUsesLisp1-2/+2
2021-07-23shader: Implement Int32 SUATOM/SUREDameerj1-1/+67
2021-07-23shader: Implement VertexA stageFernandoS271-0/+21
2021-07-23shader: Implement indexed texturesReinUsesLisp1-17/+72
2021-07-23shader: Implement D3D samplersReinUsesLisp1-11/+69
2021-07-23spirv: Implement image buffersReinUsesLisp1-1/+18
2021-07-23shader: Implement SULD and SUSTReinUsesLisp1-23/+68
2021-07-23shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq1-16/+16
2021-07-23shader: Implement texture buffersReinUsesLisp1-18/+62
2021-07-23shader: Abstract breadth searches and use the abstractionReinUsesLisp1-46/+22
2021-07-23shader: Implement ImageGradientFernandoS271-0/+5
2021-07-23shader,spirv: Implement ImageQueryLod.FernandoS271-0/+5
2021-07-23shader: Implement TXQ and fix FragDepthReinUsesLisp1-4/+16
2021-07-23shader: Add IR opcode for ImageFetchFernandoS271-0/+5
2021-07-23shader: Implement TLD4 and TLD4_BFernandoS271-0/+10
2021-07-23shader: Track first bindless argument instead of the instruction itselfReinUsesLisp1-1/+1
2021-07-23shader: Implement CAL inlining function callsReinUsesLisp1-7/+5
2021-07-23shader: Partial implementation of LDCReinUsesLisp1-1/+1
2021-07-23shader: Initial support for textures and TEXReinUsesLisp1-0/+199