| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle user-defined cache path for RS. | Tim Murray | 2013-12-18 | 1 | -1/+3 |
* | Add libutils dependency for libandroidfw host build. | Narayan Kamath | 2013-12-11 | 1 | -2/+1 |
* | Reimplement ZipFileRO in terms of libziparchive. | Narayan Kamath | 2013-12-09 | 7 | -1004/+249 |
* | Merge commit 'b873a17ce7be0a9771c24999adca6964431728f6' into HEAD | The Android Open Source Project | 2013-11-22 | 91 | -7635/+5698 |
|\ |
|
| * | Take SkBitmap's stride into account when uploading textures | Romain Guy | 2013-09-25 | 5 | -18/+29 |
| * | Merge "Correct bitmap merging logic" into klp-dev | Chris Craik | 2013-09-21 | 5 | -13/+8 |
| |\ |
|
| | * | Correct bitmap merging logic | Chris Craik | 2013-09-20 | 5 | -13/+8 |
| * | | fix emoji clipping in hw draw path | Victoria Lease | 2013-09-19 | 1 | -1/+1 |
| |/ |
|
| * | Merge "Conservatively estimate geometry bounds" into klp-dev | Chris Craik | 2013-09-18 | 4 | -18/+43 |
| |\ |
|
| | * | Conservatively estimate geometry bounds | Chris Craik | 2013-09-17 | 4 | -18/+43 |
| * | | Merge "Disallow negative scale matrices in merged Bitmap drawing" into klp-dev | Chris Craik | 2013-09-18 | 4 | -3/+21 |
| |\ \ |
|
| | * | | Disallow negative scale matrices in merged Bitmap drawing | Chris Craik | 2013-09-16 | 4 | -3/+21 |
| | |/ |
|
| * | | Fix merged operation clipping | Chris Craik | 2013-09-13 | 1 | -1/+1 |
| |/ |
|
| * | Always disable the clip for layers | Romain Guy | 2013-09-12 | 1 | -4/+2 |
| * | Merge "Move DeferredDisplayState out of ops" into klp-dev | Chris Craik | 2013-09-12 | 6 | -143/+195 |
| |\ |
|
| | * | Move DeferredDisplayState out of ops | Chris Craik | 2013-09-12 | 6 | -143/+195 |
| * | | Fix another off-by-one error in ZipFileRO | Kenny Root | 2013-09-11 | 1 | -1/+1 |
| * | | Reconcile differences between zip implementations | Kenny Root | 2013-09-11 | 1 | -65/+129 |
| * | | Revert "Reconcile differences between zip implementations" | Kenny Root | 2013-09-11 | 1 | -129/+65 |
| * | | Reconcile differences between zip implementations | Kenny Root | 2013-09-11 | 1 | -65/+129 |
| * | | Merge "Fix scissor for functor invocation" into klp-dev | John Reck | 2013-09-10 | 1 | -2/+4 |
| |\ \ |
|
| | * | | Fix scissor for functor invocation | John Reck | 2013-09-10 | 1 | -2/+4 |
| * | | | Fix FontRenderer bug. | Tim Murray | 2013-09-10 | 1 | -1/+1 |
| |/ / |
|
| * | | Add flags word to initialization. | Tim Murray | 2013-09-09 | 1 | -1/+1 |
| |/ |
|
| * | Dump the right matrix when logging display lists | Chris Craik | 2013-09-05 | 1 | -1/+1 |
| * | Move functor GL setup to just before functor | Chris Craik | 2013-08-26 | 1 | -6/+9 |
| * | Second attempt at avoiding infinite loop in PathCache::trim() | Romain Guy | 2013-08-21 | 1 | -1/+16 |
| * | Properly account for created paths in the cache | Romain Guy | 2013-08-21 | 2 | -1/+6 |
| * | Add overdraw debugging that accounts for Deuteranomaly | Romain Guy | 2013-08-21 | 4 | -9/+52 |
| * | Handle updates to C++ API. | Tim Murray | 2013-08-19 | 1 | -2/+3 |
| * | Fix hardware layers lifecycle | Romain Guy | 2013-08-16 | 1 | -0/+2 |
| * | Prevent ANR in apps using drawPath() | Romain Guy | 2013-08-16 | 1 | -1/+5 |
| * | Clear FBO cache on full memory flush | Romain Guy | 2013-08-16 | 1 | -0/+1 |
| * | fix kBW_Format glyphs | Victoria Lease | 2013-08-12 | 2 | -2/+5 |
| * | Take shadow bounds into account for quick rejects | Romain Guy | 2013-08-09 | 3 | -3/+28 |
| * | Remove an unnecessary allocation | Romain Guy | 2013-08-09 | 2 | -20/+0 |
| * | Split assets atlas batches | Romain Guy | 2013-08-06 | 4 | -7/+21 |
| * | Remove an unused C zip API. | Elliott Hughes | 2013-08-05 | 2 | -55/+0 |
| * | Handle updates to RS C++ API. | Tim Murray | 2013-08-02 | 3 | -11/+18 |
| * | Merge "Fix quickReject's handling of AA ramp geometry" | Chris Craik | 2013-08-02 | 5 | -12/+52 |
| |\ |
|
| | * | Fix quickReject's handling of AA ramp geometry | Chris Craik | 2013-08-02 | 5 | -12/+52 |
| * | | Fix region clipping bugs | Romain Guy | 2013-08-01 | 3 | -6/+10 |
| * | | Merge "Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts)" | Victoria Lease | 2013-08-01 | 9 | -172/+343 |
| |\ \ |
|
| | * | | Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts) | Victoria Lease | 2013-07-31 | 9 | -172/+343 |
| | |/ |
|
| * | | Resource memory optimization. | Dianne Hackborn | 2013-07-31 | 1 | -83/+257 |
| |/ |
|
| * | Merge "Fix 9patches' limitation of 32 empty quads" | Romain Guy | 2013-07-24 | 3 | -13/+10 |
| |\ |
|
| | * | Fix 9patches' limitation of 32 empty quads | Romain Guy | 2013-07-24 | 3 | -13/+10 |
| * | | add static dependency on liblog | Colin Cross | 2013-07-23 | 1 | -0/+2 |
| * | | Merge "Ensure glActiveTexture is cleaned up correctly on functor resume" | Chris Craik | 2013-07-22 | 3 | -0/+10 |
| |\ \ |
|
| | * | | Ensure glActiveTexture is cleaned up correctly on functor resume | Chris Craik | 2013-07-22 | 3 | -0/+10 |
| | |/ |
|