i915: Remove most of the code under gen >= 4 checks.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_clear.c
2013-06-12 Paul Berryi965/gen7+: Implement fast color clear operation in...
2013-05-04 Eric Anholti965: Enable fast clears on non-8x4-aligned sizes.
2013-04-30 Eric Anholti965: Implement color clears using a simple shader...
2013-04-10 Chad Versaceintel: Replace checks for hiz_mt with intel_has*hiz()
2013-03-19 Paul Berryi965: Avoid unnecessary copy when depthstencil workarou...
2013-03-15 Paul Berryi965: Apply depthstencil alignment workaround when...
2012-09-25 Kenneth Graunkei965: Allow fast depth clears if scissoring doesn't...
2012-08-24 Paul Berryi965: don't clear resolve map when doing fast depth...
2012-08-13 Eric Anholti965: Add performance debug for fast clear fallbacks.
2012-08-09 Tapani Pälliintel: use _mesa_meta_Clear with OpenGL ES 1.1 v2
2012-05-23 Eric Anholti965/gen6+: Add support for fast depth clears.
2012-05-23 Eric Anholti965: Rename the clear function for this driver.
2012-05-23 Eric Anholti965: Simplify the remaining clear logic by relying...
2012-05-23 Eric Anholti965: Switch blit color clears to tri clears on gen4/5.
2012-05-23 Eric Anholti965: Remove dead logic for non-tri depth/stencil clears.
2012-05-23 Eric Anholti965: We always have GLSL, so always use it for tri...
2012-05-23 Eric Anholtintel: Fork the intel_clear.c file between i915 and...