summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_clone.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-1/+1
* nir/clone: Copy bit size when cloning registersJason Ekstrand2016-04-121-0/+1
* nir: add bit_size info to nir_load_const_instr_create()Samuel Iglesias Gonsálvez2016-04-111-1/+2
* nir: add bit_size info to nir_ssa_undef_instr_create()Samuel Iglesias Gonsálvez2016-04-111-1/+2
* nir: Add an "exact" bit to nir_alu_instrJason Ekstrand2016-03-231-0/+1
* nir/clone: Export nir_variable_cloneJason Ekstrand2016-03-231-4/+12
* nir/clone: Expose nir_constant_cloneJason Ekstrand2016-03-231-4/+4
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-1/+2
* nir: Add support for lowering load/stores of shared variablesJordan Justen2016-03-171-0/+1
* nir: Add compute shader shared variable storage classJordan Justen2016-03-171-0/+1
* nir/clone: Add support for cloning a single function_implJason Ekstrand2016-03-121-32/+80
* nir: Remove the const_offset from nir_tex_instrJason Ekstrand2016-02-101-1/+0
* nir: Separate texture from sampler in nir_tex_instrJason Ekstrand2016-02-091-1/+6
* nir/tex_instr: Rename sampler to textureJason Ekstrand2016-02-091-4/+4
* nir: move to compiler/Emil Velikov2016-01-261-0/+659