summaryrefslogtreecommitdiffstats
path: root/libs/hwui/DisplayListRenderer.h
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE Inspect SkShader to determine hw shader.Leon Scroggins III2014-05-231-19/+0
* Define light position (using new lighting spec) in JavaChris Craik2014-05-211-4/+0
* Merge "Avoid caching shadow properties in Java & HWUI."Derek Sollenberger2014-05-081-3/+0
|\
| * Avoid caching shadow properties in Java & HWUI.Derek Sollenberger2014-05-071-3/+0
* | Add CanvasProperty for drawCircleJohn Reck2014-05-021-0/+2
|/
* Move RenderNode to own fileJohn Reck2014-03-191-1/+1
* Rename DisplayList->RenderNodeJohn Reck2014-03-121-2/+2
* Fix warnings in hwuiChris Craik2014-03-051-2/+2
* DisplayList overhaulJohn Reck2014-03-041-87/+13
* Removing SkiaColorFilter and inspecting the native object directly.Derek Sollenberger2014-02-071-14/+0
* Merge "Keep the SkPaint used when creating a layer."Derek Sollenberger2014-02-071-1/+1
|\
| * Keep the SkPaint used when creating a layer.Derek Sollenberger2014-02-071-1/+1
* | Rework and clean up DisplayList projectionChris Craik2014-02-061-2/+0
|/
* Support projection of DisplayLists onto ancestors.Chris Craik2014-01-151-0/+2
* Use const where possible for drawing parametersChris Craik2014-01-031-60/+68
* Fix isRecording overrideChris Craik2014-01-021-1/+1
* Use const access to snapshot from OpenGLRendererChris Craik2014-01-021-1/+1
* Move Snapshot management to intermediate StatefulBaseRenderer classChris Craik2014-01-011-22/+47
* Create abstract base class for OpenGLRendererChris Craik2013-12-271-2/+2
* 3d view system!Chris Craik2013-12-121-0/+1
* Fix crashes in setMatrix() and concat()Romain Guy2013-07-161-5/+8
* Refcount 9-patches and properly handle GC eventsRomain Guy2013-06-261-0/+11
* Use individual glyph positions to determine text bounds.Chris Craik2013-05-211-1/+2
* Pack preloaded framework assets in a texture atlasRomain Guy2013-05-021-2/+1
* Draw Operation mergingChris Craik2013-04-151-2/+3
* Don't crash when making a layer larger than supported dimensionsRomain Guy2013-03-281-0/+6
* Use snapshot alpha for layersChris Craik2013-03-151-1/+1
* Fully deferred displaylist replayChris Craik2013-03-151-3/+1
* Precache glyphs at final raster sizeRomain Guy2013-03-011-1/+1
* DisplayList draw operation reorderingChris Craik2013-02-151-6/+2
* Move DisplayList to its own cpp fileChris Craik2013-02-141-378/+1
* Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master...Chris Craik2013-02-131-2/+1
* resolved conflicts for merge of c93c6aa5 to master-chromiumDerek Sollenberger2013-01-301-259/+51
|\
| * Object-based DisplayList recordingChris Craik2013-01-221-259/+51
* | am 61840eb0: Merge "Preliminary Support for region clipping"Romain Guy2013-01-151-0/+36
|\ \ | |/
| * Preliminary Support for region clippingRomain Guy2013-01-141-0/+36
* | am 9acd1b4f: Merge "Add visual profiling feature"Romain Guy2013-01-041-0/+2
|\ \ | |/
| * Add visual profiling featureRomain Guy2013-01-041-0/+2
* | Update framework to support r5967 of Skia.Derek Sollenberger2012-12-121-2/+3
|/
* Defer layer rendering to avoid stallsRomain Guy2012-10-181-1/+1
* Fix texture corruptionChet Haase2012-09-301-1/+2
* Don't use the QCOM_tiled_rendering extension with functorsRomain Guy2012-09-271-0/+7
* Fix occasional crash bug with layersChet Haase2012-09-171-0/+13
* Reduce the number of locks acquired by display listsRomain Guy2012-09-071-7/+8
* Optimize interactions with glyph cacheChet Haase2012-08-141-2/+4
* Rename drawGeneralText to drawTextRomain Guy2012-07-271-2/+2
* Hardware implementation of glyph positioning (bug 5443796)Raph Levien2012-07-231-3/+3
* Track canvas clearing for swap buffers logic.Chet Haase2012-06-071-1/+1
* Skip eglSwapBuffers() call when we do not draw to GLChet Haase2012-05-311-20/+20
* Sanitize display list propertiesRomain Guy2012-05-181-9/+10