summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_lower_var_copies.c
Commit message (Expand)AuthorAgeFilesLines
* nir: move to compiler/Emil Velikov2016-01-261-190/+0
* compiler: move the glsl_types C wrapper alongside their C++ brethrenEmil Velikov2016-01-261-1/+1
* nir: Get rid of function overloadsJason Ekstrand2015-12-281-3/+3
* nir: Add a writemask to store intrinsics.Kenneth Graunke2015-12-221-0/+1
* nir: Add a nir_deref_tail helperJason Ekstrand2015-11-071-13/+2
* nir/types: Make glsl_get_length smarterJason Ekstrand2015-04-221-22/+2
* nir: Allocate dereferences out of their parent instruction or deref.Kenneth Graunke2015-04-071-5/+3
* nir: Make an easier helper for setting up SSA defs.Eric Anholt2015-01-221-2/+1
* nir: Add a pass for lowering copy instructionsJason Ekstrand2015-01-151-0/+223