summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/GLES20Canvas.java
Commit message (Expand)AuthorAgeFilesLines
* Replace native crash with IAE when calling picture.draw() w/ a HW canvasChris Craik2014-09-051-22/+0
* Create z reordering boundaries around dispatchDrawChris Craik2014-08-251-0/+12
* Cap scales used for tessellation with minimum and maximumChris Craik2014-08-071-3/+0
* Add accessibility text contrast settingChris Craik2014-07-161-1/+9
* Fix onTrimMemory for HardwareRendererJohn Reck2014-06-301-25/+0
* Update 'DisplayList' vs 'RenderNode' naming in several placesChris Craik2014-06-231-4/+3
* Simple implementation of drawPosTextRaph Levien2014-06-191-25/+1
* Merge "Implement drawTextOnPath with Minikin"Raph Levien2014-06-171-4/+6
|\
| * Implement drawTextOnPath with MinikinRaph Levien2014-06-181-4/+6
* | Merge "Refactor android.graphics.Picture JNI bindings."Derek Sollenberger2014-06-171-12/+0
|\ \ | |/ |/|
| * Refactor android.graphics.Picture JNI bindings.Derek Sollenberger2014-06-171-12/+0
* | Merge "Added primitive parameters to various functions requiring rectangles."Chris Craik2014-06-171-5/+5
|\ \
| * | Added primitive parameters to various functions requiring rectangles.Antonio Calabrese2014-06-171-5/+5
* | | Add abort logging for huge scales and tessellation recursion depthChris Craik2014-06-171-0/+3
|/ /
* | Clean up dirFlags / bidiFlags confusionRaph Levien2014-06-161-42/+38
|/
* Remove GLRendererJohn Reck2014-06-021-110/+4
* Inspect SkShader to determine hw shader.Leon Scroggins III2014-05-221-262/+93
* Merge "Start of Minikin integration"Raph Levien2014-05-151-12/+14
|\
| * Start of Minikin integrationRaph Levien2014-05-121-12/+14
* | Merge "Avoid caching shadow properties in Java & HWUI."Derek Sollenberger2014-05-081-15/+0
|\ \
| * | Avoid caching shadow properties in Java & HWUI.Derek Sollenberger2014-05-071-15/+0
| |/
* | Cleanup attachFunctorJohn Reck2014-05-071-21/+0
* | Add CanvasProperty for drawCircleJohn Reck2014-05-021-0/+11
|/
* Add floats-only drawRoundRect to CanvasChris Craik2014-04-241-3/+3
* Add missing resume() callJohn Reck2014-04-161-11/+0
* Rename DisplayList->RenderNodeJohn Reck2014-03-171-1/+1
* DisplayList overhaulJohn Reck2014-03-041-11/+2
* AArch64: Make AssetAtlasService 64-bit compatibleAshok Bhat2014-02-211-2/+2
* Refactor HardwareLayerJohn Reck2014-02-101-31/+3
* Removing SkiaColorFilter and inspecting the native object directly.Derek Sollenberger2014-02-071-80/+22
* Remove overdraw counterJohn Reck2014-02-061-12/+0
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-281-130/+130
* Revert "AArch64: Make graphics classes 64-bit compatible"Narayan Kamath2014-01-271-130/+130
* AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-271-130/+130
* Remove dead codeJohn Reck2014-01-151-8/+0
* Move GLES20DisplayList functionality into DisplayListChris Craik2013-12-201-1/+1
* Create private properties on GLCanvas for experimentation with 3dChris Craik2013-12-161-0/+6
* Unbreak display list debug dumpingJohn Reck2013-12-101-7/+0
* Add inPremutiplied option to BitmapFactory.Options, functionality in BitmapChris Craik2013-08-201-7/+7
* Fix crashes in setMatrix() and concat()Romain Guy2013-07-161-1/+1
* Use global references for Bitmap AndroidPixelRefsChris Craik2013-07-081-13/+15
* Refcount 9-patches and properly handle GC eventsRomain Guy2013-06-261-3/+3
* Cancel layer update when a layer is about to be destroyedRomain Guy2013-06-171-0/+6
* Lazily allocate seldom-used data structuresRomain Guy2013-06-171-16/+44
* Restore buildLayer()'s old behavior; it's synchronous againRomain Guy2013-06-121-0/+6
* Remove unnecessary Rect, better reuse of NinePatch objectsRomain Guy2013-06-071-0/+15
* 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