i915: Remove most of the code under gen >= 4 checks.
[mesa.git] / src / mesa / drivers / dri / i965 / Makefile.sources
2013-06-28 Kenneth Graunkei965: Split surface format code into a new file (brw_su...
2013-06-11 Kenneth Graunkei965: Emit the depth/stencil state pointer directly...
2013-05-20 Kenneth Graunkei965: Rely on hardware contexts for query objects on...
2013-05-02 Eric Anholti965: Move FS instruction scheduling to a non-FS-specif...
2013-04-30 Eric Anholti965: Implement color clears using a simple shader...
2013-04-30 Eric Anholtintel: Remove the last spans code!
2013-04-29 Eric Anholtintel: Fold the one last function intel_tex_format...
2013-04-04 Kenneth Graunkei965: Delete brw_vs_constval.c and the brw_wm_input_siz...
2013-04-01 Eric Anholti965: Remove the old brw_optimize() code.
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_lookup_iz() to fs_visitor::setup_p...
2012-11-12 Eric Anholtautomake: Merge per-type *_FILES variables in intel...
2012-11-01 Kenneth Graunkei965/vs: Delete the old vertex shader backend.
2012-11-01 Kenneth Graunkei965/vs: Replace brw_vs_emit.c with dumping code into...
2012-10-17 Eric Anholti965/vs: Improve live interval calculation.
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