summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/translate/impl/texture_mipmap_level.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: typosAndrea Pappacoda2022-04-021-1/+1
|
* shader_recompiler: Reduce unused includesameerj2022-03-201-2/+0
|
* shader: Comment why the array component is not read in TMMLReinUsesLisp2021-07-231-0/+2
|
* tmml: Remove index component from coords vecameerj2021-07-231-4/+3
| | | | The lod query functions exposed by the rendering API's do not make use of the texturearray layer indexing.
* shader: Fix TMML queriesReinUsesLisp2021-07-231-5/+9
|
* shader: Implement SULD and SUSTReinUsesLisp2021-07-231-9/+9
|
* shader: Address feedbackFernandoS272021-07-231-15/+11
|
* shader: Implement TMML partiallyFernandoS272021-07-231-0/+130