broadcom/vc5: Always use the RGBA8 formats for RGBX8.
[mesa.git] / src / gallium / drivers / vc5 / vc5_program.c
2018-01-13 Eric Anholtbroadcom/vc5: Move the formats table to per-V3D-version...
2018-01-03 Eric Anholtbroadcom/vc5: Emit proper flatshading code for glShadeM...
2018-01-03 Eric Anholtbraodcom/vc5: Rely on OVRTMUOUT always being set.
2017-11-22 Eric Anholtbroadcom/vc5: Fix incorrect padding of TF outputs.
2017-10-30 Eric Anholtbroadcom/vc5: Do BGRA vs RGBA swapping for the BLEND_CO...
2017-10-30 Eric Anholtbroadcom/vc5: Don't do r/b channel swapping on 565.
2017-10-30 Eric Anholtbroadcom/vc5: Add PIPE_TEX_WRAP_CLAMP support for linea...
2017-10-20 Eric Anholtbroadcom/vc5: Fix build failure frm nir_shader::stage...
2017-10-10 Eric Anholtbroadcom/vc5: Add support for f32 render targets.
2017-10-10 Eric Anholtbroadcom/vc5: Start hooking up multiple render targets...
2017-10-10 Eric Anholtbraodcom/vc5: Find the actual first TF output for our...
2017-10-10 Eric Anholtbroadcom/vc5: Fix translation of transform feedback...
2017-10-10 Eric Anholtbroadcom/vc5: Fix setup of TF dword output count.
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",...