mesa: fix incorrect component ordering for sRGB8 texture fetch/store
authorBrian Paul <brianp@vmware.com>
Tue, 7 Apr 2009 19:17:42 +0000 (13:17 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 7 Apr 2009 19:17:42 +0000 (13:17 -0600)
commitd03053688f7370064ded6dfc4912841eae39a4a9
tree33f5597614c2a7dd7cea093db40e2b73e85b6886
parent0f0e24f6ef9c3ea44eba21ed3678361dc6c2ae6f
mesa: fix incorrect component ordering for sRGB8 texture fetch/store

This format is layered on MESA_FORMAT_RGB888 so the component order is
actually BGR.
Fixes glean pixelFormat failures.
src/mesa/main/texformat_tmp.h