mesa: fix a glGetTexImage issue with base-converted texture formats
authorRoland Scheidegger <sroland@vmware.com>
Sat, 28 Mar 2009 00:19:49 +0000 (01:19 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Sat, 28 Mar 2009 01:06:40 +0000 (02:06 +0100)
commit02a579f2e7abc832dd46956048d1116f7dc3dd92
treeae80b9840e9097b6fab307736a541537efdf38d4
parent79e2df63af4d231a1223887e79a819b3baac9a6c
mesa: fix a glGetTexImage issue with base-converted texture formats

need to respect the user-supplied base format, not the one derived from
the texture format actually used.
src/mesa/main/texformat.c
src/mesa/main/texstore.c