summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/glrenderer
Commit message (Collapse)AuthorAgeFilesLines
* Fix slide show animation so that cross fades work.George Mount2013-01-093-123/+52
| | | | | | | | | | | 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
* Instantiate GLCanvas rather than reinitialize current GLCanvas.George Mount2013-01-088-159/+141
| | | | | | | GLCanvas was being used as a singleton when it really should allow separate instances for correctness. Change-Id: I650884e843a4a78997b70826f6012ae19b8df549
* Move LightCycle to render directly to GLRootView.George Mount2012-12-173-7/+67
| | | | Change-Id: I298ef7127d86ca37067ffa953640aad1747961f9
* GL packaging refactorJohn Reck2012-12-1124-0/+4674
Change-Id: I1d7a95c4f0b91a5ba59030d57cf6865c11b497aa