nir: add a bit_size parameter to nir_ssa_dest_init
[mesa.git] / src / gallium / drivers / vc4 / vc4_nir_lower_io.c
2016-03-17 Connor Abbottnir: add a bit_size parameter to nir_ssa_dest_init
2016-03-17 Iago Toral Quiroganir: rename nir_const_value fields to include bitsize...
2016-01-26 Emil Velikovnir: move to compiler/
2015-12-28 Jason Ekstrandnir: Get rid of function overloads
2015-12-11 Eric Anholtvc4: Fix handling of sample_mask output.
2015-12-10 Jason Ekstrandnir: Get rid of *_indirect variants of input/output...
2015-12-08 Eric Anholtvc4: Add support for multisample framebuffer operations.
2015-11-22 Eric Anholtvc4: Use nir_channel() to simplify all of our nir_swizz...
2015-10-23 Eric Anholtvc4: Use Rob's NIR-based user clip lowering.
2015-10-20 Eric Anholtvc4: Switch our vertex attr lowering to being NIR-based.
2015-10-20 Boyan Dingvc4: Use nir_foreach_variable
2015-09-16 Eric Anholtvc4: convert from tgsi semantic/index to varying-slot
2015-09-16 Eric Anholtgallium/ttn: Convert to using VARYING_SLOT_* / FRAG_RES...
2015-09-14 Eric Anholtvc4: Fix build from recent NIR cleanups.
2015-08-27 Kenneth Graunkenir: Convert the builder to use the new NIR cursor...
2015-08-14 Eric Anholtvc4: Move all of our fixed function fragment color...
2015-07-30 Eric Anholtvc4: Lower uniform loads to scalar in NIR.
2015-07-30 Eric Anholtvc4: Move some FS input lowering into NIR.
2015-07-30 Eric Anholtvc4: Lower NIR inputs to scalar as well.
2015-07-30 Eric Anholtvc4: Start adding a NIR-based output lowering pass.