summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/GLES20Canvas.java
Commit message (Expand)AuthorAgeFilesLines
* Properly refcount SurfaceTexture in the JNI layer.Romain Guy2011-06-151-1/+2
* Add TextureView.getBitmap()Romain Guy2011-06-141-0/+1
* Take advantage of EGL_BUFFER_PRESERVED on IMG.Romain Guy2011-06-021-0/+23
* Add ability for hierarchyviewer to output displaylist infoChet Haase2011-05-051-0/+7
* Revert "Add ability for hierarchyviewer to output displaylist info"Chet Haase2011-05-041-7/+0
* Add ability for hierarchyviewer to output displaylist infoChet Haase2011-05-041-0/+7
* Allows to render with an OpenGL context inside a TextureView.Romain Guy2011-05-021-2/+1
* New widget: TextureViewRomain Guy2011-04-281-1/+4
* Apply color filters to bitmaps.Romain Guy2011-03-231-1/+8
* Add support for drawPoint() and drawPoints().Romain Guy2011-03-211-5/+10
* Correctly apply filters to Alpha8 bitmaps.Romain Guy2011-03-181-55/+68
* Fix rendering artifact in edge fades.Romain Guy2011-03-141-3/+4
* Add support for partial invalidates in WebViewRomain Guy2011-03-071-3/+4
* Remove unused APIRomain Guy2011-01-261-23/+0
* Enable partial invalidates when rendering with OpenGL.Romain Guy2011-01-241-60/+82
* Use optimized display lists for all hwaccelerated renderingChet Haase2011-01-241-4/+11
* Add support for arcs.Romain Guy2011-01-231-1/+7
* Add support for ovals and stroked rectangles.Romain Guy2011-01-231-6/+11
* Add support for drawBitmapMesh().Romain Guy2011-01-201-1/+24
* Add rounded rects and circles support to OpenGLRenderer.Romain Guy2011-01-191-8/+24
* Add support for skew()Romain Guy2011-01-181-2/+4
* Cleanup implementation of hardware layers.Romain Guy2011-01-131-14/+10
* Cleanup GL objects on the correct thread.Romain Guy2011-01-121-1/+2
* Better backend for hardware layers.Romain Guy2011-01-111-2/+56
* New layers API for Views.Romain Guy2011-01-061-3/+10
* Reuse of native display list objectsChet Haase2011-01-061-14/+19
* Reuse display lists at the java level.Chet Haase2011-01-051-3/+18
* Ensure bitmaps aren't freed while referenced from a display listPatrick Dubroy2010-12-201-19/+12
* Allocate bitmap backing buffers in the Java heap.Patrick Dubroy2010-12-141-13/+15
* Optimizing display lists by referencing pointers to resources instead of copy...Chet Haase2010-10-211-8/+26
* Add a getNativeMatrix() API.Romain Guy2010-10-131-0/+7
* Don't clear the framebuffer when not needed.Romain Guy2010-10-061-2/+2
* Add display lists caching.Romain Guy2010-09-291-29/+42
* Add support for drawLines(), with anti-aliasingRomain Guy2010-09-161-3/+10
* Better error handling in the OpenGL renderer.Romain Guy2010-09-161-1/+7
* Add support for Canvas flags on save.Romain Guy2010-09-011-1/+1
* Add hooks for hardware accelerated WebView.Romain Guy2010-08-311-1/+24
* Use only one GL context per process, share chaches.Romain Guy2010-08-241-7/+16
* Add drop shadows.Romain Guy2010-08-131-1/+9
* Fast text selection drawing.Romain Guy2010-08-101-1/+8
* Fix tons of bugs and add new text rendering support.Romain Guy2010-08-101-21/+80
* Make libhwui entirely optional.Romain Guy2010-08-081-6/+11
* Add support for paths.Romain Guy2010-08-051-2/+5
* Add support for ColorFilters.Romain Guy2010-08-021-14/+46
* Refactor Skia shaders handling.Romain Guy2010-07-301-23/+11
* Add text rendering.Romain Guy2010-07-211-5/+16
* Add preliminary support for text rendering.Romain Guy2010-07-201-4/+33
* Add support for linear gradients.Romain Guy2010-07-191-2/+2
* Add plumbing to support gradients in OpenGL renderer.Romain Guy2010-07-161-3/+8
* Improve clip support (add intersect, union and replace.)Romain Guy2010-07-161-12/+12