summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/v3d/v3dx_state.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-19v3d: Don't try to create shadow tiled temporaries for 1D textures.Eric Anholt1-1/+2
2018-12-14v3d: Add support for texturing from linear.Eric Anholt1-0/+40
2018-12-07v3d: Split most of TEXTURE_SHADER_STATE setup out of sampler views.Eric Anholt1-58/+69
2018-12-07v3d: Avoid confusing auto-indenting in TEXTURE_SHADER_STATE packingEric Anholt1-4/+4
2018-12-07v3d: Fix handling of texture first_layer offsets for 3D textures.Eric Anholt1-5/+5
2018-12-07v3d: Make an array for frag/vert texture state in the context.Eric Anholt1-20/+2
2018-12-07v3d: Put default vertex attribute values into the state uploader as well.Eric Anholt1-6/+8
2018-11-15v3d: Fix double-swapping of R/B on V3D 4.1Eric Anholt1-2/+3
2018-11-01v3d: Use the TLB R/B swapping instead of recompiles when available.Eric Anholt1-3/+2
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-6/+6
2018-07-30v3d: Add pack header support for f187 values.Eric Anholt1-14/+4
2018-07-30v3d: Move depth offset packet setup to CSO creation time.Eric Anholt1-4/+17
2018-07-27v3d: Stop using spaces in the names of our buffers.Eric Anholt1-1/+1
2018-07-20v3d: Respect a sampler view's first_layer field.Eric Anholt1-1/+3
2018-07-12v3d: Fix MRT blending with independent blending disabled.Eric Anholt1-5/+10
2018-07-05v3d: Fix leak of the default attributes BOs.Eric Anholt1-1/+10
2018-07-05v3d: Add proper support for GL_EXT_draw_buffers2's blending enables.Eric Anholt1-11/+17
2018-06-20v3d: Fix min vs mag determination when not doing mip filtering.Eric Anholt1-2/+10
2018-06-18v3d: Set the SO offsets correctly if we have to re-emit.Eric Anholt1-1/+5
2018-06-14v3d: Fix polygon offset for Z16 buffers.Eric Anholt1-0/+1
2018-06-14v3d: Use the right size for v3d 4.x TEXTURE_SHADER_STATE BO.Eric Anholt1-2/+2
2018-06-14v3d: Add static asserts for other packed packet sizes.Eric Anholt1-0/+6
2018-05-17v3d: Add support for glSampleMask / glSampleCoverage.Eric Anholt1-1/+1
2018-05-16v3d: Rename driver functions from vc5 to v3d.Eric Anholt1-158/+158
2018-05-16v3d: Rename the driver files from "vc5" to "v3d".Eric Anholt1-0/+951