hw/gles2_escommon_calls.c: do not redefine pixel variable
authorIgor Mitsyanko <i.mitsyanko@samsung.com>
Thu, 26 Jul 2012 07:28:38 +0000 (11:28 +0400)
committerEvgeny Voevodin <e.voevodin@samsung.com>
Fri, 27 Jul 2012 06:31:52 +0000 (10:31 +0400)
commitd2c64377675f61130529c61cbc1b32a66516a269
treeb733ad07cb6546c6d6aa4bd45c6bb209511940cf
parent6dc5b7376371974f7dcb9af130897eee8863fab8
hw/gles2_escommon_calls.c: do not redefine pixel variable

pixel variable was defined twice in glCompressedTexImage2D function, because of
these data was never transfered and we had memory leak.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
hw/gles2_escommon_calls.c