summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Make nir_foo_first/last_cf_node return a block insteadJason Ekstrand2016-10-061-10/+10
* nir: move tex_instr_remove_srcRob Clark2016-09-141-0/+16
* nir: Add a nir_deref_foreach_leaf helperJason Ekstrand2016-07-201-0/+116
* compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.Kenneth Graunke2016-07-171-1/+1
* nir: Make lowering gl_LocalInvocationIndex optionalJordan Justen2016-06-011-0/+4
* nir: Handle NULL in nir_copy_deref()Kristian Høgsberg Kristensen2016-05-241-0/+3
* nir: Remove empty visit_call_src and visit_load_const_src functionsIan Romanick2016-05-121-17/+2
* nir: Silence unused parameter warningsIan Romanick2016-05-121-0/+4
* nir: glsl_get_bit_size() should take glsl_typeRob Clark2016-05-121-1/+1
* nir: Switch the arguments to nir_foreach_use and friendsJason Ekstrand2016-04-281-5/+5
* nir: Switch the arguments to nir_foreach_parallel_copy_entryJason Ekstrand2016-04-281-2/+2
* nir: Switch the arguments to nir_foreach_phi_srcJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-2/+2
* nir/nir: fixup for new foreach_block()Connor Abbott2016-04-281-28/+14
* nir: rewrite nir_foreach_block and friendsConnor Abbott2016-04-271-76/+110
* nir: Add a helper for figuring out what channels of an SSA def are readJason Ekstrand2016-04-261-0/+25
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-6/+6
* nir: handle doubles in nir_deref_get_const_initializer_load()Connor Abbott2016-04-111-1/+5
* nir: add bit_size info to nir_load_const_instr_create()Samuel Iglesias Gonsálvez2016-04-111-3/+5
* nir: add bit_size info to nir_ssa_undef_instr_create()Samuel Iglesias Gonsálvez2016-04-111-2/+4
* 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