broadcom/vc5: Add occlusion query support.
[mesa.git] / src / gallium / drivers / vc5 / vc5_emit.c
2017-11-07 Eric Anholtbroadcom/vc5: Add occlusion query support.
2017-11-07 Eric Anholtbroadcom/vc5: Skip emitting textures that aren't used.
2017-11-07 Eric Anholtbroadcom/vc5: Disable early Z test when the FS writes Z.
2017-11-07 Eric Anholtbroadcom/vc5: Shift the min/max lod fields by the BASE_...
2017-11-07 Eric Anholtbroadcom/vc5: Add support for anisotropic filtering.
2017-11-07 Eric Anholtbroadcom/vc5: Fix mipmap filtering enums.
2017-11-07 Eric Anholtbroadcom/vc5: Move stencil state packing to the CSO.
2017-11-07 Eric Anholtbroadcom/vc5: Skip emitting depth offset while disabled.
2017-11-07 Eric Anholtbroadcom/vc5: Don't emit stencil config if not doing...
2017-11-07 Eric Anholtbroadcom/vc5: Don't emit updated blend factors/funcs...
2017-11-07 Eric Anholtbroadcom/vc5: Make sure the TMU indirect struct is...
2017-10-30 Eric Anholtbroadcom/vc5: Force blending to treat alpha as 1 for...
2017-10-30 Eric Anholtbroadcom/vc5: Do BGRA vs RGBA swapping for the BLEND_CO...
2017-10-30 Eric Anholtbroadcom/vc5: Drop duplicated setup of clip_window_heig...
2017-10-30 Eric Anholtbroadcom/vc5: Don't forget to actually turn on stencil...
2017-10-20 Eric Anholtbroadcom/vc5: Fix pasteo that broke vertex texturing.
2017-10-10 Eric Anholtbroadcom/vc5: Fix blendfactor zero handling.
2017-10-10 Eric Anholtbroadcom/vc5: Fix color masks for non-independent blending.
2017-10-10 Eric Anholtbroadcom/vc5: Add support for GL_EXT_provoking_vertex.
2017-10-10 Eric Anholtbroadcom/vc5: Flush the job when mapping a transform...
2017-10-10 Eric Anholtbroadcom/vc5: Fix handling of interp qualifiers on...
2017-10-10 Eric Anholtbroadcom: Add V3D 3.3 gallium driver called "vc5",...