broadcom/vc5: Introduce a helper for pre-packing our V3DXX structs.
[mesa.git] / src / gallium / drivers / vc5 / vc5_draw.c
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",...