summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_instr_set.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Silence a couple of warnings in release buildsJason Ekstrand2019-02-141-1/+1
* nir: turn ssa check into an assertTimothy Arceri2019-02-141-3/+11
* nir: prehash instruction in nir_instr_set_add_or_rewrite()Timothy Arceri2019-02-141-4/+5
* nir: Add a ptr_as_array deref typeJason Ekstrand2019-01-081-2/+11
* nir: Add support for 1-bit data typesJason Ekstrand2018-12-161-4/+16
* nir/instr_set: Fix nir_instrs_equal for derefsJason Ekstrand2018-07-291-2/+2
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-221-21/+2
* nir: Add a deref instruction typeJason Ekstrand2018-06-221-0/+78
* nir: Make nir_alu_srcs_equal non-static.Kenneth Graunke2016-08-041-1/+1
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-231-1/+1
* nir: coverity sign-extension fixRob Clark2016-05-201-1/+1
* nir: Switch the arguments to nir_foreach_phi_srcJason Ekstrand2016-04-281-3/+3
* nir/instr_set: handle 64-bit bit-sizesConnor Abbott2016-04-111-5/+17
* nir/cse: Properly handle nir_ssa_def.exactJason Ekstrand2016-03-231-2/+14
* nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga2016-03-171-4/+4
* nir: Remove the const_offset from nir_tex_instrJason Ekstrand2016-02-101-3/+0
* nir: Separate texture from sampler in nir_tex_instrJason Ekstrand2016-02-091-6/+9
* nir/tex_instr: Rename sampler to textureJason Ekstrand2016-02-091-9/+9
* nir: move to compiler/Emil Velikov2016-01-261-0/+519