Re: [Mesa-dev] [PATCH] i965/blorp: Move exec() out of brw_blorp_params.

2012-05-15 Thread Kenneth Graunke
On 05/15/2012 07:31 AM, Paul Berry wrote: 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 ___

[Mesa-dev] [PATCH] i965/blorp: Move exec() out of brw_blorp_params.

2012-05-15 Thread Paul Berry
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. --- src/mesa/drivers/dri/i965/brw_blorp.cpp |6 +++--- src/mesa/drivers/dri/i965/brw_blorp.h|