mesa: remove LSB-first pixel packing check in glReadPixels
authorBrian Paul <brianp@vmware.com>
Fri, 27 Jan 2012 03:01:10 +0000 (20:01 -0700)
committerBrian Paul <brianp@vmware.com>
Sat, 28 Jan 2012 01:21:43 +0000 (18:21 -0700)
commit343100d1fcd5ee705e8b99cd9ff1259001f15081
tree92c0be5da6e21dce9d23b99b20225d161f8a5d49
parentab1195cf1127781909d5158c7de68f8732458d75
mesa: remove LSB-first pixel packing check in glReadPixels

GL_UNPACK_LSB_FIRST only applies to bitmap data, not glReadPixels.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/readpix.c