History log of /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/GLCanvas.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ac94740cd673a016542d803c8600633c99b7427e 09-May-2013 George Mount <mount@google.com> Remove GL dependency on unused stencil buffers.

Bug 8884435

Change-Id: I8e7f0563a4a901953e3e2b14e35457b4fefe2e34
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/GLCanvas.java
bdb71cc6acbd78d5aa02d2e142b792247fb6e0bd 08-Jan-2013 George Mount <mount@google.com> Fix slide show animation so that cross fades work.

Bug 7961297
Removed the "Additive" blending, which didn't do anything, even in
OpenGL ES 1.1 implementation. Modified the texturing to
change the color of the pixels based on the supplied alpha
rather than modifying the alpha. This appears to match the
implementation in the OpenGL ES 1.1 pipeline.

Change-Id: I52491af1a8a2d727968e4e805bc4bc61647f5cf2
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/GLCanvas.java
50b33abe053ccab7be3d1bca2328e792507963d4 07-Jan-2013 George Mount <mount@google.com> Instantiate GLCanvas rather than reinitialize current GLCanvas.

GLCanvas was being used as a singleton when it really should
allow separate instances for correctness.

Change-Id: I650884e843a4a78997b70826f6012ae19b8df549
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/GLCanvas.java
64072a071151b55fcbf97f6204d3c2258db386fa 11-Dec-2012 George Mount <mount@google.com> Move LightCycle to render directly to GLRootView.

Change-Id: I298ef7127d86ca37067ffa953640aad1747961f9
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/GLCanvas.java
a4eae1abb4f2547dfbda84301ee764ce35464881 11-Dec-2012 John Reck <jreck@google.com> GL packaging refactor

Change-Id: I1d7a95c4f0b91a5ba59030d57cf6865c11b497aa
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/GLCanvas.java