summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_lower_idiv.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Remove the mem_ctx parameter from ssa_def_rewrite_usesJason Ekstrand2015-09-111-3/+1
* nir: Convert the builder to use the new NIR cursor API.Kenneth Graunke2015-08-271-1/+1
* nir: fix bit of cargo-culting in lower_idivRob Clark2015-04-111-2/+0
* nir: add lowering for idiv/udiv/umodRob Clark2015-04-051-0/+157