meta: Fold the texture setup into setup_copypix_texture().
authorEric Anholt <eric@anholt.net>
Mon, 3 Feb 2014 23:58:03 +0000 (15:58 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 12 Feb 2014 23:38:58 +0000 (15:38 -0800)
commitcd084aa297ff96832d3af4e6aa6df9a06be9375f
tree2723c4b455159601ee1bb46427a8dd76c00aebe8
parent397b2c3966175de00e84d0de061c6ad10adb35f5
meta: Fold the texture setup into setup_copypix_texture().

There was this funny argument passed to setup for "did alloc decide we
need to allocate new texture storage?", which goes away if we don't have
the caller do alloc as a separate step.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/common/meta.c