summaryrefslogtreecommitdiffstats
path: root/core/jni/android_view_GLES20Canvas.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Optimize 9patch rendering.Romain Guy2010-10-121-2/+3
* Don't clear the framebuffer when not needed.Romain Guy2010-10-061-3/+3
* Remove logs to reduce logcat spam.Romain Guy2010-10-041-1/+16
* Add display lists caching.Romain Guy2010-09-291-0/+31
* Adding display lists to the GL renderer (checkpoint.)Romain Guy2010-09-261-1/+2
* Add debug mode to measure performance.Romain Guy2010-09-241-0/+7
* Add support for drawLines(), with anti-aliasingRomain Guy2010-09-161-0/+10
* Better error handling in the OpenGL renderer.Romain Guy2010-09-161-0/+6
* Add hooks for hardware accelerated WebView.Romain Guy2010-08-311-0/+12
* Use only one GL context per process, share chaches.Romain Guy2010-08-241-2/+1
* Add drop shadows.Romain Guy2010-08-131-0/+7
* Fast text selection drawing.Romain Guy2010-08-101-0/+11
* Fix tons of bugs and add new text rendering support.Romain Guy2010-08-101-41/+85
* Make libhwui entirely optional.Romain Guy2010-08-081-8/+38
* Add support for paths.Romain Guy2010-08-051-0/+6
* Add support for ColorFilters.Romain Guy2010-08-021-3/+11
* Refactor Skia shaders handling.Romain Guy2010-07-301-14/+5
* Fix text corruption when rendering RTL enabled text.Romain Guy2010-07-261-1/+3
* Add text alignment support to drawText().Romain Guy2010-07-231-4/+13
* Add text rendering.Romain Guy2010-07-211-2/+4
* Add preliminary support for text rendering.Romain Guy2010-07-201-1/+27
* Add support for linear gradients.Romain Guy2010-07-191-4/+4
* Add program for linear gradient.Romain Guy2010-07-161-2/+2