summaryrefslogtreecommitdiffstats
path: root/libs/hwui/DisplayListRenderer.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid unnecessary copy when invoking drawBitmap(int[])Romain Guy2012-05-151-22/+15
* Remove all Dalvik allocations from Cavnas.drawBitmap(int[], ...)Romain Guy2012-05-141-9/+29
* Merge "Fix issue where scale-animating text would jump temporarily a few pixe...Chet Haase2012-05-071-1/+1
|\
| * Fix issue where scale-animating text would jump temporarily a few pixelsChet Haase2012-05-071-1/+1
* | Fix hang/crash in native path codeChet Haase2012-05-031-0/+11
|/
* Remove USE_DISPLAY_LIST_PROPERTIES flagChet Haase2012-04-231-10/+12
* Optimization of alpha with DisplayList propertiesChet Haase2012-04-031-0/+5
* Enabling DisplayList propertiesChet Haase2012-04-021-1/+1
* Re-enable DisplayList properties.Chet Haase2012-04-021-5/+16
* Disable DisplayList properties pending fixes for AlphaAnimationChet Haase2012-03-291-1/+1
* Re-enabling DisplayList propertiesChet Haase2012-03-271-3/+1
* Use a status_t return type for GL functorsRomain Guy2012-03-261-3/+3
* Disable DisplayList propertiesChet Haase2012-03-221-1/+1