summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc5/vc5_rcl.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-12broadcom/vc5: Port the RCL setup to V3D4.1.Eric Anholt1-53/+270
2018-01-12broadcom/vc5: Fix per-tile extra clear packet.Eric Anholt1-1/+1
2018-01-12broadcom/vc5: Move the TLB loads and stores to helper functions.Eric Anholt1-35/+50
2018-01-12broadcom/vc5: Convert vc5_cl.h to use the V3DX() macros.Eric Anholt1-1/+3
2018-01-03broadcom/vc5: Introduce enums for internal depth/type, with V3D prefixes.Eric Anholt1-2/+2
2018-01-03broadcom/vc5: Switch to setting the primitive list format in the RCL.Eric Anholt1-0/+8
2017-12-19broadcom/vc5: Start adding support for rendering to Z32F_S8X24_UINT.Eric Anholt1-0/+22
2017-11-22broadcom/vc5: Fix UIF surface size setup for ARB_fbo's mismatched sizes.Eric Anholt1-2/+23
2017-11-19broadcom/vc5: Fix simulator assertion failures about color RT clears.Eric Anholt1-2/+19
2017-11-17broadcom/vc5: Set up the padded height at surface creation time.Eric Anholt1-14/+3
2017-10-30broadcom/vc5: Pack clear colors according to the TLB internal format/type.Eric Anholt1-3/+3
2017-10-30broadcom/vc5: Emit raw loads for MSAA buffers.Eric Anholt1-0/+58
2017-10-30broadcom/vc5: Use raw stores for MSAA buffers.Eric Anholt1-15/+97
2017-10-10broadcom/vc5: Set the RCL's MSAA mode to match the BCL's MSAA state.Eric Anholt1-0/+2
2017-10-10braodcom/vc5: Set up clear color for higher-bpp formats.Eric Anholt1-4/+25
2017-10-10broadcom/vc5: Set up per-MRT clear colors.Eric Anholt1-5/+7
2017-10-10broadcom/vc5: Fix depth and stencil clear values.Eric Anholt1-1/+2
2017-10-10broadcom/vc5: Use supertiles and generic tile lists.Eric Anholt1-71/+124
2017-10-10broadcom: Add V3D 3.3 gallium driver called "vc5", for BCM7268.Eric Anholt1-0/+218