summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/v3d/v3dx_state.c
Commit message (Expand)AuthorAgeFilesLines
* 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