mesa: fix texstore for MESA_FORMAT_R8G8B8A8_SRGB
authorChris Forbes <chrisf@ijw.co.nz>
Sat, 29 Mar 2014 03:56:48 +0000 (16:56 +1300)
committerChris Forbes <chrisf@ijw.co.nz>
Mon, 31 Mar 2014 22:54:56 +0000 (11:54 +1300)
commit3196c53c5d9bc25dae8c220c3dc38eb510612f76
treefeebfefde9212fb4f1260bc2f1a8722d458124e2
parentdb414c468609764c2394b4472900e7878f4ddfaa
mesa: fix texstore for MESA_FORMAT_R8G8B8A8_SRGB

The case for this was in the wrong function, and this format's store
func was not set in the table at all.

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/texstore.c