summaryrefslogtreecommitdiffstats
path: root/core/jni/android_view_GLES20Canvas.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add CanvasProperty for drawCircleJohn Reck2014-05-021-0/+12
* Clip TouchFeedbackDrawable effect to receiver OutlineChris Craik2014-04-231-5/+4
* Add missing resume() callJohn Reck2014-04-161-15/+0
* Move RenderNode to own fileJohn Reck2014-03-191-1/+1
* Rename DisplayList->RenderNodeJohn Reck2014-03-121-2/+2
* DisplayList overhaulJohn Reck2014-03-041-14/+6
* AArch64: Make AssetAtlasService 64-bit compatibleAshok Bhat2014-02-211-7/+5
* Refactor HardwareLayerJohn Reck2014-02-101-156/+0
* Removing SkiaColorFilter and inspecting the native object directly.Derek Sollenberger2014-02-071-11/+1
* Merge "Fix several bad function definitions."Narayan Kamath2014-02-071-1/+1
|\
| * Fix several bad function definitions.Narayan Kamath2014-02-061-1/+1
* | Remove overdraw counterJohn Reck2014-02-061-14/+0
|/
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-281-235/+243
* Revert "AArch64: Make graphics classes 64-bit compatible"Narayan Kamath2014-01-271-239/+233
* Revert "Follow up for change 18b4cbeedef21c1fa666a110a157b."Narayan Kamath2014-01-271-11/+9
* Follow up for change 18b4cbeedef21c1fa666a110a157b.Narayan Kamath2014-01-271-9/+11
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-271-233/+239
* Remove dead codeJohn Reck2014-01-151-14/+0
* Merge "Create abstract base class for OpenGLRenderer"Chris Craik2013-12-301-1/+1
|\
| * Create abstract base class for OpenGLRendererChris Craik2013-12-271-1/+1
* | Avoid implicit parameter/return value casting of pointers.Chris Craik2013-12-271-118/+268
|/
* Create private properties on GLCanvas for experimentation with 3dChris Craik2013-12-161-0/+20
* Unbreak display list debug dumpingJohn Reck2013-12-101-6/+0
* Clean up quick rejection, especially surrounding points + lines.Chris Craik2013-11-221-1/+1
* 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