intel: Remove unused HiZ functions
authorChad Versace <chad.versace@linux.intel.com>
Thu, 17 Nov 2011 07:10:48 +0000 (23:10 -0800)
committerChad Versace <chad.versace@linux.intel.com>
Tue, 22 Nov 2011 18:50:49 +0000 (10:50 -0800)
commitc0151839473c83a2d0eea6285a649c1674466752
tree8ed00e7f0566f1630d55f454b97bc01ecf66d6b8
parenta2e44b0813e956440c451c107cf5564b56cbe98e
intel: Remove unused HiZ functions

Remove the following functions:
   i830_hiz_resolve_noop
   i915_hiz_resolve_noop
   brw_hiz_resolve_noop

My original strategy for how intel->vtbl.resolve_*buffer was used has
substantially changed. The above functions are no longer called in the
current strategy.

Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
src/mesa/drivers/dri/i915/i830_vtbl.c
src/mesa/drivers/dri/i915/i915_vtbl.c
src/mesa/drivers/dri/i965/brw_vtbl.c