summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Clear root level reorder lists to prevent accessing stale DisplayListsChris Craik2014-01-244-11/+59
* Property support for light positioning.ztenghui2014-01-175-7/+40
* am ee846d3e: am 38cf0704: am e9a7d229: am 66b5a2b2: am 5150eb8f: Merge "Initi...Chris Craik2014-01-171-1/+1
|\
| * am 38cf0704: am e9a7d229: am 66b5a2b2: am 5150eb8f: Merge "Initialize pointer...Chris Craik2014-01-171-1/+1
| |\
| | * Initialize pointer members to NULL to avoid illegal referencelina.x.pi2014-01-171-1/+1
* | | Merge "Map shadow light position globally"Chris Craik2014-01-173-4/+11
|\ \ \
| * | | Map shadow light position globallyChris Craik2014-01-163-4/+11
* | | | Merge "Fix view z translation with 3d projection disabled"Chris Craik2014-01-171-4/+9
|\ \ \ \
| * | | | Fix view z translation with 3d projection disabledChris Craik2014-01-161-4/+9
| |/ / /
* | | | Transform shadow casters correctly in 3dChris Craik2014-01-161-14/+9
|/ / /
* | | Support projection of DisplayLists onto ancestors.Chris Craik2014-01-157-31/+114
* | | Merge "Remove dead code"John Reck2014-01-151-22/+0
|\ \ \
| * | | Remove dead codeJohn Reck2014-01-151-22/+0
* | | | Remove calls to deprecated SkBitmap::setIsOpaque()Leon Scroggins III2014-01-151-2/+1
* | | | Merge "Simplify Z reordering logic"Chris Craik2014-01-142-37/+37
|\ \ \ \ | |/ / / |/| | |
| * | | Simplify Z reordering logicChris Craik2014-01-142-37/+37
* | | | Merge "Calculate and show the shadow from a spot light."ztenghui2014-01-137-13/+994
|\ \ \ \ | |/ / / |/| | |
| * | | Calculate and show the shadow from a spot light.ztenghui2014-01-107-13/+994
* | | | Add DisplayList bit for projecting onto a contained volumeAlan Viverette2014-01-082-1/+7
* | | | Merge "b/12068020 Make kb layouts only unique to vendor/product"RoboErik2014-01-083-3/+4
|\ \ \ \
| * | | | b/12068020 Make kb layouts only unique to vendor/productRoboErik2014-01-073-3/+4
| |/ / /
* | | | EGL migration to nativeJohn Reck2014-01-075-2/+381
|/ / /
* | | Use const where possible for drawing parametersChris Craik2014-01-0326-399/+430
* | | Merge "Fix Clang warnings/errors"Chris Craik2014-01-0315-36/+50
|\ \ \
| * | | Fix Clang warnings/errorsChris Craik2014-01-0215-36/+50
* | | | Fix isRecording overrideChris Craik2014-01-021-1/+1
|/ / /
* | | Use const access to snapshot from OpenGLRendererChris Craik2014-01-029-236/+231
* | | Move Snapshot management to intermediate StatefulBaseRenderer classChris Craik2014-01-0111-340/+492
* | | Create abstract base class for OpenGLRendererChris Craik2013-12-276-130/+293
* | | Add initial APIs for 3d view manipulation.Chris Craik2013-12-202-4/+7
* | | am 9158825f: Move some system services to separate directoriesAmith Yamasani2013-12-1941-0/+28824
|\ \ \ | |/ /
| * | Move some system services to separate directoriesAmith Yamasani2013-12-1941-0/+28732
| |/
| * Handle user-defined cache path for RS.Tim Murray2013-12-181-1/+3
| * Add libutils dependency for libandroidfw host build.Narayan Kamath2013-12-111-2/+1
| * Reimplement ZipFileRO in terms of libziparchive.Narayan Kamath2013-12-097-1004/+249
| * Merge commit 'b873a17ce7be0a9771c24999adca6964431728f6' into HEADThe Android Open Source Project2013-11-2291-7635/+5698
| |\
* | | Track Looper decoupling from ALooperBrian Carlstrom2013-12-191-1/+1
* | | Merge "pass SkGlyphCache into updateGlyphCache()"Victoria Lease2013-12-182-8/+8
|\ \ \
| * | | pass SkGlyphCache into updateGlyphCache()Victoria Lease2013-12-172-8/+8
* | | | Check mDisplayListData before derefChris Craik2013-12-171-2/+4
* | | | Merge "Use vertex assignment instead of manual copy"Chris Craik2013-12-171-36/+28
|\ \ \ \
| * | | | Use vertex assignment instead of manual copyChris Craik2013-12-161-36/+28
| |/ / /
* | | | Create private properties on GLCanvas for experimentation with 3dChris Craik2013-12-165-22/+64
|/ / /
* | | Calculate and show Ambient shadow.ztenghui2013-12-1311-95/+595
* | | Merge "Handle user-defined cache path for RS."Tim Murray2013-12-131-1/+3
|\ \ \
| * | | Handle user-defined cache path for RS.Tim Murray2013-12-131-1/+3
* | | | Merge "3d view system!"Chris Craik2013-12-1313-132/+559
|\ \ \ \ | |/ / / |/| | |
| * | | 3d view system!Chris Craik2013-12-1213-132/+559
* | | | Unbreak display list debug dumpingJohn Reck2013-12-103-8/+1
* | | | RenderThread workJohn Reck2013-12-095-0/+223