i965: Add function brw_blorp_blit_miptrees
authorChad Versace <chad.versace@linux.intel.com>
Mon, 6 Aug 2012 23:10:50 +0000 (16:10 -0700)
committerChad Versace <chad.versace@linux.intel.com>
Tue, 7 Aug 2012 16:30:33 +0000 (09:30 -0700)
commit6cc9df331b4799715b31d7ec606ad09fa914e260
treecd87809f0be159a86b3890cf7a8799bbfc598fd4
parentf4873babdc27f697df9f4642209eca21a02ac476
i965: Add function brw_blorp_blit_miptrees

Define a function, brw_blorp_blit_miptrees, that simply wraps
brw_blorp_blit_params + brw_blorp_exec with C calling conventions. This
enables intel_miptree.c, in a following commit, to perform blits with
blorp for the purpose of downsampling multisample miptrees.

Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
src/mesa/drivers/dri/i965/brw_blorp.h
src/mesa/drivers/dri/i965/brw_blorp_blit.cpp