From c8cab06ea9dbf4b1d46203603bfefa0160aa8f62 Mon Sep 17 00:00:00 2001 From: George Mount Date: Mon, 7 Jan 2013 16:17:14 -0800 Subject: 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 --- tests/src/com/android/gallery3d/ui/GLCanvasStub.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') diff --git a/tests/src/com/android/gallery3d/ui/GLCanvasStub.java b/tests/src/com/android/gallery3d/ui/GLCanvasStub.java index da4c5c493..d258a77f7 100644 --- a/tests/src/com/android/gallery3d/ui/GLCanvasStub.java +++ b/tests/src/com/android/gallery3d/ui/GLCanvasStub.java @@ -148,9 +148,6 @@ public class GLCanvasStub implements GLCanvas { return 0; } @Override - public void setBlending(Blending blending) { - } - @Override public void enableStencil() { } @Override -- cgit v1.2.3