util: Fix PIPE_FORMAT_R8G8B8_SRGB swizzles.
authorJosé Fonseca <jfonseca@vmware.com>
Mon, 1 Mar 2010 16:42:54 +0000 (16:42 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 1 Mar 2010 16:42:54 +0000 (16:42 +0000)
commitac8e1c18f2b75ff8a49efbc1aad3a5864f3cfcf0
tree58234ac57a06e05c2a6b7ea4e3f921fb6855ada5
parent88e640fc14c3146966b6ba886d7f79874e745b35
util: Fix PIPE_FORMAT_R8G8B8_SRGB swizzles.

The only user of PIPE_FORMAT_R8G8B8_SRGB is mesa, which
per src/mesa/main/texstore.c interprets it as

  R8 G8 B8

and not the other way around.
src/gallium/auxiliary/util/u_format.csv