summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/GLES20Canvas.java
Commit message (Expand)AuthorAgeFilesLines
* Allow fine-grained control over functors executionRomain Guy2012-04-021-0/+7
* Refactor GLES20Canvas/HardwareRenderer JNI layersRomain Guy2012-03-281-43/+0
* Use a status_t return type for GL functorsRomain Guy2012-03-261-4/+4
* Deferred layer updatesRomain Guy2012-03-021-0/+9
* Small optimization for the battery status screenRomain Guy2012-02-271-8/+33
* Add hooks to implement Canvas.drawTextOnPath() in GLRomain Guy2012-02-241-2/+26
* Record possible clip rejects when recording display listsRomain Guy2012-02-171-4/+5
* Ensure we always reset graphics modifiersRomain Guy2012-02-161-92/+148
* Better error message when drawing with recycled bitmapsRomain Guy2012-02-071-0/+6
* Add debug markers to OpenGLRendererRomain Guy2012-01-301-0/+6
* Add stencil buffer to the EGL configRomain Guy2012-01-301-2/+19
* Add full support for Canvas.setDrawFilter()Romain Guy2012-01-231-0/+13
* Deprecate unused APIsRomain Guy2012-01-191-0/+12
* Add basic code required for drawPicture()Romain Guy2012-01-181-3/+16
* Don't crash on Canvas.drawPicture()Romain Guy2012-01-181-3/+3
* First pass at implementing Canvas.drawPosText() in GLRomain Guy2012-01-171-2/+26
* Improve GLES20Canvas clip supportRomain Guy2012-01-171-6/+21
* Sub display list in TextViewGilles Debunne2012-01-121-2/+2
* Discard framebuffer rendering queues when discarding layersRomain Guy2011-12-061-0/+1
* am 02e88f23: am 46685db9: Merge "Fix crash in existing applications Bug #5659...Romain Guy2011-11-281-2/+15
|\
| * Fix crash in existing applicationsRomain Guy2011-11-281-2/+15
* | am 2cfb873c: am 9d66da8a: Merge "Revert "Discard framebuffer rendering queues...Dave Burke2011-11-141-1/+0
|\ \ | |/
| * Revert "Discard framebuffer rendering queues when discarding layers"Dave Burke2011-11-141-1/+0
* | am a16ee939: am 28587497: Merge "Discard framebuffer rendering queues when di...Mathias Agopian2011-11-141-0/+1
|\ \ | |/
| * Discard framebuffer rendering queues when discarding layersRomain Guy2011-11-101-0/+1
* | am cb0db030: Merge branch \'ics-mr1-plus-aosp\' of ssh://android-git:29418/pl...Akwasi Boateng2011-11-111-0/+21
|\ \ | |/
| * Terminate EGL when an app goes in the backgroundRomain Guy2011-11-101-0/+21
* | Load identity matrix when calling Canvas.setMatrix(null)Romain Guy2011-10-281-1/+1
|/
* Implement saveLayer*() correctlyRomain Guy2011-08-251-3/+18
* Add an API to set the transform on a TextureView's surface texture.Romain Guy2011-08-161-0/+1
* Remove unnecessary private APIRomain Guy2011-08-111-7/+0
* Reclaim more memory, more often.Romain Guy2011-07-271-0/+6
* Destroy layers and flush layers cache when a window is destroyed.Romain Guy2011-07-271-2/+13
* Improve layers debuggingRomain Guy2011-07-261-1/+1
* Decouple GLES20RecordingCanvas lifetime from GLES20DisplayList.Jeff Brown2011-07-211-33/+18
* Trim OpenGLRenderer's memory usage whenever possibleRomain Guy2011-07-181-0/+32
* Use NEAREST filtering for layers whenever possible.Romain Guy2011-07-071-3/+14
* Add an API to query maximum bitmap/texture size on Canvas.Romain Guy2011-07-071-0/+13
* Add the ability to specify the opacity of a TextureViewRomain Guy2011-06-221-2/+3
* 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