OSDN Git Service

Fix Gallery glitch due to ColorTexture.
authorOwen Lin <owenlin@google.com>
Tue, 19 Jun 2012 03:36:23 +0000 (11:36 +0800)
committerOwen Lin <owenlin@google.com>
Tue, 19 Jun 2012 03:46:16 +0000 (11:46 +0800)
commit1cbde8f63a4862e814078da9b7cefce0c6291dab
tree9eaffc3b10501aa476989ab56e976c34304a3ec1
parent6dd670997a88fe7502f9ce0e4f9c872b7352027f
Fix Gallery glitch due to ColorTexture.

Change the initial value of mTextureTarget to GL_TEXTURE_2D,
since it is default enabled.

bug:6668616

Change-Id: I4bf475ca1a02fed3371e8223003a10e88ce8d519
src/com/android/gallery3d/ui/GLCanvasImpl.java