broadcom/vc5: Don't allocate simulator BOs at offset 0.
[mesa.git] / src / gallium / drivers / vc5 / vc5_draw.c
2018-03-29 Eric Anholtbroadcom/vc5: Fix setup of integer surface clear values.
2018-03-29 Eric Anholtbroadcom/vc5: Stop trying to swizzle around RGBA4 clear...
2018-03-27 Eric Anholtbroadcom/vc5: Fix EZ disabling and allow using GT/GE...
2018-01-13 Eric Anholtbroadcom/vc5: Port the draw-time state emission to...
2018-01-13 Eric Anholtbroadcom/vc5: Use THRSW to enable multi-threaded shaders.
2018-01-13 Eric Anholtbroadcom/vc5: Port drawing commands to V3D 4.x.
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-11-22 Eric Anholtbroadcom/vc5: Don't increment primitive queries while...
2017-11-18 Eric Anholtbroadcom/vc5: Fix clear color for swap_color_rb render...
2017-11-07 Eric Anholtbraodcom/vc5: Flush the job when it grows over 1GB.
2017-11-07 Eric Anholtbroadcom/vc5: Fix pausing of transform feedback.
2017-11-07 Eric Anholtbroadcom/vc5: Add partial transform feedback query...
2017-11-07 Eric Anholtbroadcom/vc5: Add occlusion query support.
2017-11-07 Eric Anholtbroadcom/vc5: Add a cl_emit() variant for merging with...
2017-10-30 Eric Anholtbroadcom/vc5: Pack clear colors according to the TLB...
2017-10-30 Eric Anholtbroadcom/vc5: Fix GPU hang with no vertex elements...
2017-10-20 Eric Anholtbroadcom/vc5: Move default attribute value setup to...
2017-10-20 Eric Anholtbroadcom/vc5: Move most of the shader state attribute...
2017-10-10 Eric Anholtbroadcom/vc5: Set up per-MRT clear colors.
2017-10-10 Eric Anholtbroadcom/vc5: Make the BCL's number of render targets...
2017-10-10 Eric Anholtbroadcom/vc5: Mark our primitives as needing TF processing.
2017-10-10 Eric Anholtbroadcom/vc5: Fix up a comment from vc4 about the predr...
2017-10-10 Eric Anholtbroadcom/vc5: Fix depth and stencil clear values.
2017-10-10 Eric Anholtbraodcom/vc5: Fix incorrect early Z writes in discard...
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",...