i965: Use unreachable() instead of unconditional assert().
[mesa.git] / src / mesa / drivers / dri / i965 / brw_clear.c
2014-05-01 Eric Anholti965: Delete the intel_regions.c code.
2014-04-13 Iago Toral Quirogai965: glClearBuffer() should only clear a single buffer.
2014-04-10 Chris Forbesi965: Account for view parameters in fast depth clears
2014-02-26 Kenneth Graunkei965: Don't forget to subtract mt->first_level in minif...
2014-02-19 Kenneth Graunkei965: Enable fast depth clears.
2014-02-18 Eric Anholti965: Drop mt->levels[].width/height.
2014-02-10 Kenneth Graunkemesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT...
2014-02-08 Kenneth Graunkei965: Fix fast depth clear values on Broadwell.
2014-01-27 Mark Muellermesa: Change many Type P MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Change many Type A MESA_FORMATs to meet naming...
2014-01-20 Ian Romanicki965: Consider only the scissor rectangle for viewport...
2014-01-20 Courtney Goeltzenl... mesa: Update gl_scissor_attrib to support ARB_viewport_...
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-10 Paul Berryi965: Fix clears of layered framebuffers with mismatche...
2013-11-22 Paul Berryi965: Fix fast clear of depth buffers.
2013-11-21 Kenneth Graunkei965: Disable BLORP on Broadwell for now.
2013-08-04 Jordan Justeni965 clear/draw: set renderbuffer attachment as needing...
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Move front buffer rendering fields from intel_con...
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-07-09 Kenneth Graunkei965: Replace #include "intel_context.h" with brw_conte...
2013-07-03 Kenneth Graunkei965: Move contents of intel_clear.h to intel_context.h.
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...