i965/meta_util: Only modify the input parameters in get_fast_clear_rect
authorJason Ekstrand <jason.ekstrand@intel.com>
Sun, 24 Jul 2016 08:13:49 +0000 (01:13 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 17 Aug 2016 21:46:22 +0000 (14:46 -0700)
commita6c2091da6d8ba1dd237fadde60804a37a88a3d8
treefb55d0e726aa30d9dab6d18d4b5697805275364e
parentf748e157352bba0b46db52b5f2e21e68e04391d0
i965/meta_util: Only modify the input parameters in get_fast_clear_rect

We had another inline copy of brw_meta_get_buffer_rect embedded in
get_fast_clear_rect for no good reason.  This lets us get rid of the
gl_frameuffer parameter to get_fast_clear_rect.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
src/mesa/drivers/dri/i965/brw_meta_util.c
src/mesa/drivers/dri/i965/brw_meta_util.h