i965/blorp: Move exec() out of brw_blorp_params.
authorPaul Berry <stereotype441@gmail.com>
Tue, 15 May 2012 14:29:26 +0000 (07:29 -0700)
committerPaul Berry <stereotype441@gmail.com>
Tue, 15 May 2012 22:15:26 +0000 (15:15 -0700)
commit6335e0b0738a6e466f0b712e30ad9fe506f67a6c
tree1beb620509f1818ab86844ec686fa1685ef64767
parent19e9b24626c2b9d7abef054d57bb2a52106c545b
i965/blorp: Move exec() out of brw_blorp_params.

No functional change.  This patch replaces the
brw_blorp_params::exec() method with a global function
brw_blorp_exec() that performs the operation described by the params
data structure.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_blorp.cpp
src/mesa/drivers/dri/i965/brw_blorp.h
src/mesa/drivers/dri/i965/brw_blorp_blit.cpp