summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
...
| * | Don't crash when making a layer larger than supported dimensionsRomain Guy2013-03-284-10/+32
* | | Merge "Set ignore flag during deferred savelayer" into jb-mr2-devChris Craik2013-03-272-11/+24
|\ \ \ | |/ / |/| |
| * | Set ignore flag during deferred savelayerChris Craik2013-03-272-11/+24
* | | Path precaching creates duplicate cache entriesRomain Guy2013-03-262-10/+16
* | | Avoid multiple font cache texture uploadsRomain Guy2013-03-266-31/+178
|/ /
* | Restore final canvas state after deferred flushChris Craik2013-03-221-1/+6
* | Merge "Isolate tiling clip state from snapshot" into jb-mr2-devChris Craik2013-03-215-10/+23
|\ \
| * | Isolate tiling clip state from snapshotChris Craik2013-03-215-10/+23
* | | Stop worker threads on memory trim & fix bad pointer accessRomain Guy2013-03-206-8/+86
|/ /
* | Merge "Optimize text GL setup" into jb-mr2-devRomain Guy2013-03-214-60/+83
|\ \
| * | Optimize text GL setupRomain Guy2013-03-204-60/+83
* | | Merge "Use snapshot alpha in all layer drawing" into jb-mr2-devChris Craik2013-03-211-4/+5
|\ \ \
| * | | Use snapshot alpha in all layer drawingChris Craik2013-03-201-4/+5
| |/ /
* | | Update snapshot upon saveLayer deferralChris Craik2013-03-206-49/+90
|/ /
* | Merge "Use snapshot alpha for layers" into jb-mr2-devChris Craik2013-03-208-133/+71
|\ \
| * | Use snapshot alpha for layersChris Craik2013-03-158-133/+71
* | | Merge "Reduce number of glDraw calls when drawing text" into jb-mr2-devRomain Guy2013-03-204-179/+170
|\ \ \
| * | | Reduce number of glDraw calls when drawing textRomain Guy2013-03-194-179/+170
* | | | Merge "Minimize texture binds when drawing text" into jb-mr2-devRomain Guy2013-03-194-19/+44
|\ \ \ \ | |/ / /
| * | | Minimize texture binds when drawing textRomain Guy2013-03-194-19/+44
* | | | Merge "Apply ComposeShader's local matrix to children" into jb-mr2-devRomain Guy2013-03-191-2/+8
|\ \ \ \ | |/ / /
| * | | Apply ComposeShader's local matrix to childrenRomain Guy2013-03-181-2/+8
* | | | Merge "Merge all shapes/paths caches to PathCache" into jb-mr2-devRomain Guy2013-03-1913-1075/+661
|\ \ \ \ | |/ / /
| * | | Merge all shapes/paths caches to PathCacheRomain Guy2013-03-1813-1075/+661
* | | | Work around saveLayer clipping/transform deferring issuesChris Craik2013-03-181-1/+1
|/ / /
* | | Reset draw modifiers after flushingChris Craik2013-03-153-5/+10
* | | Merge "Fully deferred displaylist replay" into jb-mr2-devChris Craik2013-03-1510-358/+732
|\ \ \ | |/ /
| * | Fully deferred displaylist replayChris Craik2013-03-1510-358/+732
* | | Less aggressive glyphs precachingRomain Guy2013-03-133-10/+22
* | | Prevent infinite loop when trimming the path cacheRomain Guy2013-03-132-3/+6
|/ /
* | Add TaskManager APIRomain Guy2013-03-1210-105/+436
* | Merge "Precache paths from a worker thread" into jb-mr2-devRomain Guy2013-03-1210-83/+481
|\ \
| * | Precache paths from a worker threadRomain Guy2013-03-1110-83/+481
* | | DO NOT MERGE - Full backup/restore now handles OBBs sensiblyChristopher Tate2013-03-081-1/+1
|/ /
* | Move blur code from FontRenderer to utils/Blur.cppRomain Guy2013-03-084-132/+198
* | Don't apply scale to glyphs when a perspective is set.Romain Guy2013-03-071-10/+1
* | Round scale factors to rasterize textRomain Guy2013-03-062-4/+3
* | Take only the scale params into account to rasterize textRomain Guy2013-03-059-72/+81
* | Make glyph copies a little more cache friendlyRomain Guy2013-03-051-15/+17
* | Fix colored rects clipping and code cleanupRomain Guy2013-03-054-90/+119
* | Take text scale/skew into account only when rendering into a layerRomain Guy2013-03-041-3/+20
* | Merge "Fix math issue when transforming text in perspective" into jb-mr2-devRomain Guy2013-03-022-22/+21
|\ \
| * | Fix math issue when transforming text in perspectiveRomain Guy2013-03-012-22/+21
* | | Merge "Precache glyphs at final raster size" into jb-mr2-devRomain Guy2013-03-029-54/+77
|\ \ \ | |/ /
| * | Precache glyphs at final raster sizeRomain Guy2013-03-019-54/+77
* | | Merge "Add shader program selection shortcut" into jb-mr2-devChris Craik2013-03-013-11/+7
|\ \ \ | |/ / |/| |
| * | Add shader program selection shortcutChris Craik2013-03-013-11/+7
* | | Merge "Support 3D rotations when drawing text" into jb-mr2-devRomain Guy2013-03-015-35/+92
|\ \ \
| * | | Support 3D rotations when drawing textRomain Guy2013-02-285-35/+92
| |/ /
* | | Account for text alignment in Op bounds calculationChris Craik2013-02-281-1/+12
|/ /