i965: Enable texture upload fast path with MinLevel
authorChris Forbes <chrisf@ijw.co.nz>
Mon, 20 Jan 2014 07:18:19 +0000 (20:18 +1300)
committerChris Forbes <chrisf@ijw.co.nz>
Thu, 10 Apr 2014 06:27:41 +0000 (18:27 +1200)
commit24f490fb37f5a5b3ab0098aac6e4f6144f4f7029
treed21146556c648beb1f3c4e8cd8fc797013241c44
parent5de52541e52d0a14d70ef7472d08cdc650d4a222
i965: Enable texture upload fast path with MinLevel

We'll still avoid MinLayer here since the fast path doesn't understand
arrays at all, but it's straightforward to do levels.

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Acked-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/intel_tex_subimage.c