summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir.h
Commit message (Expand)AuthorAgeFilesLines
* 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