nir: add a bit_size parameter to nir_ssa_dest_init
[mesa.git] / src / gallium / drivers / vc4 / vc4_nir_lower_blend.c
2016-03-17 Connor Abbottnir: add a bit_size parameter to nir_ssa_dest_init
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: Convert blending to being done in 4x8 unorm normally.
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-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...