v3d: Add support for shader_image_load_store.
[mesa.git] / src / gallium / drivers / v3d / v3dx_state.c
2019-01-14 Eric Anholtv3d: Add support for shader_image_load_store.
2019-01-14 Eric Anholtv3d: Add SSBO/atomic counters support.
2018-12-19 Eric Anholtv3d: Don't try to create shadow tiled temporaries for...
2018-12-15 Eric Anholtv3d: Add support for texturing from linear.
2018-12-08 Eric Anholtv3d: Split most of TEXTURE_SHADER_STATE setup out of...
2018-12-08 Eric Anholtv3d: Avoid confusing auto-indenting in TEXTURE_SHADER_S...
2018-12-08 Eric Anholtv3d: Fix handling of texture first_layer offsets for...
2018-12-08 Eric Anholtv3d: Make an array for frag/vert texture state in the...
2018-12-08 Eric Anholtv3d: Put default vertex attribute values into the state...
2018-11-15 Eric Anholtv3d: Fix double-swapping of R/B on V3D 4.1
2018-11-01 Eric Anholtv3d: Use the TLB R/B swapping instead of recompiles...
2018-07-30 Eric Anholtv3d: Rename "configuration" and "config" in the XML...
2018-07-30 Eric Anholtv3d: s/colour/color in the XML.
2018-07-30 Eric Anholtv3d: Add pack header support for f187 values.
2018-07-30 Eric Anholtv3d: Move depth offset packet setup to CSO creation...
2018-07-27 Eric Anholtv3d: Stop using spaces in the names of our buffers.
2018-07-20 Eric Anholtv3d: Respect a sampler view's first_layer field.
2018-07-12 Eric Anholtv3d: Fix MRT blending with independent blending disabled.
2018-07-05 Eric Anholtv3d: Fix leak of the default attributes BOs.
2018-07-05 Eric Anholtv3d: Add proper support for GL_EXT_draw_buffers2's...
2018-06-20 Eric Anholtv3d: Fix min vs mag determination when not doing mip...
2018-06-18 Eric Anholtv3d: Set the SO offsets correctly if we have to re...
2018-06-15 Eric Anholtv3d: Fix polygon offset for Z16 buffers.
2018-06-14 Eric Anholtv3d: Use the right size for v3d 4.x TEXTURE_SHADER_STAT...
2018-06-14 Eric Anholtv3d: Add static asserts for other packed packet sizes.
2018-05-17 Eric Anholtv3d: Add support for glSampleMask / glSampleCoverage.
2018-05-16 Eric Anholtv3d: Rename driver functions from vc5 to v3d.
2018-05-16 Eric Anholtv3d: Rename the driver files from "vc5" to "v3d".