summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir.h
Commit message (Expand)AuthorAgeFilesLines
* 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 a pass for gathering various bits of shader infoJason Ekstrand2016-04-101-0/+1
* nir: Add a helper for getting the current block from a cursorJason Ekstrand2016-03-281-0/+11
* nir/lower_out_to_temp: Add an "entrypoint" parameterJason Ekstrand2016-03-281-1/+2
* nir: Add a helper for getting the unique function in a shaderJason Ekstrand2016-03-281-0/+11
* nir: Add a variable_foreach_safe helperJason Ekstrand2016-03-281-0/+3
* nir: Add a pass to inline functionsJason Ekstrand2016-03-241-0/+2
* nir: Add return lowering passJason Ekstrand2016-03-241-0/+3
* nir: Add a cursor helper for getting a cursor after any phi nodesJason Ekstrand2016-03-241-0/+16
* nir: Add a function for comparing cursorsJason Ekstrand2016-03-241-0/+2
* nir: Add a pass to repair SSA formJason Ekstrand2016-03-241-0/+3
* nir: Add an "exact" bit to nir_alu_instrJason Ekstrand2016-03-231-0/+11
* nir/clone: Export nir_variable_cloneJason Ekstrand2016-03-231-0/+1
* nir/clone: Expose nir_constant_cloneJason Ekstrand2016-03-231-0/+1
* nir: Fix whitespaceJason Ekstrand2016-03-231-1/+1
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-2/+4
* nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga2016-03-171-6/+6
* nir: update opcode definitions for different bit sizesConnor Abbott2016-03-171-0/+4
* nir: add nir_{src,dest}_bit_size() helpersConnor Abbott2016-03-171-0/+12
* nir: Add a bit_size to nir_register and nir_ssa_defJason Ekstrand2016-03-171-0/+6
* nir: Add explicitly sized typesJason Ekstrand2016-03-171-1/+28
* nir: Add support for lowering load/stores of shared variablesJordan Justen2016-03-171-1/+1
* nir: Add compute shader shared variable storage classJordan Justen2016-03-171-1/+5
* nir/clone: Add support for cloning a single function_implJason Ekstrand2016-03-121-0/+1
* nir: Add a helper for creating a "bare" nir_function_implJason Ekstrand2016-03-121-0/+2
* nir: Add a new "param" variable mode for parameters and return variablesJason Ekstrand2016-03-121-1/+8
* nir: Add a pass for lower indirect variable dereferencesJason Ekstrand2016-03-081-0/+2
* 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-1/+30
* nir/tex_instr: Rename sampler to textureJason Ekstrand2016-02-091-12/+12
* nir: const_index helpersRob Clark2016-02-091-2/+62
* nir: remove unused nir_variable fieldsTimothy Arceri2016-02-091-18/+0
* nir: Add lowering support for unpacking opcodes.Matt Turner2016-02-011-0/+4
* nir: Add lowering support for packing opcodes.Matt Turner2016-02-011-0/+4
* nir: Add opcodes to extract bytes or words.Matt Turner2016-02-011-0/+3
* nir: Add lowering of nir_op_unpack_half_2x16.Matt Turner2016-02-011-0/+3
* glsl: move to compiler/Emil Velikov2016-01-261-1/+1
* nir: move to compiler/Emil Velikov2016-01-261-0/+2111