util: Move gallium's PIPE_FORMAT utils to /util/format/
[mesa.git] / src / gallium / drivers / v3d / v3dx_emit.c
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-07-02 Iago Toral Quirogav3d: keep track of resources written by transform feedback
2019-06-21 Iago Toral Quirogav3d: add a helper to check if transform feedback is...
2019-01-27 Eric Anholtv3d: Rename gallium-local limits defines from VC5 to...
2018-12-08 Eric Anholtv3d: Make an array for frag/vert texture state in the...
2018-09-17 Eric Anholtv3d: Stop clearing the OQ state at the end of the job.
2018-09-17 Eric Anholtv3d: Always emit a TF disable at the start of drawing...
2018-09-07 Eric Anholtv3d: Fix SRC_ALPHA_SATURATE blending for RTs without...
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-12 Eric Anholtv3d: Fix MRT blending with independent blending disabled.
2018-07-09 Eric Anholtv3d: Implement noperspective varyings on V3D 4.x.
2018-07-09 Eric Anholtv3d: Refactor flat shade/centroid flag emission.
2018-07-05 Eric Anholtv3d: Skip emitting per-RT blend state for RTs with...
2018-07-05 Eric Anholtv3d: Add proper support for GL_EXT_draw_buffers2's...
2018-06-29 Eric Anholtv3d: Rewrite the color write masks to match CLIF format.
2018-06-27 Eric Anholtv3d: Fix Z clipping when viewport.scale[2] is negative.
2018-06-18 Eric Anholtv3d: Set the SO offsets correctly if we have to re...
2018-06-15 Eric Anholtv3d: Handle a no-intersection scissor even if it's...
2018-06-15 Eric Anholtv3d: Fix polygon offset for Z16 buffers.
2018-05-17 Eric Anholtv3d: Add support for glSampleMask / glSampleCoverage.
2018-05-16 Eric Anholtv3d: Fix wiring filters to NEAREST for 32-bit texture...
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".