| Commit message (Expand) | Author | Age | Files | Lines |
* | Draw shadows from casters together if the Z values are similar | Chris Craik | 2014-03-05 | 1 | -0/+7 |
* | DisplayList overhaul | John Reck | 2014-03-04 | 1 | -35/+30 |
* | Make outline and shadow APIs public | Chris Craik | 2014-02-18 | 1 | -3/+3 |
* | Merge "Removing SkiaColorFilter and inspecting the native object directly." | Derek Sollenberger | 2014-02-10 | 1 | -2/+0 |
|\ |
|
| * | Removing SkiaColorFilter and inspecting the native object directly. | Derek Sollenberger | 2014-02-07 | 1 | -2/+0 |
* | | Add shadow casting / global perspective APIs, hidden for now. | Chris Craik | 2014-02-07 | 1 | -0/+10 |
* | | Add the clipToOutline by just using the clipPathOp | ztenghui | 2014-02-07 | 1 | -0/+5 |
|/ |
|
* | Merge "Rework and clean up DisplayList projection" | Chris Craik | 2014-02-07 | 1 | -3/+11 |
|\ |
|
| * | Rework and clean up DisplayList projection | Chris Craik | 2014-02-06 | 1 | -3/+11 |
* | | Simplify DisplayList matrices | Chris Craik | 2014-02-05 | 1 | -2/+9 |
|/ |
|
* | Add initial hidden outline APIs | Chris Craik | 2014-01-30 | 1 | -0/+9 |
* | Update reordering method names, and make 3d reordering API public | Chris Craik | 2014-01-29 | 1 | -6/+6 |
* | Remove logging of DisplayList staleness | Chris Craik | 2014-01-27 | 1 | -14/+2 |
* | Clear root level reorder lists to prevent accessing stale DisplayLists | Chris Craik | 2014-01-24 | 1 | -5/+17 |
* | Support projection of DisplayLists onto ancestors. | Chris Craik | 2014-01-15 | 1 | -2/+15 |
* | Simplify Z reordering logic | Chris Craik | 2014-01-14 | 1 | -4/+6 |
* | Add DisplayList bit for projecting onto a contained volume | Alan Viverette | 2014-01-08 | 1 | -1/+6 |
* | Use const where possible for drawing parameters | Chris Craik | 2014-01-03 | 1 | -8/+8 |
* | Add initial APIs for 3d view manipulation. | Chris Craik | 2013-12-20 | 1 | -2/+5 |
* | Merge "3d view system!" | Chris Craik | 2013-12-13 | 1 | -37/+94 |
|\ |
|
| * | 3d view system! | Chris Craik | 2013-12-12 | 1 | -37/+94 |
* | | Unbreak display list debug dumping | John Reck | 2013-12-10 | 1 | -1/+1 |
|/ |
|
* | Move DeferredDisplayState out of ops | Chris Craik | 2013-09-12 | 1 | -3/+1 |
* | Refcount 9-patches and properly handle GC events | Romain Guy | 2013-06-26 | 1 | -0/+4 |
* | Remove crash workarounds, add logging | Chris Craik | 2013-06-12 | 1 | -4/+5 |
* | Remove string allocations when creating display lists | Romain Guy | 2013-06-05 | 1 | -1/+6 |
* | Fix quickReject logic to account for setClipChildren() setting | Chet Haase | 2013-04-19 | 1 | -3/+3 |
* | Use snapshot alpha for layers | Chris Craik | 2013-03-15 | 1 | -2/+0 |
* | Fully deferred displaylist replay | Chris Craik | 2013-03-15 | 1 | -6/+53 |
* | Merge "Prettify display lists logging" | Romain Guy | 2013-02-22 | 1 | -0/+4 |
|\ |
|
| * | Prettify display lists logging | Romain Guy | 2013-02-22 | 1 | -0/+4 |
* | | Fix clipping and stencil layer issues | Chris Craik | 2013-02-21 | 1 | -1/+2 |
|/ |
|
* | Expose display list APIs | Romain Guy | 2013-02-19 | 1 | -2/+71 |
* | DisplayList draw operation reordering | Chris Craik | 2013-02-15 | 1 | -1/+3 |
* | Move DisplayList to its own cpp file | Chris Craik | 2013-02-14 | 1 | -0/+422 |