summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/v3d/v3dx_draw.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-14v3d: Drop in a bunch of notes about performance improvement opportunities.Eric Anholt1-0/+9
2018-12-14v3d: Add support for draw indirect for GLES3.1.Eric Anholt1-2/+30
2018-12-14v3d: Add support for texturing from linear.Eric Anholt1-2/+6
2018-12-07v3d: Don't forget to flush writes to UBOs.Eric Anholt1-5/+13
2018-12-07v3d: Make an array for frag/vert texture state in the context.Eric Anholt1-9/+6
2018-12-07v3d: Put default vertex attribute values into the state uploader as well.Eric Anholt1-1/+2
2018-12-07v3d: Create a state uploader for packing our shaders together.Eric Anholt1-3/+6
2018-12-07v3d: Use combined input/output segments.Eric Anholt1-4/+7
2018-08-06v3d: Emit the VCM_CACHE_SIZE packet.Eric Anholt1-0/+7
2018-07-30v3d: Rename "configuration" and "config" in the XML to "cfg"Eric Anholt1-11/+15
2018-07-30v3d: Rename primitives to prims in the XML to match CLIF names.Eric Anholt1-4/+4
2018-07-29v3d: Block bin on render when doing vertex texturing.Eric Anholt1-0/+14
2018-07-27v3d: Stop using spaces in the names of our buffers.Eric Anholt1-1/+1
2018-07-26v3d: Avoid the GFXH-1461 workaround if we have only Z or only S.Eric Anholt1-4/+6
2018-07-26v3d: Rework the ordering of how we clear things.Eric Anholt1-31/+54
2018-07-26v3d: Only store buffers that have been written to.Eric Anholt1-3/+9
2018-07-26v3d: Track the buffers being loaded separately.Eric Anholt1-0/+3
2018-07-26v3d: Rename cleared/resolve to clear/store.Eric Anholt1-6/+6
2018-07-13v3d: Work around GFXH-1461 bug losing our Z/S clears.Eric Anholt1-0/+30
2018-07-02v3d: Emit a TF flush after each draw using TF.Eric Anholt1-0/+7
2018-06-27v3d: Convert a bunch of our "minus one" fields over to the new XML attr.Eric Anholt1-4/+7
2018-06-20v3d: Add missing reference to the separate stencil buffer.Eric Anholt1-11/+13
2018-06-18v3d: Set the SO offsets correctly if we have to re-emit.Eric Anholt1-0/+6
2018-06-15v3d: Fix shaders using pixel center W but no varyings.Eric Anholt1-1/+1
2018-06-14v3d: Don't set the first_ez_state to DISABLED if after only UNDECIDED draws.Eric Anholt1-1/+2
2018-06-14v3d: Add static asserts for other packed packet sizes.Eric Anholt1-0/+1
2018-05-17v3d: Enable NaN propagation in the VS and CS as well.Eric Anholt1-1/+3
2018-05-16v3d: Rename driver functions from vc5 to v3d.Eric Anholt1-132/+132
2018-05-16v3d: Rename the driver files from "vc5" to "v3d".Eric Anholt1-0/+714