broadcom/vc5: Fix clear color for swap_color_rb render targets.
[mesa.git] / src / gallium / drivers / vc5 / vc5_draw.c
2017-11-18 Eric Anholtbroadcom/vc5: Fix clear color for swap_color_rb render...
2017-11-07 Eric Anholtbraodcom/vc5: Flush the job when it grows over 1GB.
2017-11-07 Eric Anholtbroadcom/vc5: Fix pausing of transform feedback.
2017-11-07 Eric Anholtbroadcom/vc5: Add partial transform feedback query...
2017-11-07 Eric Anholtbroadcom/vc5: Add occlusion query support.
2017-11-07 Eric Anholtbroadcom/vc5: Add a cl_emit() variant for merging with...
2017-10-30 Eric Anholtbroadcom/vc5: Pack clear colors according to the TLB...
2017-10-30 Eric Anholtbroadcom/vc5: Fix GPU hang with no vertex elements...
2017-10-20 Eric Anholtbroadcom/vc5: Move default attribute value setup to...
2017-10-20 Eric Anholtbroadcom/vc5: Move most of the shader state attribute...
2017-10-10 Eric Anholtbroadcom/vc5: Set up per-MRT clear colors.
2017-10-10 Eric Anholtbroadcom/vc5: Make the BCL's number of render targets...
2017-10-10 Eric Anholtbroadcom/vc5: Mark our primitives as needing TF processing.
2017-10-10 Eric Anholtbroadcom/vc5: Fix up a comment from vc4 about the predr...
2017-10-10 Eric Anholtbroadcom/vc5: Fix depth and stencil clear values.
2017-10-10 Eric Anholtbraodcom/vc5: Fix incorrect early Z writes in discard...
2017-10-10 Eric Anholtbroadcom/vc5: Add proper support for base_vertex and...
2017-10-10 Eric Anholtbroadcom: Add V3D 3.3 gallium driver called "vc5",...