v3d: Rename the vc5_dri.so driver to v3d_dri.so.
[mesa.git] / src / gallium / drivers / vc5 / vc5_context.h
2018-05-16 Eric Anholtv3d: Rename the vc5_dri.so driver to v3d_dri.so.
2018-05-16 Eric Anholtv3d: Switch the vc5 driver to using the finalized V3D...
2018-04-26 Eric Anholtbroadcom/vc5: Add support for centroid varyings.
2018-04-12 Eric Anholtbroadcom/vc5: Update the UABI for in/out syncobjs
2018-03-27 Eric Anholtbroadcom/vc5: Fix EZ disabling and allow using GT/GE...
2018-03-27 Eric Anholtbroadcom/vc5: Disable transform feedback on V3D 4.x...
2018-03-27 Eric Anholtbroadcom/vc5: Fix transform feedback in the presence...
2018-03-27 Eric Anholtbroadcom/vc5: Limit each transform feedback data spec...
2018-03-21 Eric Anholtbroadcom/vc5: Fix up the NIR types of FS outputs genera...
2018-03-19 Eric Anholtbroadcom/vc5: Add support for register spilling.
2018-01-13 Eric Anholtbroadcom/vc5: Port the draw-time state emission to...
2018-01-13 Eric Anholtbroadcom/vc5: Update state setup for V3D 4.1.
2018-01-13 Eric Anholtbroadcom/vc5: Move the formats table to per-V3D-version...
2018-01-13 Eric Anholtbroadcom/vc5: Port drawing commands to V3D 4.x.
2018-01-13 Eric Anholtbroadcom/vc5: Port the simulator to support V3D 4.1
2018-01-13 Eric Anholtbroadcom/vc5: Port the RCL setup to V3D4.1.
2018-01-03 Eric Anholtbraodcom/vc5: Rely on OVRTMUOUT always being set.
2017-11-07 Eric Anholtbraodcom/vc5: Flush the job when it grows over 1GB.
2017-11-07 Eric Anholtbroadcom/vc5: Add partial transform feedback query...
2017-11-07 Eric Anholtbroadcom/vc5: Add occlusion query support.
2017-11-07 Eric Anholtbroadcom/vc5: Fix translation of stencil ops.
2017-11-07 Eric Anholtbroadcom/vc5: Move stencil state packing to the CSO.
2017-10-30 Eric Anholtbroadcom/vc5: Force blending to treat alpha as 1 for...
2017-10-30 Eric Anholtbroadcom/vc5: Do BGRA vs RGBA swapping for the BLEND_CO...
2017-10-20 Eric Anholtbroadcom/vc5: Move default attribute value setup to...
2017-10-20 Eric Anholtbroadcom/vc5: Move most of the shader state attribute...
2017-10-10 Eric Anholtbroadcom/vc5: Set up per-MRT clear colors.
2017-10-10 Eric Anholtbroadcom/vc5: Flush the job when mapping a transform...
2017-10-10 Eric Anholtbroadcom/vc5: Fix depth and stencil clear values.
2017-10-10 Eric Anholtbroadcom/vc5: Add proper support for base_vertex and...
2017-10-10 Eric Anholtbroadcom: Add V3D 3.3 gallium driver called "vc5",...