summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/GLES20Canvas.java
Commit message (Expand)AuthorAgeFilesLines
* Add an on-screen overdraw counterRomain Guy2013-05-031-0/+12
* Pack preloaded framework assets in a texture atlasRomain Guy2013-05-021-29/+34
* Restore final canvas state after deferred flushChris Craik2013-03-221-3/+4
* Revert "Clean Paint.mBidiFlags as it is no longer used"Fabrice Di Meglio2013-03-151-19/+26
* am 8a47d8ea: Merge "Clean up clipping and deferral logic"Chris Craik2013-02-201-0/+4
|\
| * Merge "Clean up clipping and deferral logic"Chris Craik2013-02-201-0/+4
| |\
| | * Clean up clipping and deferral logicChris Craik2013-02-191-0/+4
* | | am e91efaba: Merge "Expose display list APIs"Romain Guy2013-02-191-22/+4
|\ \ \ | |/ /
| * | Expose display list APIsRomain Guy2013-02-191-22/+4
| |/
* | am 10c0aa24: Merge "Implement support for drawBitmapMesh\'s colors array"Romain Guy2013-02-141-3/+3
|\ \ | |/
| * Merge "Implement support for drawBitmapMesh's colors array"Romain Guy2013-02-141-3/+3
| |\
| | * Implement support for drawBitmapMesh's colors arrayRomain Guy2013-02-131-3/+3
| * | Merge "Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog...Chris Craik2013-02-131-4/+4
| |\ \ |/ / /
| * | Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master...Chris Craik2013-02-131-4/+4
| |/
* | Clean Paint.mBidiFlags as it is no longer usedFabrice Di Meglio2013-02-121-26/+19
|/
* am c5801680: Merge "Tag HardwareRenderers with a name to help debugging"Romain Guy2013-01-311-0/+8
|\
| * Tag HardwareRenderers with a name to help debuggingRomain Guy2013-01-311-0/+8
* | am 61840eb0: Merge "Preliminary Support for region clipping"Romain Guy2013-01-151-18/+10
|\ \ | |/
| * Preliminary Support for region clippingRomain Guy2013-01-141-18/+10
* | am 9acd1b4f: Merge "Add visual profiling feature"Romain Guy2013-01-041-0/+11
|\ \ | |/
| * Add visual profiling featureRomain Guy2013-01-041-0/+11
* | Update framework to support r5967 of Skia.Derek Sollenberger2012-12-121-4/+4
|/
* Don't destroy the same texture twiceRomain Guy2012-09-251-0/+1
* Update layers in a single batch at the beginning of a frameRomain Guy2012-09-211-1/+14
* Fix occasional crash bug with layersChet Haase2012-09-171-1/+1
* Enable changing properties of layer paintChet Haase2012-09-071-7/+4
* Remove unused View.flushLayer() APIRomain Guy2012-07-111-1/+0
* Update layers' opaque property when neededRomain Guy2012-07-111-0/+1
* Track canvas clearing for swap buffers logic.Chet Haase2012-06-071-5/+6
* Remove all Dalvik allocations from Cavnas.drawBitmap(int[], ...)Romain Guy2012-05-141-4/+25
* Prevent WebView from crashing when detached from the windowRomain Guy2012-04-231-0/+14
* Remove USE_DISPLAY_LIST_PROPERTIES flagChet Haase2012-04-231-4/+3
* 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