aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc5/vc5_context.h
Commit message (Expand)AuthorAgeFilesLines
* v3d: Rename the driver files from "vc5" to "v3d".Eric Anholt2018-05-161-565/+0
* v3d: Rename the vc5_dri.so driver to v3d_dri.so.Eric Anholt2018-05-161-1/+1
* v3d: Switch the vc5 driver to using the finalized V3D UABI.Eric Anholt2018-05-161-5/+3
* broadcom/vc5: Add support for centroid varyings.Eric Anholt2018-04-261-0/+1
* broadcom/vc5: Update the UABI for in/out syncobjsEric Anholt2018-04-121-2/+4
* broadcom/vc5: Fix EZ disabling and allow using GT/GE direction as well.Eric Anholt2018-03-261-2/+18
* broadcom/vc5: Disable transform feedback on V3D 4.x at the end of the job.Eric Anholt2018-03-261-0/+6
* broadcom/vc5: Fix transform feedback in the presence of point size.Eric Anholt2018-03-261-0/+1
* broadcom/vc5: Limit each transform feedback data spec to 16 dwords.Eric Anholt2018-03-261-1/+1
* broadcom/vc5: Fix up the NIR types of FS outputs generated by NIR-to-TGSI.Eric Anholt2018-03-211-0/+7
* broadcom/vc5: Add support for register spilling.Eric Anholt2018-03-191-0/+3
* broadcom/vc5: Port the draw-time state emission to V3D 4.1.Eric Anholt2018-01-121-1/+0
* broadcom/vc5: Update state setup for V3D 4.1.Eric Anholt2018-01-121-1/+5
* broadcom/vc5: Move the formats table to per-V3D-version compile.Eric Anholt2018-01-121-8/+14
* broadcom/vc5: Port drawing commands to V3D 4.x.Eric Anholt2018-01-121-1/+1
* broadcom/vc5: Port the simulator to support V3D 4.1Eric Anholt2018-01-121-2/+0
* broadcom/vc5: Port the RCL setup to V3D4.1.Eric Anholt2018-01-121-1/+15
* braodcom/vc5: Rely on OVRTMUOUT always being set.Eric Anholt2018-01-031-1/+2
* braodcom/vc5: Flush the job when it grows over 1GB.Eric Anholt2017-11-071-0/+3
* broadcom/vc5: Add partial transform feedback query support.Eric Anholt2017-11-071-0/+3
* broadcom/vc5: Add occlusion query support.Eric Anholt2017-11-071-0/+11
* broadcom/vc5: Fix translation of stencil ops.Eric Anholt2017-11-071-2/+2
* broadcom/vc5: Move stencil state packing to the CSO.Eric Anholt2017-11-071-0/+3
* broadcom/vc5: Force blending to treat alpha as 1 for formats without alpha.Eric Anholt2017-10-301-0/+8
* broadcom/vc5: Do BGRA vs RGBA swapping for the BLEND_CONSTANT_COLOR.Eric Anholt2017-10-301-0/+8
* broadcom/vc5: Move default attribute value setup to the CSO and fix them.Eric Anholt2017-10-201-0/+1
* broadcom/vc5: Move most of the shader state attribute record to the CSO.Eric Anholt2017-10-201-1/+4
* broadcom/vc5: Set up per-MRT clear colors.Eric Anholt2017-10-101-1/+1
* broadcom/vc5: Flush the job when mapping a transform feedback buffer.Eric Anholt2017-10-101-0/+4
* broadcom/vc5: Fix depth and stencil clear values.Eric Anholt2017-10-101-1/+2
* broadcom/vc5: Add proper support for base_vertex and base_instance.Eric Anholt2017-10-101-2/+0
* broadcom: Add V3D 3.3 gallium driver called "vc5", for BCM7268.Eric Anholt2017-10-101-0/+466