aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir
Commit message (Expand)AuthorAgeFilesLines
* nir: Remove the const_offset from nir_tex_instrJason Ekstrand2016-02-105-32/+5
* nir/lower_vec_to_movs: Better report channels handled by insert_movJason Ekstrand2016-02-101-1/+3
* nir: Separate texture from sampler in nir_tex_instrJason Ekstrand2016-02-0910-18/+94
* nir/tex_instr: Rename sampler to textureJason Ekstrand2016-02-0911-58/+58
* nir: Add some braces around loops and ifsJason Ekstrand2016-02-091-5/+10
* nir: use const_index helpersRob Clark2016-02-0911-24/+23
* gtn: use const_index helpersRob Clark2016-02-091-8/+9
* nir: const_index helpersRob Clark2016-02-094-100/+191
* nir: remove unused nir_variable fieldsTimothy Arceri2016-02-092-20/+0
* nir: Recognize open-coded bitfield_reverse.Matt Turner2016-02-081-0/+13
* nir: Handle large unsigned values in opt_algebraic.Matt Turner2016-02-081-4/+1
* nir: Do opt_algebraic in reverse order.Matt Turner2016-02-081-2/+2
* nir: Recognize product of open-coded pow()s.Matt Turner2016-02-081-0/+2
* nir: Add opt_algebraic rules for xor with zero.Matt Turner2016-02-081-0/+2
* nir: Add lowering support for unpacking opcodes.Matt Turner2016-02-012-0/+32
* nir: Add lowering support for packing opcodes.Matt Turner2016-02-014-0/+66
* nir: Add opcodes to extract bytes or words.Matt Turner2016-02-013-0/+28
* glsl: Remove 2x16 half-precision pack/unpack opcodes.Matt Turner2016-02-011-9/+0
* nir: Add lowering of nir_op_unpack_half_2x16.Matt Turner2016-02-012-4/+29
* nir: Make argument order of unop_convert match binop_convert.Matt Turner2016-02-011-10/+10
* glsl: move to compiler/Emil Velikov2016-01-266-7/+78
* nir: move to compiler/Emil Velikov2016-01-2672-0/+24141