summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Add eglSwapBuffersWithDamageKHR supportJohn Reck2015-05-086-32/+76
* Merge "Improve keying for theme caches, rebase system theme on config change"...Alan Viverette2015-05-071-0/+24
|\
| * Improve keying for theme caches, rebase system theme on config changeAlan Viverette2015-05-061-0/+24
* | Fix buildJohn Reck2015-05-071-1/+1
* | Merge "Fix clang warnings on unused variable, mismatched tag, print format." ...Chih-Hung Hsieh2015-05-071-1/+0
|\ \
| * | Fix clang warnings on unused variable, mismatched tag, print format.Chih-Hung Hsieh2015-05-071-1/+0
* | | Merge "Remove SkBitmap from ResourceCache" into mnc-devJohn Reck2015-05-074-118/+4
|\ \ \ | |/ / |/| |
| * | Remove SkBitmap from ResourceCacheJohn Reck2015-05-074-118/+4
* | | Delete a bunch of dead codeJohn Reck2015-05-072-26/+6
|/ /
* | Add frame count option to hwuitest. Also add shadowgrid2 to hwuitestTim Murray2015-05-061-10/+70
* | Add loop option to hwuitest.Tim Murray2015-05-061-1/+14
* | Merge "Cleanup properties" into mnc-devChris Craik2015-05-0519-266/+303
|\ \
| * | Cleanup propertiesChris Craik2015-05-0519-266/+303
* | | Merge "Dump profile info after running test" into mnc-devJohn Reck2015-05-055-6/+54
|\ \ \
| * | | Dump profile info after running testJohn Reck2015-05-055-6/+54
| |/ /
* | | Merge "Add some basic DA unit tests" into mnc-devJohn Reck2015-05-052-0/+82
|\ \ \ | |_|/ |/| |
| * | Add some basic DA unit testsJohn Reck2015-05-052-0/+82
| |/
* | Merge "Add API for obtaining changing configurations bitmask from Theme" into...Alan Viverette2015-05-051-0/+10
|\ \
| * | Add API for obtaining changing configurations bitmask from ThemeAlan Viverette2015-05-051-0/+10
* | | Merge changes from topic 'mwd-merge-050415' into mnc-devPrerepa Viswanadham2015-05-051-1/+1
|\ \ \ | |_|/ |/| |
| * | am 75c4e3e4: am ed375f26: Merge "Fix rendernode flag logging" into mnc-devChris Craik2015-04-301-1/+1
| |\ \
| * \ \ am 775e94cb: am e74ff81e: Merge "Remove concept of layer alpha override" into...Chris Craik2015-04-296-56/+10
| |\ \ \
| * \ \ \ am 4549108c: am 81bd735a: Merge "Require minimum 4 bit stencil for layers." i...Chris Craik2015-04-293-9/+11
| |\ \ \ \
| * \ \ \ \ am 108f0a34: am b2cec86a: Merge "Skip frames with no damage" into mnc-devJohn Reck2015-04-292-3/+31
| |\ \ \ \ \
| * \ \ \ \ \ am 815d9bb1: Merge "Add a static dependency on libbase."Narayan Kamath2015-04-291-1/+1
| |\ \ \ \ \ \
| | * | | | | | Add a static dependency on libbase.Narayan Kamath2015-04-291-1/+1
* | | | | | | | Fix setName use-after-freeJohn Reck2015-05-041-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Remove Bitmap#getSkBitmapJohn Reck2015-05-014-17/+17
* | | | | | | Move AssetAtlas off of SkBitmap*John Reck2015-05-012-39/+45
* | | | | | | Merge "A bunch more cleanups" into mnc-devJohn Reck2015-05-012-3/+3
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | A bunch more cleanupsJohn Reck2015-04-302-3/+3
| |/ / / / /
* | | | | | Fix rendernode flag loggingChris Craik2015-04-301-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge "Remove concept of layer alpha override" into mnc-devChris Craik2015-04-296-56/+10
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Remove concept of layer alpha overrideChris Craik2015-04-286-56/+10
* | | | | Merge "Require minimum 4 bit stencil for layers." into mnc-devChris Craik2015-04-293-9/+11
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Require minimum 4 bit stencil for layers.Chris Craik2015-04-293-9/+11
| |/ / /
* | | | Merge "Skip frames with no damage" into mnc-devJohn Reck2015-04-292-3/+31
|\ \ \ \ | |_|/ / |/| | |
| * | | Skip frames with no damageJohn Reck2015-04-282-3/+31
* | | | Remove unused flags and dirty rectsChris Craik2015-04-284-19/+10
| |/ / |/| |
* | | Promote RenderProperties with an alpha to have a RenderLayerChris Craik2015-04-273-40/+24
|/ /
* | am 05ad674a: am 00e165ae: am e8101c04: Merge "fix compiler error under FORTIF...Nick Kralevich2015-04-251-1/+3
|\ \ | |/
| * fix compiler error under FORTIFY_SOURCE=2Nick Kralevich2015-04-241-1/+3
* | Teach LA how to destroyJohn Reck2015-04-239-16/+257
* | Move LinearAlloc to libhuwiJohn Reck2015-04-233-0/+329
* | GraphicsJNI Canvas cleanupJohn Reck2015-04-223-24/+13
* | Merge "Rename native DisplayListRenderer to DisplayListCanvas"Chris Craik2015-04-2110-99/+95
|\ \
| * | Rename native DisplayListRenderer to DisplayListCanvasChris Craik2015-04-2010-99/+95
* | | Simplify TaskManager fallback pathChris Craik2015-04-203-14/+15
|/ /
* | Revert "A bunch more cleanups"John Reck2015-04-175-16/+27
* | Revert "Move AssetAtlas off of SkBitmap*"John Reck2015-04-172-45/+39