v3d: Rename the vc5_dri.so driver to v3d_dri.so.
[mesa.git] / src / gallium / drivers / vc5 / vc5_screen.c
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-05-01 Rhys Perrygallium: add initial support for conservative rasterization
2018-03-22 Eric Anholtbroadcom/vc5: Allow FBOs with mixed color formats.
2018-03-22 Eric Anholtbroadcom/vc5: Add missing support for 2101010_REV verte...
2018-03-21 Eric Anholtbroadcom/vc5: Fix 3D miplevel limit to match other...
2018-03-20 Timothy Arcerigallium: add packed uniform CAP
2018-02-23 Eric Anholtbroadcom/vc5: Ignore unused usage flags in is_format_su...
2018-02-17 Marek Olšákgallium: allow drivers to impose BO flags restrictions...
2018-02-13 Dave Airliegallium: drop all the guard band float caps.
2018-02-01 Eric Anholtbroadcom/vc5: Add the missing PIPE_CAP_FENCE_SIGNAL.
2018-01-27 Eric Anholtbroadcom/vc5: Enable the driver on V3D 4.2.
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_USER_CONSTANT_BUFFERS
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TWO_SIDED_STENCIL
2018-01-13 Eric Anholtbroadcom/vc5: Port the draw-time state emission to...
2018-01-13 Eric Anholtbroadcom/vc5: Update pixel center setup for V3D 4.x.
2018-01-13 Eric Anholtbroadcom/vc5: Move the formats table to per-V3D-version...
2018-01-13 Eric Anholtbroadcom/vc5: Enable the driver on V3D 4.1
2017-12-19 Rob Clarkgallium: plumb context priority through to driver
2017-11-18 Eric Anholtbroadcom/vc5: Fix driver for new PIPE_SHADER_CAP_MAX_HW...
2017-11-07 Eric Anholtbroadcom/vc5: Set the available VS outputs to match...
2017-11-07 Eric Anholtbroadcom/vc5: Set the max texture LOD bias.
2017-11-06 Marek Olšákgallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET
2017-11-01 Dave Airliegallium: add cap for driver specified max combined...
2017-10-30 Eric Anholtbroadcom/vc5: Disable GL_ARB_transform_feedback3.
2017-10-30 Eric Anholtbroadcom/vc5: Fix gl_FragCoord pixel center setup.
2017-10-10 Eric Anholtbroadcom/vc5: Add support for GL_EXT_provoking_vertex.
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",...