| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure we register functor count | John Reck | 2014-03-06 | 1 | -0/+3 |
* | Merge "Draw shadows from casters together if the Z values are similar" | Chris Craik | 2014-03-06 | 2 | -18/+59 |
|\ |
|
| * | Draw shadows from casters together if the Z values are similar | Chris Craik | 2014-03-05 | 2 | -18/+59 |
* | | Fix warnings in hwui | Chris Craik | 2014-03-05 | 3 | -5/+5 |
|/ |
|
* | DisplayList overhaul | John Reck | 2014-03-04 | 8 | -367/+173 |
* | Fix use of Skia deprecated methods | Chris Craik | 2014-02-28 | 2 | -8/+13 |
* | Merge "Fix TextureView texture filtering." | Chris Craik | 2014-02-27 | 6 | -5/+31 |
|\ |
|
| * | Fix TextureView texture filtering. | Chris Craik | 2014-02-25 | 6 | -5/+31 |
* | | Cleanup unnecessary includes for libskia. | Derek Sollenberger | 2014-02-27 | 1 | -6/+1 |
* | | am 328b7ee6: am aecb8c43: am 7b4cce68: am c3bac8a0: Merge "Fix graphics corru... | Chris Craik | 2014-02-26 | 4 | -15/+29 |
|\ \ |
|
| * | | Fix graphics corruption caused by HWUI caches | Sangkyu Lee | 2014-02-26 | 4 | -15/+29 |
* | | | Merge "Use pre-computed index to draw the shadow." | ztenghui | 2014-02-25 | 11 | -257/+256 |
|\ \ \ |
|
| * | | | Use pre-computed index to draw the shadow. | ztenghui | 2014-02-25 | 11 | -257/+256 |
* | | | | Modulate shadow alpha by caster alpha | Chris Craik | 2014-02-21 | 2 | -3/+4 |
| |_|/
|/| | |
|
* | | | am 61910447: am 7942397b: am 19256340: am 22c66639: Merge "Fixes for 64bit in... | Narayan Kamath | 2014-02-21 | 2 | -2/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge "Fixes for 64bit in libhwui" | Narayan Kamath | 2014-02-21 | 2 | -2/+2 |
| |\ \ |
|
| | * | | Fixes for 64bit in libhwui | Kévin PETIT | 2014-02-21 | 2 | -2/+2 |
| * | | | AArch64: Make AssetAtlasService 64-bit compatible | Ashok Bhat | 2014-02-20 | 2 | -7/+12 |
| |/ / |
|
* | | | Merge "AArch64: Make AssetAtlasService 64-bit compatible" | Narayan Kamath | 2014-02-21 | 2 | -7/+12 |
|\ \ \ |
|
| * | | | AArch64: Make AssetAtlasService 64-bit compatible | Ashok Bhat | 2014-02-21 | 2 | -7/+12 |
* | | | | Reapply "Refactor setting an SkPaint onto a hwui Layer." | Derek Sollenberger | 2014-02-20 | 5 | -17/+11 |
|/ / / |
|
* | | | Merge "Support HardwareLayers in RenderThread" | John Reck | 2014-02-19 | 6 | -27/+114 |
|\ \ \ |
|
| * | | | Support HardwareLayers in RenderThread | John Reck | 2014-02-19 | 6 | -27/+114 |
* | | | | Merge "Make outline and shadow APIs public" | Chris Craik | 2014-02-19 | 2 | -4/+4 |
|\ \ \ \ |
|
| * | | | | Make outline and shadow APIs public | Chris Craik | 2014-02-18 | 2 | -4/+4 |
* | | | | | Merge "Separate spot and ambient shadow strength setting" | ztenghui | 2014-02-19 | 3 | -19/+30 |
|\ \ \ \ \
| |_|/ / /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | Separate spot and ambient shadow strength setting | ztenghui | 2014-02-13 | 3 | -19/+30 |
* | | | | Refcounting is hard | John Reck | 2014-02-14 | 2 | -1/+2 |
| |/ /
|/| | |
|
* | | | Revert "Refactor setting an SkPaint onto a hwui Layer." | Derek Sollenberger | 2014-02-12 | 5 | -13/+18 |
* | | | Refactor setting an SkPaint onto a hwui Layer. | Derek Sollenberger | 2014-02-12 | 5 | -18/+13 |
|/ / |
|
* | | Implement missing safelyRun() on ThreadedRenderer | John Reck | 2014-02-11 | 4 | -0/+26 |
* | | Merge "Refactor HardwareLayer" | John Reck | 2014-02-11 | 5 | -7/+280 |
|\ \ |
|
| * | | Refactor HardwareLayer | John Reck | 2014-02-10 | 5 | -7/+280 |
* | | | am deefd1fd: am 5f7c0b1d: am 6d8b21a8: Merge "Fix TinyHashMap to use generic ... | Narayan Kamath | 2014-02-11 | 1 | -4/+2 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Fix TinyHashMap to use generic hash_type instead of hash_t | Ashok Bhat | 2014-02-07 | 1 | -4/+2 |
* | | Merge "Removing SkiaColorFilter and inspecting the native object directly." | Derek Sollenberger | 2014-02-10 | 19 | -621/+230 |
|\ \ |
|
| * | | Removing SkiaColorFilter and inspecting the native object directly. | Derek Sollenberger | 2014-02-07 | 19 | -621/+230 |
* | | | Add shadow casting / global perspective APIs, hidden for now. | Chris Craik | 2014-02-07 | 2 | -7/+16 |
* | | | Add the clipToOutline by just using the clipPathOp | ztenghui | 2014-02-07 | 2 | -0/+10 |
|/ / |
|
* | | Merge "Keep the SkPaint used when creating a layer." | Derek Sollenberger | 2014-02-07 | 7 | -54/+39 |
|\ \ |
|
| * | | Keep the SkPaint used when creating a layer. | Derek Sollenberger | 2014-02-07 | 7 | -54/+39 |
* | | | Merge "Rework and clean up DisplayList projection" | Chris Craik | 2014-02-07 | 6 | -48/+59 |
|\ \ \ |
|
| * | | | Rework and clean up DisplayList projection | Chris Craik | 2014-02-06 | 6 | -48/+59 |
* | | | | Merge "Simplify DisplayList matrices" | Chris Craik | 2014-02-06 | 4 | -52/+66 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Simplify DisplayList matrices | Chris Craik | 2014-02-05 | 4 | -52/+66 |
| |/ / |
|
* | | | am 2c764b20: am 0ec3ca6e: am 449273e2: Merge "Fix for positioning of glyphs w... | Chris Craik | 2014-02-05 | 1 | -3/+3 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Fix for positioning of glyphs within a bitmap | Alexander Toresson | 2014-01-23 | 1 | -3/+3 |
* | | Merge "Fixing a bad bug when there is no real umbra" | ztenghui | 2014-02-03 | 1 | -10/+8 |
|\ \ |
|
| * | | Fixing a bad bug when there is no real umbra | ztenghui | 2014-01-31 | 1 | -10/+8 |
* | | | Merge "Simplify umbra calculation" | Chris Craik | 2014-01-31 | 1 | -18/+8 |
|\ \ \ |
|