summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Anholt3-17/+48
2017-10-10broadcom/vc5: Add support for GL_EXT_provoking_vertex.Eric Anholt3-1/+5
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 Anholt2-4/+18
2017-10-10broadcom/vc5: Fix setup of TF dword output count.Eric Anholt2-2/+2
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 Anholt5-20/+31
2017-10-10broadcom/vc5: Fix CLIF dumping of lists that aren't capped by a HALT.Eric Anholt3-10/+23
2017-10-10broadcom/vc5: Fix depth and stencil clear values.Eric Anholt4-15/+11
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/xml: Add the vc5 Base Vertex/Base Instance packet.Eric Anholt1-0/+6
2017-10-10broadcom/vc5: Use supertiles and generic tile lists.Eric Anholt3-73/+130
2017-10-10broadcom/xml: Add a bunch more vc5 tile list management packets.Eric Anholt1-0/+60
2017-10-10broadcom/xml: Remove vc5 base packet for tile bin/render mode config.Eric Anholt1-10/+0
2017-10-10braodcom/xml: Fix a pasteo in vc5 store tile buffer general.Eric Anholt1-1/+1
2017-10-10broadcom: Add V3D 3.3 gallium driver called "vc5", for BCM7268.Eric Anholt43-2/+9131
2017-10-10broadcom: Add VC5 NIR compiler.Eric Anholt17-0/+7498
2017-10-10broadcom: Add vc5 CLIF dumpingEric Anholt3-0/+312
2017-10-10broadcom: Introduce a v3d_debug.h header for vc5 and broadcom Vulkan.Eric Anholt3-0/+173
2017-10-10configure: Add the new "vc5" driver to the list, requiring a simulator.Eric Anholt2-2/+15
2017-10-10nir: Move vc4's alpha test lowering to core NIR.Eric Anholt9-55/+168
2017-09-26gallium: Weaken assertion about u_mm's align2 field.Eric Anholt1-1/+4
2017-09-19broadcom/genxml: Set up enums for VC5 blending, depth, stencil, and prims.Eric Anholt1-46/+77
2017-08-18broadcom/genxml: Add V3D 3.3 packet definitions.Eric Anholt3-0/+802
2017-08-18broadcom/genxml: Check the sub-id field when decoding instructions.Eric Anholt1-5/+26
2017-08-18broadcom/genxml: Emit code for default headers for structs as well.Eric Anholt1-14/+13
2017-07-25broadcom: add editorconfigEric Anholt1-0/+3
2017-07-13broadcom: Introduce a header for talking about chip revisions.Eric Anholt2-0/+40
1999-10-21Added pragma to disable warning about unk pragmas for MSVC5Ted Jump1-1/+2