summaryrefslogtreecommitdiffstats
path: root/libs/hwui/DisplayListOp.h
Commit message (Expand)AuthorAgeFilesLines
* Take shadow bounds into account for quick rejectsRomain Guy2013-08-091-3/+12
* Split assets atlas batchesRomain Guy2013-08-061-2/+2
* Merge "Fix quickReject's handling of AA ramp geometry"Chris Craik2013-08-021-1/+5
|\
| * Fix quickReject's handling of AA ramp geometryChris Craik2013-08-021-1/+5
* | Fix region clipping bugsRomain Guy2013-08-011-1/+0
|/
* Fix crashes in setMatrix() and concat()Romain Guy2013-07-161-1/+5
* Track the atlas' generation IDRomain Guy2013-06-271-17/+43
* Merge "Batch 9-patches in a single mesh whenever possible"Romain Guy2013-06-211-13/+102
|\
| * Batch 9-patches in a single mesh whenever possibleRomain Guy2013-06-211-13/+102
* | Make op outputting const, for more general loggingChris Craik2013-06-191-43/+43
|/
* Merge "Handle all text bounds as post-translated"Chris Craik2013-06-171-1/+0
|\
| * Handle all text bounds as post-translatedChris Craik2013-06-171-1/+0
* | Better handle op size edge casesChris Craik2013-06-171-1/+4
|/
* Merge more 9patchesRomain Guy2013-06-141-4/+3
* Overdraw avoidance and merging of clipped opsChris Craik2013-06-121-77/+67
* Avoid 9patch cache lookups when possibleRomain Guy2013-06-111-3/+16
* Merge "Merge scaled bitmaps with translated bitmaps"Romain Guy2013-05-221-2/+14
|\
| * Merge scaled bitmaps with translated bitmapsRomain Guy2013-05-211-2/+14
* | Use individual glyph positions to determine text bounds.Chris Craik2013-05-211-20/+11
|/
* Pack preloaded framework assets in a texture atlasRomain Guy2013-05-021-28/+30
* Fix quickReject logic to account for setClipChildren() settingChet Haase2013-04-191-16/+26
* Prevent transformed ops from merging in the first placeChris Craik2013-04-181-0/+2
* Draw Operation mergingChris Craik2013-04-151-72/+177
* Account for hairlines in quick rejection logicChris Craik2013-04-031-1/+5
* Fix issues related to saveLayer/restore deferralChris Craik2013-03-281-22/+23
* Update snapshot upon saveLayer deferralChris Craik2013-03-201-1/+6
* Merge "Use snapshot alpha for layers" into jb-mr2-devChris Craik2013-03-201-97/+46
|\
| * Use snapshot alpha for layersChris Craik2013-03-151-97/+46
* | Merge "Fully deferred displaylist replay" into jb-mr2-devChris Craik2013-03-151-184/+233
|\ \ | |/
| * Fully deferred displaylist replayChris Craik2013-03-151-184/+233
* | Less aggressive glyphs precachingRomain Guy2013-03-131-3/+7
|/
* Precache paths from a worker threadRomain Guy2013-03-111-1/+6
* Take only the scale params into account to rasterize textRomain Guy2013-03-051-2/+2
* Precache glyphs at final raster sizeRomain Guy2013-03-011-1/+24
* Account for text alignment in Op bounds calculationChris Craik2013-02-281-1/+12
* Don't increment the paint's generation ID when drawing bitmapsRomain Guy2013-02-271-9/+6
* Merge "Prettify display lists logging"Romain Guy2013-02-221-1/+5
|\
| * Prettify display lists loggingRomain Guy2013-02-221-1/+5
* | Fix clipping and stencil layer issuesChris Craik2013-02-211-6/+15
* | Clean up clipping and deferral logicChris Craik2013-02-191-50/+38
|/
* DisplayList draw operation reorderingChris Craik2013-02-151-13/+145
* Move DisplayList to its own cpp fileChris Craik2013-02-141-0/+2
* Simplify display list logging, removing pointersChris Craik2013-02-041-1/+1
* Object-based DisplayList recordingChris Craik2013-01-221-0/+1138