summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_lower_texcoord_replace.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Add helpers for lazy var creation.Emma Anholt2023-05-161-11/+3
* nir: Use nir_test_mask instead of i2b(iand)Konstantin Seurer2022-06-301-2/+1
* compiler/nir: Increment shader input count and mark as used when adding new g...Marek Vasut2021-03-091-0/+2
* nir: Make nir_ssa_def_rewrite_uses_after take an SSA valueJason Ekstrand2021-03-081-1/+1
* nir/texcoord_replace: add a yinvert paramMike Blumenkrantz2021-02-241-4/+8
* compiler/nir: add texcoord replace lowering passErik Faye-Lund2021-01-251-0/+147