i965: Simplify the remaining clear logic by relying on the meta clear.
authorEric Anholt <eric@anholt.net>
Fri, 18 May 2012 19:04:15 +0000 (12:04 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 23 May 2012 17:18:26 +0000 (10:18 -0700)
commit3e1656567c3d2abb91f8169806d6083e80c0a673
treed37896f5a9796e44ced4140bf070258775ae62e9
parent7c3e88f1fc2aa9d3740163bcf8718e6d8709a204
i965: Simplify the remaining clear logic by relying on the meta clear.

The GLSL clear path doesn't need any buffer presence checks, since
those are already handled in the normal drawing path code.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
src/mesa/drivers/dri/i965/brw_clear.c