i965: Push down inclusion of brw_program.h.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_program.h
2015-11-24 Matt Turneri965: Push down inclusion of brw_program.h.
2015-10-19 Jason Ekstrandi965: Move the entire compiler API into a single file
2015-09-30 Jason Ekstrandi965: Get rid of prog_data compare functions
2015-09-26 Kenneth Graunkei965/gs: Remove the dependency on the VS VUE map.
2015-09-04 Kenneth Graunkei965: Remove the brw_vue_prog_key base class.
2015-09-04 Kenneth Graunkei965: Delete the brw_vue_program_key::userclip_active...
2015-09-04 Kenneth Graunkei965: Move brw_setup_tex_for_precompile to brw_program...
2014-12-10 Kristian Høgsbergi965: Rename brw_vec4_prog_data/key to brw_bue_prog_dat...
2014-12-03 Kenneth Graunkei965: Make vertex color clamp handling code VS specific.
2014-12-03 Kenneth Graunkei965: Use the enum type for gen6_gather_wa sampler...
2014-12-03 Kenneth Graunkei965: Drop use of GL types in program keys.
2014-12-03 Kenneth Graunkei965: Move program key structures to brw_program.h.
2014-10-25 Ian Romanicki965: Silence unused parameter warning in brw_dump_ir
2014-04-08 Topi Pohjolaineni965: Remove unused sampler key fields
2014-03-02 Chris Forbesi965: Widen sampler key bitfields for 32 samplers
2014-02-23 Eric Anholti965: Refactor debug dumping of GLSL IR.
2014-02-19 Francisco Jerezi965: Unify fs_generator:: and vec4_generator::mark_sur...
2014-02-19 Francisco Jerezi965: Move up duplicated fields from stage-specific...
2014-02-07 Chris Forbesi965: Add Gen6 gather wa to sampler key
2013-12-07 Chris Forbesi965/Gen7: Include bitfield in the sampler key for...
2013-10-02 Chris Forbesi965: w/a for gather4 green RG32F
2013-08-23 Paul Berryi965: Make brw_{program,vs}.h safe to include from...
2013-08-19 Kenneth Graunkei965: Shorten sampler loops in key setup.
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-03-05 Eric Anholti965: Make perf_debug() output to GL_ARB_debug_output...
2012-12-28 Eric Anholti965: Add texrect scale parameters before pointers...
2012-08-27 Kenneth Graunkei965: Index sampler program key data by linker-assigned...
2012-08-13 Eric Anholti965: Add performance debug for shader recompiles.
2012-07-12 Kenneth Graunkei965: Move loop over texture units into brw_populate_sa...
2012-07-12 Kenneth Graunkei965: Delete previous workaround for textureGrad with...
2011-12-20 Kenneth Graunkei965/fs: Factor out texturing related data from brw_wm_...