i965: Convert scalar_* flags to a scalar_stage array.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_compiler.h
2015-11-17 Kenneth Graunkei965: Convert scalar_* flags to a scalar_stage array.
2015-11-14 Kenneth Graunkei965: Print input/output VUE maps on INTEL_DEBUG=vs...
2015-11-05 Neil Robertsi965/fs: Add a sampler program key for whether the...
2015-10-29 Kenneth Graunkei965: Update stale comment about unused VUE map slots.
2015-10-25 Kenneth Graunkei965: Make brw_varying_to_offset take a const pointer...
2015-10-22 Ben Widawskyi965: Implement ARB_shader_stencil_export (gen9+)
2015-10-21 Kenneth Graunkei965: Add a brw->scalar_gs flag controlled by INTEL_SCA...
2015-10-21 Kenneth Graunkei965: Introduce a brw_vue_prog_data::include_vue_handle...
2015-10-21 Jason Ekstrandi965/gs: Do prog_data setup and other calculations...
2015-10-21 Jason Ekstrandi965/gs: Pull prog_data out of brw_gs_compile
2015-10-21 Jason Ekstrandi965/gs: Use NIR instead of the brw_geometry_program...
2015-10-21 Jason Ekstrandi965/gs: Move the mem_ctx argument to brw_compile_gs
2015-10-19 Jason Ekstrandi965: Move the entire compiler API into a single file