summaryrefslogtreecommitdiffstats
path: root/core/jni/android_view_GLES20Canvas.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix several bad function definitions."Narayan Kamath2014-02-201-3/+3
|\
| * Fix several bad function definitions.Narayan Kamath2014-02-201-3/+3
* | AArch64: Make AssetAtlasService 64-bit compatibleAshok Bhat2014-02-201-7/+5
|/
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-281-248/+406
* TextureView/GLES20Canvas: Support synchronous GLConsumersEino-Ville Talvala2013-09-191-0/+17
* Add inPremutiplied option to BitmapFactory.Options, functionality in BitmapChris Craik2013-08-201-1/+1
* Take text alignment into account to compue text boundsRomain Guy2013-08-121-4/+4
* Use global references for Bitmap AndroidPixelRefsChris Craik2013-07-081-11/+29
* Refcount 9-patches and properly handle GC eventsRomain Guy2013-06-261-8/+2
* Merge "Handle all text bounds as post-translated"Chris Craik2013-06-171-0/+2
|\
| * Handle all text bounds as post-translatedChris Craik2013-06-171-0/+2
* | Cancel layer update when a layer is about to be destroyedRomain Guy2013-06-171-0/+6
|/
* Fix various draw ops that may incorrectly not scissorChris Craik2013-06-131-1/+1
* Restore buildLayer()'s old behavior; it's synchronous againRomain Guy2013-06-121-0/+6
* Use individual glyph positions to determine text bounds.Chris Craik2013-05-211-4/+26
* Add an on-screen overdraw counterRomain Guy2013-05-031-0/+13
* Pack preloaded framework assets in a texture atlasRomain Guy2013-05-021-38/+38
* Restore final canvas state after deferred flushChris Craik2013-03-221-3/+2
* Merge "Use snapshot alpha for layers" into jb-mr2-devChris Craik2013-03-201-1/+2
|\
| * Use snapshot alpha for layersChris Craik2013-03-151-1/+2
* | Revert "Clean Paint.mBidiFlags as it is no longer used"Fabrice Di Meglio2013-03-151-28/+30
|/
* am e91efaba: Merge "Expose display list APIs"Romain Guy2013-02-191-24/+2
|\
| * Expose display list APIsRomain Guy2013-02-191-24/+2
| * Merge "Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog...Chris Craik2013-02-131-2/+3
| |\ |/ /
| * Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master...Chris Craik2013-02-131-2/+3
* | Clean Paint.mBidiFlags as it is no longer usedFabrice Di Meglio2013-02-121-30/+28
|/
* am c5801680: Merge "Tag HardwareRenderers with a name to help debugging"Romain Guy2013-01-311-0/+13
|\
| * Tag HardwareRenderers with a name to help debuggingRomain Guy2013-01-311-0/+13
* | resolved conflicts for merge of c93c6aa5 to master-chromiumDerek Sollenberger2013-01-301-1/+1
|\ \ | |/
| * Object-based DisplayList recordingChris Craik2013-01-221-1/+1
* | am 61840eb0: Merge "Preliminary Support for region clipping"Romain Guy2013-01-151-0/+12
|\ \ | |/
| * Preliminary Support for region clippingRomain Guy2013-01-141-0/+12
* | am 9acd1b4f: Merge "Add visual profiling feature"Romain Guy2013-01-041-7/+32
|\ \ | |/
| * Add visual profiling featureRomain Guy2013-01-041-7/+32
* | Merge "Update framework to support r5967 of Skia." into master-chromiumDerek Sollenberger2012-12-191-3/+2
|\ \ | |/ |/|
| * Update framework to support r5967 of Skia.Derek Sollenberger2012-12-121-3/+2
* | Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-2/+2
|/
* Take into account the texture layer's transform for clippingRomain Guy2012-10-171-1/+0
* Don't destroy the same texture twiceRomain Guy2012-09-251-0/+6
* Add a property to disable libhwui's scissor optimizationRomain Guy2012-09-241-2/+6
* Update layers in a single batch at the beginning of a frameRomain Guy2012-09-211-0/+12
* Fix occasional crash bug with layersChet Haase2012-09-171-8/+10
* Enable changing properties of layer paintChet Haase2012-09-071-0/+16
* Revert "Revert "Add more support for transformed clip rects and paths""Romain Guy2012-08-311-1/+2
* Revert "Add more support for transformed clip rects and paths"Mathias Agopian2012-08-311-2/+1
* Add more support for transformed clip rects and pathsRomain Guy2012-08-311-1/+2
* It seems that apparently useless public APIs are actually usefulRomain Guy2012-08-081-0/+12
* Cleanup of libhwuiRomain Guy2012-08-071-12/+0
* Rename drawGeneralText to drawTextRomain Guy2012-07-271-2/+2
* Hardware implementation of glyph positioning (bug 5443796)Raph Levien2012-07-231-2/+8