summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/translate/impl/texture_load.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* fix: typosAndrea Pappacoda2022-04-021-1/+1
* shader_recompiler: Reduce unused includesameerj2022-03-201-2/+0
* shader: Implement SULD and SUSTReinUsesLisp2021-07-231-9/+9
* shader: Address feedbackFernandoS272021-07-231-6/+4
* shader: Always pass a lod for TexelFetchReinUsesLisp2021-07-231-0/+2
* shader: Implement TLDFernandoS272021-07-231-0/+165