summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc5
AgeCommit message (Expand)AuthorFilesLines
2017-10-10broadcom/vc5: Fix handling of 5551 textures using the new gallium format.Eric Anholt1-2/+2
2017-10-10broadcom/vc5: Set the RCL's MSAA mode to match the BCL's MSAA state.Eric Anholt1-0/+2
2017-10-10braodcom/vc5: Set up clear color for higher-bpp formats.Eric Anholt1-4/+25
2017-10-10broadcom/vc5: Set up per-MRT clear colors.Eric Anholt3-41/+22
2017-10-10broadcom/vc5: Fix blendfactor zero handling.Eric Anholt1-0/+1
2017-10-10broadcom/vc5: Add support for f32 render targets.Eric Anholt1-0/+4
2017-10-10broadcom/vc5: Fix color masks for non-independent blending.Eric Anholt1-8/+16
2017-10-10broadcom/vc5: Make the BCL's number of render targets setup match the RCL.Eric Anholt1-1/+2
2017-10-10braodcom/vc5: Fix tile size setup for MRTs.Eric Anholt1-2/+2
2017-10-10broadcom/vc5: Start hooking up multiple render targets support.Eric Anholt1-3/+9
2017-10-10broadcom/vc5: Add support for GL_EXT_provoking_vertex.Eric Anholt2-1/+4
2017-10-10braodcom/vc5: Find the actual first TF output for our TF spec.Eric Anholt1-1/+6
2017-10-10broadcom/vc5: Fix translation of transform feedback's output_register field.Eric Anholt1-2/+16
2017-10-10broadcom/vc5: Mark our primitives as needing TF processing.Eric Anholt1-4/+11
2017-10-10broadcom/vc5: Fix setup of TF dword output count.Eric Anholt1-1/+1
2017-10-10broadcom/vc5: Fix up a comment from vc4 about the predraw texture setup.Eric Anholt1-1/+3
2017-10-10broadcom/vc5: Flush the job when mapping a transform feedback buffer.Eric Anholt3-0/+32
2017-10-10broadcom/vc5: Fix handling of interp qualifiers on builtin color inputs.Eric Anholt2-3/+3
2017-10-10broadcom/vc5: Fix CLIF dumping of lists that aren't capped by a HALT.Eric Anholt1-2/+2
2017-10-10broadcom/vc5: Fix depth and stencil clear values.Eric Anholt3-14/+10
2017-10-10broadcom/vc5: Add missing Z16 format.Eric Anholt1-0/+1
2017-10-10braodcom/vc5: Fix incorrect early Z writes in discard shaders.Eric Anholt1-1/+6
2017-10-10broadcom/vc5: Add proper support for base_vertex and base_instance.Eric Anholt3-20/+24
2017-10-10broadcom/vc5: Use supertiles and generic tile lists.Eric Anholt3-73/+130
2017-10-10broadcom: Add V3D 3.3 gallium driver called "vc5", for BCM7268.Eric Anholt29-0/+8953