i965/blorp: Stop calling brw_meta_get_buffer_rect
authorJason Ekstrand <jason.ekstrand@intel.com>
Sun, 24 Jul 2016 08:08:14 +0000 (01:08 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 17 Aug 2016 21:46:22 +0000 (14:46 -0700)
commitf748e157352bba0b46db52b5f2e21e68e04391d0
treef70a8cdb6289cfcc3c2d8d3b14a878d4b5856a3f
parent18aad17ce254ec52414a00fc7c9ddcfa0da7c449
i965/blorp: Stop calling brw_meta_get_buffer_rect

We already have an inlined version of the function slightly higher up in
do_single_blorp_clear and all calling it does is stomp the values with the
same thing.  We might as well just get rid of it.

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