summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_clone.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Add a no wrapping bits to nir_alu_instrCaio Marcelo de Oliveira Filho2019-06-261-0/+2
* nir: Don't replace the nir_shader when NIR_TEST_CLONE=1Jason Ekstrand2019-06-051-0/+39
* nir: Add a shallow clone function for nir_alu_instrIan Romanick2019-05-311-0/+20
* nir: Fix clone of nir_variable state slotsCaio Marcelo de Oliveira Filho2019-05-201-3/+5
* nir: make nir_const_value scalarKarol Herbst2019-04-141-1/+1
* nir: Add a pass for selectively lowering variables to scratch spaceJason Ekstrand2019-04-121-0/+1
* nir: Get rid of global registersJason Ekstrand2019-04-091-5/+1
* nir: Get rid of nir_register::is_packedJason Ekstrand2019-04-091-1/+0
* nir: add support for user defined select controlTimothy Arceri2019-03-271-0/+1
* nir: add support for user defined loop controlTimothy Arceri2019-03-271-0/+1
* nir: add support for gather offsetsKarol Herbst2019-03-211-0/+1
* nir: add new partially_unrolled bool to nir_loopTimothy Arceri2019-03-121-0/+1
* nir/inline_functions: Break inlining into a builder helperJason Ekstrand2019-03-061-3/+2
* src/compiler: use new hash table and set creation helpersCaio Marcelo de Oliveira Filho2019-01-141-2/+1
* nir: Tag entrypoint for easy recognition by nir_shader_get_entrypoint()Matt Turner2019-01-091-0/+1
* nir: Add a ptr_as_array deref typeJason Ekstrand2019-01-081-1/+5
* nir: Add a concept of constant data associated with a shaderJason Ekstrand2018-07-021-0/+6
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-221-79/+0
* nir,spirv: Rework function callsJason Ekstrand2018-06-221-14/+1
* nir: Add a concept of per-member structs and a lowering passJason Ekstrand2018-06-221-0/+8
* nir: add deref lowering sanity checkingRob Clark2018-06-221-0/+1
* nir: Add a deref instruction typeJason Ekstrand2018-06-221-0/+42
* 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