i965: Drop extra flush when calling intel_miptree_map_raw().
authorEric Anholt <eric@anholt.net>
Tue, 27 Aug 2013 19:33:48 +0000 (12:33 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 30 Aug 2013 18:30:44 +0000 (11:30 -0700)
commit85aff83f3e355f6c258ebab12f6abfc7d9e9984a
tree6a90c70442a1921a49585ead29083f339c9af64a
parent535fbf286c0557a41a119515016f864f88f00527
i965: Drop extra flush when calling intel_miptree_map_raw().

The code that got replaced with map_raw didn't do the flush, but now
map_raw() is responsible for it and we don't have to worry about it.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
src/mesa/drivers/dri/i965/intel_mipmap_tree.c