[Mesa-dev] [PATCH 05/10] i965/blorp: Simplify check that src/dst width/height match.

Chad Versace chad.versace at linux.intel.com
Tue Jul 24 09:38:27 PDT 2012


On 07/18/2012 08:15 AM, Paul Berry wrote:
> When checking that the source and destination dimensions match, we
> don't need to store the width and height in variables; doing so just
> risks confusion since right after the check, we do clipping and
> scissoring, which may alter the width and height.
> 
> No functional change.
> ---
>  src/mesa/drivers/dri/i965/brw_blorp_blit.cpp |    6 ++----
>  1 files changed, 2 insertions(+), 4 deletions(-)

Reviewed-by: Chad Versace <chad.versace at linux.intel.com>



More information about the mesa-dev mailing list