broadcom/vc5: Enable the driver on V3D 4.2.
[mesa.git] / src / gallium / drivers / vc5 / vc5_screen.c
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",...