summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/ir_opt/texture_pass.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* shader: Implement ImageGradientFernandoS272021-07-231-0/+5
* shader,spirv: Implement ImageQueryLod.FernandoS272021-07-231-0/+5
* shader: Implement TXQ and fix FragDepthReinUsesLisp2021-07-231-4/+16
* shader: Add IR opcode for ImageFetchFernandoS272021-07-231-0/+5
* shader: Implement TLD4 and TLD4_BFernandoS272021-07-231-0/+10
* shader: Track first bindless argument instead of the instruction itselfReinUsesLisp2021-07-231-1/+1
* shader: Implement CAL inlining function callsReinUsesLisp2021-07-231-7/+5
* shader: Partial implementation of LDCReinUsesLisp2021-07-231-1/+1
* shader: Initial support for textures and TEXReinUsesLisp2021-07-231-0/+199