tree-wide: replace MAYBE_UNUSED with ASSERTED
[mesa.git] / src / gallium / drivers / vc4 / vc4_nir_lower_blend.c
2019-01-20 Karol Herbstnir: add bit_size parameter to system values with multi...
2018-12-17 Eric Anholtvc4: Reuse nir_format_convert.h in our blend lowering.
2017-10-10 Eric Anholtnir: Move vc4's alpha test lowering to core NIR.
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-03-14 Jason Ekstrandnir: Rework conversion opcodes
2017-02-10 Eric Anholtvc4: Respect glSampleMask() even when we're not writing...
2017-02-10 Eric Anholtvc4: Use the nir_builder helper for loading sample...
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-08-29 Eric Anholtvc4: Mark when we add discards while lowering blend...
2016-08-22 Eric Anholtnir: Define system values for vc4's blending-lowering...
2016-08-19 Eric Anholtvc4: Switch to using the intrinsic accessors.
2016-05-05 Connor Abbottvc4: fixup for new nir_foreach_block()
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_function
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_instr
2016-04-20 Connor Abbottnir: rename nir_foreach_block*() to nir_foreach_block...
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-09 Eric Anholtvc4: Switch to using NIR_PASS macros.
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-17 Connor Abbottnir: add a bit_size parameter to nir_ssa_dest_init
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovnir: move to compiler/
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-28 Jason Ekstrandnir: Get rid of function overloads
2015-12-11 Kristian Høgsberg... Merge ../mesa into vulkan
2015-12-11 Eric Anholtvc4: Fix handling of sample_mask output.
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-22 Eric Anholtvc4: Use nir_channel() to simplify all of our nir_swizz...
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-23 Eric Anholtvc4: Convert blending to being done in 4x8 unorm normally.
2015-10-22 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-20 Boyan Dingvc4: Use nir_foreach_variable
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
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-31 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-27 Kenneth Graunkenir: Convert the builder to use the new NIR cursor...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-14 Eric Anholtvc4: Move all of our fixed function fragment color...