summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_clone.c
Commit message (Expand)AuthorAgeFilesLines
...
* nir: Get rid of nir_shader::stageJason Ekstrand2017-10-201-1/+1
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-091-4/+4
* nir: Stop using apostrophes to pluralize.Matt Turner2017-03-231-4/+4
* nir: add helper for cloning nir_cf_listTimothy Arceri2016-12-231-9/+53
* nir: update fixup_phi_srcs() to handle registersTimothy Arceri2016-12-231-4/+9
* nir: create helper for fixing phi srcs when cloningTimothy Arceri2016-12-231-15/+21
* nir: Get rid of nir_constant_dataJason Ekstrand2016-12-021-1/+1
* nir: fix nir_shader_clone() and nir_sweep()Timothy Arceri2016-11-031-1/+1
* nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri2016-10-261-4/+4
* 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