reenable code in _mesa_texstore_rgba8888 to avoid the generic copy path if only swizz...
authorRoland Scheidegger <rscheidegger@gmx.ch>
Wed, 20 Sep 2006 18:22:19 +0000 (18:22 +0000)
committerRoland Scheidegger <rscheidegger@gmx.ch>
Wed, 20 Sep 2006 18:22:19 +0000 (18:22 +0000)
commit528de982f88bfc025425ce1188781a34f4d84f1f
tree40d7d389994088b3bc94fbaddf8e552d06a78e70
parent2e5c686c2b6f356895f33b2815e41386946ab55a
reenable code in _mesa_texstore_rgba8888 to avoid the generic copy path if only swizzling is required as it works just fine (tested with glean pixelFormats test and a hacked up r200 driver which always uses that format).
src/mesa/main/texstore.c