summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Collapse)AuthorAgeFilesLines
* Use default visibility for Snapshot::getLocalClip (attempt #2).Ben Cheng2014-05-171-1/+1
| | | | | | | The change appeared to be dropped. See commit 65ba94f79d6e737c3e66c09032221999b2eb50d7 for details. Change-Id: Ib60968d6327ef04d21e4adca2c394f66343f204b
* Update ripple behavior, use render thread animationAlan Viverette2014-05-162-8/+28
| | | | Change-Id: Ib6bc1e08b05d29606f452961963d58b8fc866746
* Merge "Round rect outline clipping"Chris Craik2014-05-1614-34/+250
|\
| * Round rect outline clippingChris Craik2014-05-1514-34/+250
| | | | | | | | Change-Id: Iee9cf4f719f6f1917507b69189ad114fa365917b
* | Animator start value...John Reck2014-05-155-158/+155
|/ | | | Change-Id: Ifd35ed95a28c625086d7fa97764fe63ab4a997f1
* Merge "Combine projection matrix, and viewport management"Chris Craik2014-05-159-82/+75
|\
| * Combine projection matrix, and viewport managementChris Craik2014-05-149-82/+75
| | | | | | | | | | | | | | Merge management of ortho projection matrix with the viewport size, since they should always be changed together. Change-Id: Iccb8f30828f4fb7848999ac54852e7ed2d6f2eb1
* | Merge "Remove Path based outline clipping"Chris Craik2014-05-153-52/+7
|\ \
| * | Remove Path based outline clippingChris Craik2014-05-143-52/+7
| |/ | | | | | | Change-Id: Ic5ccd98a7517b46e768e53d6b0c8fdcda305fb2c
* | Merge "Disable texture atlas"John Reck2014-05-141-3/+4
|\ \
| * | Disable texture atlasJohn Reck2014-05-141-3/+4
| |/ | | | | | | | | | | Bug: 14952384 Change-Id: If38b3e4c08c2c3dd9c00ae9e6e8c10e208e737d1
* | Merge "Check the array before accessing it"ztenghui2014-05-141-0/+4
|\ \
| * | Check the array before accessing itztenghui2014-05-141-0/+4
| | | | | | | | | | | | | | | | | | | | | TODO: Figure out why the path is generating empty polygon. bug: 14615368 Change-Id: If116e34388b7c6a71bf5ddd36e0c9716d7450732
* | | Merge "Fix potential crash in libandroidfw"Adam Lesinski2014-05-141-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix potential crash in libandroidfwAdam Lesinski2014-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | A malformed APK may cause a crash if it encodes its chunk size as a signed number (MSB set to 1). Bug:14898892 Change-Id: I342853c2b0859e5be15d712d451323afc367d329
* | | Merge "Clamp to uint8 for alpha"John Reck2014-05-131-1/+6
|\ \ \
| * | | Clamp to uint8 for alphaJohn Reck2014-05-131-1/+6
| | |/ | |/| | | | | | | Change-Id: Id3e51671297bfb879969ad2fe7a5741dd4cf4c29
* | | Wire up texture atlasJohn Reck2014-05-132-3/+38
|/ / | | | | | | | | | | Bug: 14590563 Change-Id: I2dffbc089dc801f5fb2d1c8fd38e1c71d160e110
* | Merge "More native interpolators"John Reck2014-05-132-3/+115
|\ \
| * | More native interpolatorsJohn Reck2014-05-122-3/+115
| | | | | | | | | | | | | | | | | | Gotta collect 'em all Change-Id: I3ccc2b5c842b27b906c8a0470fbedc2bf285bc38
* | | Merge "Add TimeInterpolator support to RNA"John Reck2014-05-124-1/+61
|\ \ \ | |/ / | | / | |/ |/|
| * Add TimeInterpolator support to RNAJohn Reck2014-05-124-1/+61
| | | | | | | | | | | | Bug: 14678626 Change-Id: I6554e7fcd42c49fac3618ca792083bb68e358f55
* | Merge "Add support for building split APKs"Adam Lesinski2014-05-121-42/+49
|\ \ | |/ |/|
| * Add support for building split APKsAdam Lesinski2014-05-111-42/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Build multiple APKs, each containing a disjoint subset of configurations. These can then be loaded into the device AssetManager and should operate as if they were never split. Use the idea of building multiple sets of files, where each set represents an APK. An ApkBuilder can place files in a set based on its configuration, but you can actually add directly to a set, in the case of the resources.arsc and generated AndroidManifest.xml for splits. Change-Id: Ic65d3f0ac1bbd290185695b9971d425c85ab1de3
* | Revert "Simplify projection matrix management."Jorim Jaggi2014-05-115-19/+27
| | | | | | | | This reverts commit 0efaa71d5414287ed4beac0a88cf76f7e33a1e74.
* | Merge "Simplify projection matrix management."Chris Craik2014-05-095-27/+19
|\ \
| * | Simplify projection matrix management.Chris Craik2014-05-095-27/+19
| | | | | | | | | | | | | | | | | | | | | Store in and use from snapshot, and remove the kFlagOrthoDirty flag, as it's redundant with kFlagIsFboLayer. Change-Id: I2bd380192d50117f4ce1fd2058213669a886f406
* | | Merge "Refactor VirtualLightRefBase & JNI"John Reck2014-05-095-38/+3
|\ \ \
| * | | Refactor VirtualLightRefBase & JNIJohn Reck2014-05-095-38/+3
| | | | | | | | | | | | | | | | Change-Id: I8e244e7109e59d5be96871b23bb9b1201c7f9eaa
* | | | am 90eaf92e: am 7e13d1d4: am f6c9c420: Merge "Correct stride for drawing to ↵Chris Craik2014-05-091-5/+15
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | cached glyph bitmap" * commit '90eaf92e325457ccb30286879a2f92b7ba517c7d': Correct stride for drawing to cached glyph bitmap
| * | | am 7e13d1d4: am f6c9c420: Merge "Correct stride for drawing to cached glyph ↵Chris Craik2014-05-091-5/+15
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bitmap" * commit '7e13d1d4a46a01ebaa412d622ef76d90bd39d12a': Correct stride for drawing to cached glyph bitmap
| | * \ \ am f6c9c420: Merge "Correct stride for drawing to cached glyph bitmap"Chris Craik2014-05-091-5/+15
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f6c9c4204c2f8f86277d081112c9dd863ddaa778': Correct stride for drawing to cached glyph bitmap
| | | * | | Correct stride for drawing to cached glyph bitmapDigish Pandya2014-05-091-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes the glyph cachebuffer index to account for pixelbuffer format size. issue: in launcher home screen create icon group and rename the group to some text string with emo-icons (smilies). without this change the drop shadows for emo-icons will look bad. Change-Id: I525a9219d35f4541363fd64e7fc5fd1053269725 Signed-off-by: Digish Pandya <digishp@codeaurora.org>
* | | | | | Merge "Rename matrices for consistency"Chris Craik2014-05-093-20/+19
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Rename matrices for consistencyChris Craik2014-05-083-20/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The projection matrix no longer contains viewing transformation, and has thus been renamed. Change-Id: I4f85ccdac97f4cb4f987bb05c389816680f1c94f
* | | | | | Add logging utility methodsChris Craik2014-05-089-32/+120
|/ / / / / | | | | | | | | | | | | | | | Change-Id: I0f316830dcc0bbf438292a6d0fbe9f8154368500
* | | | | Merge "Avoid caching shadow properties in Java & HWUI."Derek Sollenberger2014-05-089-99/+85
|\ \ \ \ \
| * | | | | Avoid caching shadow properties in Java & HWUI.Derek Sollenberger2014-05-079-99/+85
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | bug: 10650594 Change-Id: I6f57df002710bb0567ed7e53fc0bfe96cfd504b8
* | | | | Merge "Cleanup attachFunctor"John Reck2014-05-073-49/+1
|\ \ \ \ \
| * | | | | Cleanup attachFunctorJohn Reck2014-05-073-49/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 13961296 Change-Id: Id48d11bfcc234afd1fd7e4fdd409a50e7208c81d
* | | | | | Merge "Implement TODO(romainguy)"John Reck2014-05-074-0/+18
|\ \ \ \ \ \
| * | | | | | Implement TODO(romainguy)John Reck2014-05-074-0/+18
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 14277445 Change-Id: Id52d6f7fcc023000adcc440bd4da67d9a673536b
* | | | | | Don't try to draw if there's no canvas or surfaceJohn Reck2014-05-071-0/+6
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 14616376 doFrame() can happen after the canvas or surface is destroyed, handle it gracefully Change-Id: Ibbbbdbfa77fa2134bd2abc215ca1a0886d706969
* | | | | Merge "Implement loadSystemProperties"John Reck2014-05-062-0/+14
|\ \ \ \ \
| * | | | | Implement loadSystemPropertiesJohn Reck2014-05-052-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 14087580 Change-Id: I7153f38c70b554a78c56a0e794da929fc401ee7a
* | | | | | am 3cb74d21: am 5d8343b8: am a85db5ab: Merge "libhwui: Handle the ↵Chris Craik2014-05-051-20/+24
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | | | | | | | | | | | | blurImage() implement once RS::init fail" * commit '3cb74d21b2ac2427e805f72a113e8d7a2cc460f3': libhwui: Handle the blurImage() implement once RS::init fail
| * | | | am 5d8343b8: am a85db5ab: Merge "libhwui: Handle the blurImage() implement ↵Chris Craik2014-05-051-20/+24
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | once RS::init fail" * commit '5d8343b8e27e766b5bfaaed2f9b1952c0d15da8d': libhwui: Handle the blurImage() implement once RS::init fail
| | * | | am a85db5ab: Merge "libhwui: Handle the blurImage() implement once RS::init ↵Chris Craik2014-05-051-20/+24
| | |\ \ \ | | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | fail" * commit 'a85db5ab785c59726c3644999801e48f449714f3': libhwui: Handle the blurImage() implement once RS::init fail
| | | * | Merge "libhwui: Handle the blurImage() implement once RS::init fail"Chris Craik2014-05-051-20/+24
| | | |\ \
| | | | * | libhwui: Handle the blurImage() implement once RS::init failLu, Shenghua2014-04-251-20/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Once the RS::init failed, go through the original single thread path, this will avoid blocking the main thread(ANR), but we also should have some implement in RenderScript component. Change-Id: I3a21395ffd5bc144c15254893f425b1dd2643ba4 Signed-off-by: Shenghua Lu <shenghua.lu@intel.com> Signed-off-by: Shuo Gao <shuo.gao@intel.com>