summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4/vc4_nir_lower_blend.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-09nir: Embed the shader_info in the nir_shader againJason Ekstrand1-1/+1
2017-03-14nir: Rework conversion opcodesJason Ekstrand1-1/+1
2017-02-10vc4: Respect glSampleMask() even when we're not writing color.Eric Anholt1-3/+13
2017-02-10vc4: Use the nir_builder helper for loading sample mask.Eric Anholt1-10/+1
2016-10-26nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri1-1/+1
2016-08-29vc4: Mark when we add discards while lowering blend state.Eric Anholt1-0/+1
2016-08-22nir: Define system values for vc4's blending-lowering arguments.Eric Anholt1-11/+18
2016-08-19vc4: Switch to using the intrinsic accessors.Eric Anholt1-3/+4
2016-05-05vc4: fixup for new nir_foreach_block()Connor Abbott1-5/+4
2016-04-28nir: Switch the arguments to nir_foreach_functionJason Ekstrand1-1/+1
2016-04-28nir: Switch the arguments to nir_foreach_instrJason Ekstrand1-1/+1
2016-04-20nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott1-1/+1
2016-04-08vc4: Switch to using NIR_PASS macros.Eric Anholt1-2/+2
2016-03-17nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott1-2/+2
2016-01-26nir: move to compiler/Emil Velikov1-1/+1
2015-12-28nir: Get rid of function overloadsJason Ekstrand1-4/+4
2015-12-11vc4: Fix handling of sample_mask output.Eric Anholt1-5/+4
2015-12-10nir: Get rid of *_indirect variants of input/output load/store intrinsicsJason Ekstrand1-0/+2
2015-12-08vc4: Add support for multisample framebuffer operations.Eric Anholt1-16/+116
2015-11-21vc4: Use nir_channel() to simplify all of our nir_swizzle() cases.Eric Anholt1-2/+2
2015-10-23vc4: Convert blending to being done in 4x8 unorm normally.Eric Anholt1-47/+239
2015-10-20vc4: Use nir_foreach_variableBoyan Ding1-1/+1
2015-09-16vc4: convert from tgsi semantic/index to varying-slotEric Anholt1-6/+3
2015-09-16gallium/ttn: Convert to using VARYING_SLOT_* / FRAG_RESULT_*.Eric Anholt1-1/+5
2015-08-27nir: Convert the builder to use the new NIR cursor API.Kenneth Graunke1-1/+1
2015-08-14vc4: Move all of our fixed function fragment color handling to NIR.Eric Anholt1-0/+431