summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir.h
Commit message (Expand)AuthorAgeFilesLines
* nir: Move variable_get_io_mask back into gather_infoJason Ekstrand2016-04-011-28/+0
* Merge remote-tracking branch 'public/master' into vulkanJason Ekstrand2016-04-011-0/+2
|\
| * 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 better comment for INTRINSIC_RANGEJason Ekstrand2016-03-251-2/+2
* | Merge remote-tracking branch 'public/master' into vulkanJason Ekstrand2016-03-241-7/+70
|\|
| * 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
* | Merge remote-tracking branch 'origin/master' into vulkanJordan Justen2016-03-171-1/+1
|\|
| * 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
* | Merge remote-tracking branch 'public/master' into vulkanJason Ekstrand2016-03-151-2/+2
|\|
| * 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: Add a helper for getting the one function from a shaderJason Ekstrand2016-02-171-0/+9
* | nir: Add a nir_foreach_variable_safe helperJason Ekstrand2016-02-171-0/+3
* | nir: Get rid of the C++ NIR_SRC/DEST_INIT macrosJason Ekstrand2016-02-121-10/+2
* | Merge remote-tracking branch 'mesa-public/master' into vulkanJason Ekstrand2016-02-101-3/+0
|\|
| * nir: Remove the const_offset from nir_tex_instrJason Ekstrand2016-02-101-3/+0
* | Merge remote-tracking branch 'mesa-public/master' into vulkanJason Ekstrand2016-02-091-7/+16
|\|
| * 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
* | Merge commit '8b0fb1c152fe191768953aa8c77b89034a377f83' into vulkanJason Ekstrand2016-02-091-20/+81
|\|
| * 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
* | nir: Rework function parametersJason Ekstrand2016-02-091-2/+9
* | Merge commit mesa-public/master into vulkanJason Ekstrand2016-02-051-10/+138
|/
* glsl: move to compiler/Emil Velikov2016-01-261-1/+1
* nir: move to compiler/Emil Velikov2016-01-261-0/+2111