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>
Showing
- src/mesa/drivers/dri/i965/brw_blorp.cpp 3 additions, 3 deletionssrc/mesa/drivers/dri/i965/brw_blorp.cpp
- src/mesa/drivers/dri/i965/brw_blorp.h 5 additions, 2 deletionssrc/mesa/drivers/dri/i965/brw_blorp.h
- src/mesa/drivers/dri/i965/brw_blorp_blit.cpp 1 addition, 1 deletionsrc/mesa/drivers/dri/i965/brw_blorp_blit.cpp
Loading
Please register or sign in to comment