i965: Move brw_fs_cfg.* to brw_cfg.*.
[mesa.git] / src / mesa / drivers / dri / i965 / Makefile.sources
2012-10-17 Eric Anholti965: Move brw_fs_cfg.* to brw_cfg.*.
2012-10-08 Eric Anholti965: Remove the old ARB_fragment_program backend.
2012-10-08 Eric Anholti965: Replace brw_wm_* with dumping code into the fs_vi...
2012-09-17 Eric Anholti965: Add support for instruction compaction.
2012-08-28 Eric Anholti965: Replace general sw fallback support with a manual...
2012-07-12 Kenneth Graunkei965: Add a lowering pass to convert TXD to TXL by...
2012-05-24 Kenneth Graunkei965: Gut the separate OpenGL ES extension enabling.
2012-05-23 Jordan Justeni965: create code path to handle primitive restart...
2012-05-23 Eric Anholtintel: Fork the intel_clear.c file between i915 and...
2012-05-15 Paul Berryi965/gen6: Initial implementation of MSAA.
2012-05-15 Paul Berryi965/gen6+: Add code to perform blits on the render...
2012-05-15 Paul Berryi965: Parameterize HiZ code to prepare for adding blitting.
2012-05-14 Eric Anholti965/fs: Add support for copy propagation.
2012-05-14 Kenneth Graunkei965/fs: Add a local common subexpression elimination...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-10 Paul Berryi965/hiz: Convert gen{6,7}_hiz.c to C++
2012-04-29 Dylan Noblesmithautoconf: pass -Wall to automake
2012-04-20 Eric Anholti965: Add support for live variable analysis using...
2012-04-20 Eric Anholti965: Add basic block generator.
2012-02-07 Chad Versacei965: Rewrite the HiZ op
2012-01-30 Eric Anholtintel: Use libdrm's decode functionality instead of...
2012-01-17 Eric Anholti965: Convert the build to using automake.
2011-12-24 Eric Anholti965/gen7: Move SOL stage disable to gen7_sol_state.c
2011-12-20 Paul Berryi965 gen6: Initial implementation of transform feedback.
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Chad Versaceintel: Define struct intel_resolve_map [v2]
2011-10-18 Chad Versaceintel: Add HiZ operations to intel_context::vtbl for...
2011-09-09 Eric Anholti965/vs: Add constant propagation to a few opcodes.
2011-09-01 Chia-I Wuintel: rename intel_extensions_es2.c to intel_extension...
2011-08-27 Chad Versacei965: Factor our source lists into Makefile.sources