summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/translate/impl/texture_mipmap_level.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix Tears of the Kingdom flickering clouds and depths.Kelebek12023-05-111-6/+1
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* 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