aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/v3d/v3dx_state.c
Commit message (Expand)AuthorAgeFilesLines
* v3d: Add support for shader_image_load_store.Eric Anholt2019-01-141-1/+93
* v3d: Add SSBO/atomic counters support.Eric Anholt2019-01-141-0/+49
* v3d: Don't try to create shadow tiled temporaries for 1D textures.Eric Anholt2018-12-191-1/+2
* v3d: Add support for texturing from linear.Eric Anholt2018-12-141-0/+40
* v3d: Split most of TEXTURE_SHADER_STATE setup out of sampler views.Eric Anholt2018-12-071-58/+69
* v3d: Avoid confusing auto-indenting in TEXTURE_SHADER_STATE packingEric Anholt2018-12-071-4/+4
* v3d: Fix handling of texture first_layer offsets for 3D textures.Eric Anholt2018-12-071-5/+5
* v3d: Make an array for frag/vert texture state in the context.Eric Anholt2018-12-071-20/+2
* v3d: Put default vertex attribute values into the state uploader as well.Eric Anholt2018-12-071-6/+8
* v3d: Fix double-swapping of R/B on V3D 4.1Eric Anholt2018-11-151-2/+3
* v3d: Use the TLB R/B swapping instead of recompiles when available.Eric Anholt2018-11-011-3/+2
* v3d: Rename "configuration" and "config" in the XML to "cfg"Eric Anholt2018-07-301-4/+4
* v3d: s/colour/color in the XML.Eric Anholt2018-07-301-6/+6
* v3d: Add pack header support for f187 values.Eric Anholt2018-07-301-14/+4
* v3d: Move depth offset packet setup to CSO creation time.Eric Anholt2018-07-301-4/+17
* v3d: Stop using spaces in the names of our buffers.Eric Anholt2018-07-271-1/+1
* v3d: Respect a sampler view's first_layer field.Eric Anholt2018-07-201-1/+3
* v3d: Fix MRT blending with independent blending disabled.Eric Anholt2018-07-121-5/+10
* v3d: Fix leak of the default attributes BOs.Eric Anholt2018-07-051-1/+10
* v3d: Add proper support for GL_EXT_draw_buffers2's blending enables.Eric Anholt2018-07-051-11/+17
* v3d: Fix min vs mag determination when not doing mip filtering.Eric Anholt2018-06-201-2/+10
* v3d: Set the SO offsets correctly if we have to re-emit.Eric Anholt2018-06-181-1/+5
* v3d: Fix polygon offset for Z16 buffers.Eric Anholt2018-06-141-0/+1
* v3d: Use the right size for v3d 4.x TEXTURE_SHADER_STATE BO.Eric Anholt2018-06-141-2/+2
* v3d: Add static asserts for other packed packet sizes.Eric Anholt2018-06-141-0/+6
* v3d: Add support for glSampleMask / glSampleCoverage.Eric Anholt2018-05-171-1/+1
* v3d: Rename driver functions from vc5 to v3d.Eric Anholt2018-05-161-158/+158
* v3d: Rename the driver files from "vc5" to "v3d".Eric Anholt2018-05-161-0/+951