commit | 0111043202307907da77620312b3118463906c3b | [log] [tgz] |
---|---|---|
author | Stas Gurtovoy <stas@graphtech.co.il> | Tue Jul 26 12:45:24 2011 +0300 |
committer | David 'Digit' Turner <digit@android.com> | Tue Aug 09 17:14:20 2011 +0200 |
tree | 94943a31db8a61ba3e786f8c4eddca7ee3891606 | |
parent | e99305dd9f4bfa0bc16cea025dd829b2aa5b8030 [diff] |
opengles emulator: fix the mixing between pack/unpack alignments The was a bug in the calculation of the pixels data size, caused by wrong usage of pack/unpack alignment. Pack should be used for glReadPixels, while unpack should be used for glTexImage and such. Also fixes crash in "Angry Birds" & "Angry Birds Rio" Change-Id: I099308a57a1ea907d38c59bad056429bc107de98