summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/v3d/v3dx_emit.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-07v3d: Make an array for frag/vert texture state in the context.Eric Anholt1-2/+2
2018-09-17v3d: Stop clearing the OQ state at the end of the job.Eric Anholt1-2/+1
2018-09-17v3d: Always emit a TF disable at the start of drawing on V3D 4.x.Eric Anholt1-4/+4
2018-09-07v3d: Fix SRC_ALPHA_SATURATE blending for RTs without alpha.Eric Anholt1-1/+3
2018-07-30v3d: Rename "configuration" and "config" in the XML to "cfg"Eric Anholt1-4/+4
2018-07-30v3d: s/colour/color in the XML.Eric Anholt1-9/+9
2018-07-30v3d: Add pack header support for f187 values.Eric Anholt1-1/+1
2018-07-30v3d: Move depth offset packet setup to CSO creation time.Eric Anholt1-11/+9
2018-07-12v3d: Fix MRT blending with independent blending disabled.Eric Anholt1-1/+4
2018-07-09v3d: Implement noperspective varyings on V3D 4.x.Eric Anholt1-0/+25
2018-07-09v3d: Refactor flat shade/centroid flag emission.Eric Anholt1-64/+76
2018-07-05v3d: Skip emitting per-RT blend state for RTs with blend disabled.Eric Anholt1-2/+8
2018-07-05v3d: Add proper support for GL_EXT_draw_buffers2's blending enables.Eric Anholt1-9/+17
2018-06-29v3d: Rewrite the color write masks to match CLIF format.Eric Anholt1-18/+6
2018-06-27v3d: Fix Z clipping when viewport.scale[2] is negative.Eric Anholt1-4/+6
2018-06-18v3d: Set the SO offsets correctly if we have to re-emit.Eric Anholt1-3/+9
2018-06-15v3d: Handle a no-intersection scissor even if it's outside of the VP.Eric Anholt1-10/+8
2018-06-14v3d: Fix polygon offset for Z16 buffers.Eric Anholt1-2/+8
2018-05-17v3d: Add support for glSampleMask / glSampleCoverage.Eric Anholt1-1/+22
2018-05-16v3d: Fix wiring filters to NEAREST for 32-bit texture returns.Eric Anholt1-1/+1
2018-05-16v3d: Rename driver functions from vc5 to v3d.Eric Anholt1-129/+129
2018-05-16v3d: Rename the driver files from "vc5" to "v3d".Eric Anholt1-0/+722