always use argb8888 instead of rgba8888, this is far more likely to hit a faster...
authorRoland Scheidegger <rscheidegger@gmx.ch>
Wed, 13 Sep 2006 23:56:09 +0000 (23:56 +0000)
committerRoland Scheidegger <rscheidegger@gmx.ch>
Wed, 13 Sep 2006 23:56:09 +0000 (23:56 +0000)
commit6babf624b72a34b7be78bbc896bd241db98deb2e
treebc3ce50d81c2d214d952d77fac31e84fb7a2ac60
parent2e2a9813355993ba79eeb8070391e45aabb84f94
always use argb8888 instead of rgba8888, this is far more likely to hit a faster memcopy path in mesa (at least on little endian systems, possibly on big endian too)
src/mesa/drivers/dri/radeon/radeon_tex.c