summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_lower_io.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Drop bogus nir_var_shader_in case in nir_lower_io's store_op().Kenneth Graunke2016-07-151-1/+0
* nir: Share destination rewriting and replacement code in IO lowering.Kenneth Graunke2016-07-151-25/+19
* nir: Share get_io_offset handling in nir_lower_io.Kenneth Graunke2016-07-151-24/+9
* nir: Make a 'var' temporary in nir_lower_io.Kenneth Graunke2016-07-151-16/+12
* nir: use the same driver location for packed varyingsTimothy Arceri2016-07-071-2/+26
* nir: add new intrinsic field for storing component offsetTimothy Arceri2016-07-071-0/+8
* nir: Silence unused parameter warningsIan Romanick2016-05-121-3/+2
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-1/+1
* nir/lower_io: fixup for new foreach_block()Connor Abbott2016-04-281-4/+5
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir/lower_io: Add UBOs and SSBOs to get_io_offset_srcJason Ekstrand2016-04-141-0/+3
* nir: Add another index to load_uniform to specify the range readJason Ekstrand2016-04-141-0/+5
* nir/lower_io: Allow for a full bitmask of modesJason Ekstrand2016-04-131-6/+6
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-2/+4
* nir: Lower shared var atomics during nir_lower_ioJordan Justen2016-03-171-2/+85
* nir: Add support for lowering load/stores of shared variablesJordan Justen2016-03-171-7/+28
* nir: use const_index helpersRob Clark2016-02-091-7/+5
* nir: move to compiler/Emil Velikov2016-01-261-0/+350