summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc5/vc5_screen.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-12broadcom/vc5: Port the draw-time state emission to V3D 4.1.Eric Anholt1-1/+3
2018-01-12broadcom/vc5: Update pixel center setup for V3D 4.x.Eric Anholt1-2/+12
2018-01-12broadcom/vc5: Move the formats table to per-V3D-version compile.Eric Anholt1-2/+3
2018-01-12broadcom/vc5: Enable the driver on V3D 4.1Eric Anholt1-1/+1
2017-12-19gallium: plumb context priority through to driverRob Clark1-0/+1
2017-11-17broadcom/vc5: Fix driver for new PIPE_SHADER_CAP_MAX_HW_ATOMIC_*.Eric Anholt1-0/+2
2017-11-07broadcom/vc5: Set the available VS outputs to match the FS inputs.Eric Anholt1-1/+4
2017-11-07broadcom/vc5: Set the max texture LOD bias.Eric Anholt1-1/+1
2017-11-06gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSETMarek Olšák1-0/+1
2017-11-01gallium: add cap for driver specified max combined shader resources.Dave Airlie1-0/+1
2017-10-30broadcom/vc5: Disable GL_ARB_transform_feedback3.Eric Anholt1-1/+1
2017-10-30broadcom/vc5: Fix gl_FragCoord pixel center setup.Eric Anholt1-3/+4
2017-10-10broadcom/vc5: Add support for GL_EXT_provoking_vertex.Eric Anholt1-1/+1
2017-10-10broadcom/vc5: Add proper support for base_vertex and base_instance.Eric Anholt1-1/+1
2017-10-10broadcom: Add V3D 3.3 gallium driver called "vc5", for BCM7268.Eric Anholt1-0/+620