summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Add a function for comparing cursorsJason Ekstrand2016-03-241-0/+56
* nir: fix dangling ssadef->name ptrsRob Clark2016-03-241-1/+3
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-6/+8
* nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga2016-03-171-2/+2
* nir: Add a bit_size to nir_register and nir_ssa_defJason Ekstrand2016-03-171-0/+2
* nir: Add support for lowering load/stores of shared variablesJordan Justen2016-03-171-0/+1
* nir: Add compute shader shared variable storage classJordan Justen2016-03-171-0/+6
* nir: Create function parameters in function_impl_createJason Ekstrand2016-03-121-0/+20
* nir: Add a helper for creating a "bare" nir_function_implJason Ekstrand2016-03-121-10/+18
* nir: Add a new "param" variable mode for parameters and return variablesJason Ekstrand2016-03-121-0/+4
* nir: Separate texture from sampler in nir_tex_instrJason Ekstrand2016-02-091-0/+7
* nir/tex_instr: Rename sampler to textureJason Ekstrand2016-02-091-5/+5
* nir: Add some braces around loops and ifsJason Ekstrand2016-02-091-5/+10
* nir: move to compiler/Emil Velikov2016-01-261-0/+1665