i965: Add support for gl_DrawIDARB and enable extension
[mesa.git] / src / mesa / drivers / dri / i965 / brw_compiler.h
2015-12-29 Kristian Høgsberg... i965: Add support for gl_DrawIDARB and enable extension
2015-12-29 Kristian Høgsberg... i965: Add support for gl_BaseVertexARB and gl_BaseInsta...
2015-12-23 Kenneth Graunkei965: Handle mix-and-match TCS/TES with separate shader...
2015-12-23 Kenneth Graunkei965: Create and set a new brw_tcs_prog_data::outputs_w...
2015-12-22 Kenneth Graunkei965: Implement gl_PatchVerticesIn by baking it into...
2015-12-22 Kenneth Graunkei965: Add tessellation control shaders.
2015-12-22 Kenneth Graunkei965: Add tessellation evaluation shaders
2015-12-14 Kenneth Graunkei965: Add tessellation shader VUE map code.
2015-12-11 Kristian Høgsberg... i965: Move brw_cs_fill_local_id_payload() to libi965_co...
2015-12-09 Francisco Jerezi965: Calculate appropriate L3 partition weights for...
2015-12-07 Chris Forbesi965: Add backend structures for tess stages
2015-11-18 Kenneth Graunkei965: Add enums for 3DSTATE_TE field values.
2015-11-17 Kenneth Graunkei965: Add missing stdio.h include to 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