summaryrefslogtreecommitdiffstats
path: root/libs/hwui/DisplayListRenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use individual glyph positions to determine text bounds.Chris Craik2013-05-211-4/+3
* Pack preloaded framework assets in a texture atlasRomain Guy2013-05-021-10/+7
* Draw Operation mergingChris Craik2013-04-151-1/+12
* Don't crash when making a layer larger than supported dimensionsRomain Guy2013-03-281-3/+1
* Merge "Use snapshot alpha for layers" into jb-mr2-devChris Craik2013-03-201-3/+2
|\
| * Use snapshot alpha for layersChris Craik2013-03-151-3/+2
* | Merge all shapes/paths caches to PathCacheRomain Guy2013-03-181-0/+1
|/
* Fully deferred displaylist replayChris Craik2013-03-151-8/+2
* Precache glyphs at final raster sizeRomain Guy2013-03-011-21/+5
* Support 3D rotations when drawing textRomain Guy2013-02-281-3/+5
* DisplayList draw operation reorderingChris Craik2013-02-151-1/+2
* Move DisplayList to its own cpp fileChris Craik2013-02-141-419/+1
* Don't clip when drawing a layerRomain Guy2013-02-071-2/+2
* Add support for non-antialiased textRomain Guy2013-02-051-10/+0
* Simplify display list logging, removing pointersChris Craik2013-02-041-1/+1
* Object-based DisplayList recordingChris Craik2013-01-221-1175/+210
* Preliminary Support for region clippingRomain Guy2013-01-141-14/+54
* Add plumbing for better text scalingRomain Guy2013-01-081-3/+3
* Add visual profiling featureRomain Guy2013-01-041-0/+25
* Handle offscreen animations correctlyChet Haase2012-10-231-9/+10
* Defer layer rendering to avoid stallsRomain Guy2012-10-181-1/+1
* Fix texture corruptionChet Haase2012-09-301-31/+32
* Fix a couple of rendering issuesRomain Guy2012-09-281-9/+11
* Plug memory leak that happens when reusing display listsRomain Guy2012-09-271-6/+8
* Don't use the QCOM_tiled_rendering extension with functorsRomain Guy2012-09-271-1/+9
* Fix occasional crash bug with layersChet Haase2012-09-171-1/+18
* Discard framebuffer commands when we redraw the entire bufferRomain Guy2012-09-111-0/+4
* Merge "Enable changing properties of layer paint" into jb-mr1-devChet Haase2012-09-071-3/+13
|\
| * Enable changing properties of layer paintChet Haase2012-09-071-3/+13
* | Reduce the number of locks acquired by display listsRomain Guy2012-09-071-40/+53
|/
* Optimize interactions with glyph cacheChet Haase2012-08-141-3/+11
* Avoid crash when dumping display listsRomain Guy2012-08-031-2/+5
* Rename drawGeneralText to drawTextRomain Guy2012-07-271-6/+6
* Hardware implementation of glyph positioning (bug 5443796)Raph Levien2012-07-231-55/+59
* Correctly pre-clip paths when recording display listsRomain Guy2012-07-171-2/+5
* Don't clear the dirty clip flag if it's not appliedRomain Guy2012-07-171-1/+8
* Don't copy paints for 9patchesRomain Guy2012-07-161-4/+13
* Track canvas clearing for swap buffers logic.Chet Haase2012-06-071-1/+2
* Skip eglSwapBuffers() call when we do not draw to GLChet Haase2012-05-311-46/+69
* Ensure we always set the proper blending modeRomain Guy2012-05-221-1/+2
* Avoid unnecessary copy when invoking drawBitmap(int[])Romain Guy2012-05-151-11/+32
* Remove all Dalvik allocations from Cavnas.drawBitmap(int[], ...)Romain Guy2012-05-141-0/+31
* Fix hang/crash in native path codeChet Haase2012-05-031-0/+16
* Fix launcher invisibility bugChet Haase2012-05-011-2/+2
* Remove USE_DISPLAY_LIST_PROPERTIES flagChet Haase2012-04-231-149/+131
* Fix layer blending bugChet Haase2012-04-121-1/+4
* Optimization of alpha with DisplayList propertiesChet Haase2012-04-031-11/+17
* Re-enable DisplayList properties.Chet Haase2012-04-021-24/+52
* Re-enabling DisplayList propertiesChet Haase2012-03-271-45/+14
* Use a status_t return type for GL functorsRomain Guy2012-03-261-10/+12