i965: Add an interface for doing hiz ops from C code.
authorEric Anholt <eric@anholt.net>
Mon, 21 May 2012 16:30:35 +0000 (09:30 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 23 May 2012 17:18:27 +0000 (10:18 -0700)
commit5b226ad603302554f38e6b12a93bd2cf443d4b56
tree3d189f28ef7612493360c4698b51b5916d882c2f
parent7da9795070b1af746ab85692d4b65dbe8c4f2d76
i965: Add an interface for doing hiz ops from C code.

This required moving gen6_hiz_op, and I put it in intel_resolve_map.h
for the next commit.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
src/mesa/drivers/dri/i965/brw_blorp.cpp
src/mesa/drivers/dri/i965/brw_blorp.h
src/mesa/drivers/dri/intel/intel_mipmap_tree.h
src/mesa/drivers/dri/intel/intel_resolve_map.h