i965: Use MESA_FORMAT_B8G8R8X8_SRGB for RGB visuals
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vue_map.c
2015-11-24 Matt Turneri965: Clean up #includes in the compiler.
2015-11-14 Kenneth Graunkei965: Print input/output VUE maps on INTEL_DEBUG=vs...
2015-09-26 Kenneth Graunkei965: Don't re-layout varyings for separate shader...
2015-09-26 Kenneth Graunkei965/vue: Make assign_vue_map() take an explicit slot.
2015-09-26 Kenneth Graunkei965: Initialize unused VUE map slots to BRW_VARYING_SL...
2015-06-22 Kenneth Graunkei965: Add and fix comments in brw_vue_map.c.
2015-06-22 Kenneth Graunkei965: Split VUE map handling out of brw_vs.c into brw_v...