summaryrefslogtreecommitdiffstats
path: root/core/jni/android_view_GLES20Canvas.cpp
Commit message (Expand)AuthorAgeFilesLines
* Decouple GLES20RecordingCanvas lifetime from GLES20DisplayList.Jeff Brown2011-07-211-11/+12
* Merge "Trim OpenGLRenderer's memory usage whenever possible"Romain Guy2011-07-181-0/+8
|\
| * Trim OpenGLRenderer's memory usage whenever possibleRomain Guy2011-07-181-0/+8
* | Add lock/unlockCanvas to TextureViewRomain Guy2011-07-181-4/+2
|/
* Use NEAREST filtering for layers whenever possible.Romain Guy2011-07-071-5/+18
* Add an API to query maximum bitmap/texture size on Canvas.Romain Guy2011-07-071-0/+11
* Make TextureView to use async SurfaceTexture.Grace Kloba2011-06-231-3/+1
* Add the ability to specify the opacity of a TextureViewRomain Guy2011-06-221-6/+6
* Collapse UI events in TextureView.Romain Guy2011-06-221-1/+2
* Fix the issue where TextureView stuck if the producer side is too fast.Grace Kloba2011-06-221-1/+2
* Correctly register native methods.Romain Guy2011-06-151-1/+1
* Properly refcount SurfaceTexture in the JNI layer.Romain Guy2011-06-151-5/+9
* Add TextureView.getBitmap()Romain Guy2011-06-141-0/+6
* Fix USE_TEXT_LAYOUT_CACHE defineFabrice Di Meglio2011-06-061-4/+14
* Take advantage of EGL_BUFFER_PRESERVED on IMG.Romain Guy2011-06-021-2/+21
* Add support to OpenGLRendere to draw BiDi text.Romain Guy2011-06-011-5/+7
* Prepare OpenGLRenderer to use glyphs from TextLayoutCacheFabrice Di Meglio2011-05-131-0/+30
* Add ability for hierarchyviewer to output displaylist infoChet Haase2011-05-051-1/+6
* Revert "Add ability for hierarchyviewer to output displaylist info"Chet Haase2011-05-041-6/+1
* Add ability for hierarchyviewer to output displaylist infoChet Haase2011-05-041-1/+6
* Allows to render with an OpenGL context inside a TextureView.Romain Guy2011-05-021-5/+10
* New widget: TextureViewRomain Guy2011-04-281-0/+22
* You don't need to poke around inside FileDescriptor manually.Elliott Hughes2011-04-111-9/+1
* Don't use local ref for cached jclass reference in JNI codeBrian Carlstrom2011-04-061-2/+2
* Fix the build: break due to no OPENGL in some buildsChet Haase2011-04-011-0/+2
* Fix the build - change a reference to a namespace specificationChet Haase2011-04-011-1/+1
* Add logging of graphics acceleration info to bugreportsChet Haase2011-04-011-0/+34
* Add support for drawPoint() and drawPoints().Romain Guy2011-03-211-2/+8
* Correctly apply filters to Alpha8 bitmaps.Romain Guy2011-03-181-5/+9
* am b245e31f: am ee7ace06: Merge "Fix rendering artifact in edge fades. Bug #4...Romain Guy2011-03-141-3/+4
|\
| * Fix rendering artifact in edge fades.Romain Guy2011-03-141-3/+4
* | Merge "Remove unused JNI global references."Carl Shapiro2011-03-081-6/+5
|\ \ | |/ |/|
| * Remove unused JNI global references.Carl Shapiro2011-03-051-6/+5
* | Add support for partial invalidates in WebViewRomain Guy2011-03-071-10/+12
|/
* Remove unused APIRomain Guy2011-01-261-12/+0
* Enable partial invalidates when rendering with OpenGL.Romain Guy2011-01-241-53/+82
* Use optimized display lists for all hwaccelerated renderingChet Haase2011-01-241-3/+10
* Add support for arcs.Romain Guy2011-01-231-0/+8
* Add support for ovals and stroked rectangles.Romain Guy2011-01-231-0/+7
* Add support for drawBitmapMesh().Romain Guy2011-01-201-12/+31
* Add rounded rects and circles support to OpenGLRenderer.Romain Guy2011-01-191-0/+13
* Add support for skew()Romain Guy2011-01-181-0/+6
* Cleanup implementation of hardware layers.Romain Guy2011-01-131-40/+29
* Cleanup GL objects on the correct thread.Romain Guy2011-01-121-2/+8
* Better backend for hardware layers.Romain Guy2011-01-111-5/+81
* Reuse of native display list objectsChet Haase2011-01-061-8/+13
* Allocate bitmap backing buffers in the Java heap.Patrick Dubroy2010-12-141-12/+26
* Support nested display lists.Romain Guy2010-11-081-1/+1
* Optimizing display lists by referencing pointers to resources instead of copy...Chet Haase2010-10-211-2/+2
* Add a getNativeMatrix() API.Romain Guy2010-10-131-0/+6