broadcom/vc5: Move the TLB loads and stores to helper functions.
[mesa.git] / src / gallium / drivers / vc5 / vc5_rcl.c
2018-01-13 Eric Anholtbroadcom/vc5: Move the TLB loads and stores to helper...
2018-01-13 Eric Anholtbroadcom/vc5: Convert vc5_cl.h to use the V3DX() macros.
2018-01-03 Eric Anholtbroadcom/vc5: Introduce enums for internal depth/type...
2018-01-03 Eric Anholtbroadcom/vc5: Switch to setting the primitive list...
2017-12-19 Eric Anholtbroadcom/vc5: Start adding support for rendering to...
2017-11-22 Eric Anholtbroadcom/vc5: Fix UIF surface size setup for ARB_fbo...
2017-11-19 Eric Anholtbroadcom/vc5: Fix simulator assertion failures about...
2017-11-18 Eric Anholtbroadcom/vc5: Set up the padded height at surface creat...
2017-10-30 Eric Anholtbroadcom/vc5: Pack clear colors according to the TLB...
2017-10-30 Eric Anholtbroadcom/vc5: Emit raw loads for MSAA buffers.
2017-10-30 Eric Anholtbroadcom/vc5: Use raw stores for MSAA buffers.
2017-10-10 Eric Anholtbroadcom/vc5: Set the RCL's MSAA mode to match the...
2017-10-10 Eric Anholtbraodcom/vc5: Set up clear color for higher-bpp formats.
2017-10-10 Eric Anholtbroadcom/vc5: Set up per-MRT clear colors.
2017-10-10 Eric Anholtbroadcom/vc5: Fix depth and stencil clear values.
2017-10-10 Eric Anholtbroadcom/vc5: Use supertiles and generic tile lists.
2017-10-10 Eric Anholtbroadcom: Add V3D 3.3 gallium driver called "vc5",...