summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_instr_set.c
Commit message (Expand)AuthorAgeFilesLines
* nir/instr_set: Expose nir_instrs_equal()Jason Ekstrand2019-07-101-59/+61
* nir: Handle swizzle in nir_alu_srcs_negative_equalIan Romanick2019-07-081-4/+24
* nir: nir_const_value_negative_equal compares one value at a timeIan Romanick2019-07-081-52/+18
* nir: Pass fully qualified type to nir_const_value_negative_equalIan Romanick2019-07-081-73/+51
* nir: Use nir_src_bit_size instead of alu1->dest.dest.ssa.bit_sizeIan Romanick2019-07-081-1/+5
* nir: Add a no wrapping bits to nir_alu_instrCaio Marcelo de Oliveira Filho2019-06-261-3/+14
* nir: Add a helper to determine if an intrinsic can be reorderedConnor Abbott2019-06-191-6/+2
* nir/instr_set: Use _mesa_set_search_or_add()Connor Abbott2019-05-311-5/+3
* nir: Add support for 2src_commutative ops that have 3 sourcesIan Romanick2019-05-141-6/+17
* nir: Rename commutative to 2src_commutativeIan Romanick2019-05-141-2/+2
* nir: Rework nir_src_as_alu_instr to not take a pointerJason Ekstrand2019-04-181-5/+5
* nir: Drop "struct" from some nir_* declarationsJason Ekstrand2019-04-181-4/+4
* nir/validate: Require unused bits of nir_const_value to be zeroJason Ekstrand2019-04-141-20/+6
* nir: make nir_const_value scalarKarol Herbst2019-04-141-17/+35
* nir: use {0} initializer instead of {} to fix MSVC buildBrian Paul2019-03-281-2/+2
* nir: Add nir_alu_srcs_negative_equalIan Romanick2019-03-281-0/+104
* nir: Add nir_const_value_negative_equalIan Romanick2019-03-281-0/+102
* nir: add support for gather offsetsKarol Herbst2019-03-211-0/+7
* 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