OSDN Git Service

android-x86/frameworks-native.git
8 years agoMerge changes from topic \'seamless-rotation\' into nyc-mr1-dev
Robert Carr [Wed, 22 Jun 2016 17:49:18 +0000 (17:49 +0000)]
Merge changes from topic \'seamless-rotation\' into nyc-mr1-dev
am: 4bfbe1f7ef

Change-Id: I05be2795f7b09b92f79627f991c01d7e32840121

8 years agoMerge changes from topic 'seamless-rotation' into nyc-mr1-dev
TreeHugger Robot [Wed, 22 Jun 2016 17:40:46 +0000 (17:40 +0000)]
Merge changes from topic 'seamless-rotation' into nyc-mr1-dev

* changes:
  Reset mFreezePositionUpdates earlier.
  SurfaceControl: Add getTransformToDisplayInverse
  Change setPositionAppliesWithResize to apply to all geometry.

8 years agoMerge \"Attach profiles to bug reports\" into nyc-mr1-dev
David Brazdil [Wed, 22 Jun 2016 16:43:39 +0000 (16:43 +0000)]
Merge \"Attach profiles to bug reports\" into nyc-mr1-dev
am: 4d6b7221ff

Change-Id: Ic239723d7a5c63047538c56d93e30e1e9d2d8450

8 years agoMerge "Attach profiles to bug reports" into nyc-mr1-dev
David Brazdil [Wed, 22 Jun 2016 16:38:43 +0000 (16:38 +0000)]
Merge "Attach profiles to bug reports" into nyc-mr1-dev

8 years agoMerge \"gralloc1: Add mutexes\" into nyc-mr1-dev
Dan Stoza [Wed, 22 Jun 2016 01:13:45 +0000 (01:13 +0000)]
Merge \"gralloc1: Add mutexes\" into nyc-mr1-dev
am: 09c53ae0da

Change-Id: I73ff20c45bb54f1a33605062603da5a0bc6b83aa

8 years agoMerge "gralloc1: Add mutexes" into nyc-mr1-dev
TreeHugger Robot [Wed, 22 Jun 2016 01:08:26 +0000 (01:08 +0000)]
Merge "gralloc1: Add mutexes" into nyc-mr1-dev

8 years agoHWC2: Don\'t set null handle for client layers
Dan Stoza [Wed, 22 Jun 2016 00:41:49 +0000 (00:41 +0000)]
HWC2: Don\'t set null handle for client layers
am: e24da966b1

Change-Id: Ib572bf53756351bce11a20c28dca2362c7433562

8 years agoReset mFreezePositionUpdates earlier.
Robert Carr [Tue, 21 Jun 2016 04:49:49 +0000 (21:49 -0700)]
Reset mFreezePositionUpdates earlier.

We are resetting mFreezePositionUpdates
too late, in the case that the state changes during
latch buffer, we will return to recompute the visible regions
before updating mActiveBuffer.

Bug: 28823590
Change-Id: I17afc32d55d092ea0814b560846b922dd9e24c43

8 years agoSurfaceControl: Add getTransformToDisplayInverse
Robert Carr [Mon, 20 Jun 2016 18:55:28 +0000 (11:55 -0700)]
SurfaceControl: Add getTransformToDisplayInverse

For seamless rotation, the window manager needs
access to this flag, as it will apply the inverse
display transform itself to all other windows.

Bug: 28823590
Change-Id: Ifeee1078a9cb4cd01c8052570c137c6228b2f13d

8 years agoChange setPositionAppliesWithResize to apply to all geometry.
Robert Carr [Thu, 16 Jun 2016 22:18:02 +0000 (15:18 -0700)]
Change setPositionAppliesWithResize to apply to all geometry.

To support seamless rotation, change setPositionAppliesWithResize
to also include the crop. As the transformation matrix is already
frozen during resize, this enables the window manager to set the
total geometry state before and after resize in a race free fashion.

Bug: 28823590
Change-Id: I3f8f0e162b7ef4e9403c1220c7e4191b3ef30526

8 years agogralloc1: Add mutexes
Dan Stoza [Tue, 21 Jun 2016 23:22:06 +0000 (16:22 -0700)]
gralloc1: Add mutexes

Adds mutexes to protect both the buffer list and the descriptor list
from concurrent access

Bug: 29420918
Change-Id: I4d14353ceb167276570c56c9f92d48b28b2d4c53

8 years agoHWC2: Don't set null handle for client layers
Dan Stoza [Tue, 21 Jun 2016 22:02:23 +0000 (15:02 -0700)]
HWC2: Don't set null handle for client layers

Removes the code that explicitly set a null buffer handle for client
layers.

Bug: 29463310
Change-Id: I570e6041ba72d64971bb6c364e8e7b6f84eeff08

8 years agoHWC2: Hook up to BoardConfig variable
Dan Stoza [Tue, 21 Jun 2016 19:15:21 +0000 (19:15 +0000)]
HWC2: Hook up to BoardConfig variable
am: f9d7e1a0aa

Change-Id: If27dd2b17bdd5ab596ef4eba413993987edfc913

8 years agoHWC2: Hook up to BoardConfig variable
Dan Stoza [Tue, 21 Jun 2016 17:00:37 +0000 (10:00 -0700)]
HWC2: Hook up to BoardConfig variable

Uses TARGET_USES_HWC2 to enable the HWC2 code path in SurfaceFlinger

Bug: 27211042
Change-Id: I7b7e3e3f7a918e74df0be27418196c81b4332564

8 years agoMerge \"HWC2: Skip validate/present if display is off\" into nyc-mr1-dev
Dan Stoza [Mon, 20 Jun 2016 17:25:16 +0000 (17:25 +0000)]
Merge \"HWC2: Skip validate/present if display is off\" into nyc-mr1-dev
am: 9409a53b45

Change-Id: I6f5226370c58c5f1304ab1b46f1c7753bcc11fda

8 years agoMerge \\"SensorList: Don\\'t output UUIDs\\" into nyc-dev am: a0c08e2f8f
Greg Kaiser [Mon, 20 Jun 2016 17:25:16 +0000 (17:25 +0000)]
Merge \\"SensorList: Don\\'t output UUIDs\\" into nyc-dev am: a0c08e2f8f
am: 1b02d14df3

Change-Id: I5056da207f69d483e938f06443b1fe250195dc8b

8 years agoMerge \\"SensorList: Don\\'t output UUIDs\\" into nyc-dev am: a0c08e2f8f
Greg Kaiser [Mon, 20 Jun 2016 17:24:41 +0000 (17:24 +0000)]
Merge \\"SensorList: Don\\'t output UUIDs\\" into nyc-dev am: a0c08e2f8f
am: 86290abb3c

Change-Id: Ia3101a780fc49fd15ed365f08e31d2c7b642018e

8 years agoMerge "HWC2: Skip validate/present if display is off" into nyc-mr1-dev
Dan Stoza [Mon, 20 Jun 2016 17:23:50 +0000 (17:23 +0000)]
Merge "HWC2: Skip validate/present if display is off" into nyc-mr1-dev

8 years agoMerge \"SensorList: Don\'t output UUIDs\" into nyc-dev
Greg Kaiser [Mon, 20 Jun 2016 17:22:10 +0000 (17:22 +0000)]
Merge \"SensorList: Don\'t output UUIDs\" into nyc-dev
am: a0c08e2f8f

Change-Id: I867a9d0636c7617c84abc996e7ff62e733b27e11

8 years agoMerge \"SensorList: Don\'t output UUIDs\" into nyc-dev
Greg Kaiser [Mon, 20 Jun 2016 17:21:41 +0000 (17:21 +0000)]
Merge \"SensorList: Don\'t output UUIDs\" into nyc-dev
am: a0c08e2f8f

Change-Id: Ia791bb67a2351f68da06e0ddc35c224677e4cead

8 years agoMerge "SensorList: Don't output UUIDs" into nyc-dev
Greg Kaiser [Mon, 20 Jun 2016 16:24:51 +0000 (16:24 +0000)]
Merge "SensorList: Don't output UUIDs" into nyc-dev

8 years agoAttach profiles to bug reports
David Brazdil [Fri, 3 Jun 2016 13:40:44 +0000 (14:40 +0100)]
Attach profiles to bug reports

Includes the entire '/data/misc/profiles' folder in the bug report
ZIP file if not user build.

Bug: 28610953
Change-Id: I99d46f024e5557cf94e6045a51c46a605a00c52b

8 years agoMerge \\"BufferQueueProducer: Signal consumer when a buffer is detached\\" into nyc...
Eino-Ville Talvala [Sat, 18 Jun 2016 08:33:46 +0000 (08:33 +0000)]
Merge \\"BufferQueueProducer: Signal consumer when a buffer is detached\\" into nyc-dev am: 51ed38bb13
am: e38b57e2d4

Change-Id: I4becf0c88eaad29f3232b213f34744e0ada52587

8 years agoMerge \"BufferQueueProducer: Signal consumer when a buffer is detached\" into nyc-dev
Eino-Ville Talvala [Sat, 18 Jun 2016 08:28:41 +0000 (08:28 +0000)]
Merge \"BufferQueueProducer: Signal consumer when a buffer is detached\" into nyc-dev
am: 51ed38bb13

Change-Id: I7f901c66dd9e2f62bdc15c8b768f27003aa46611

8 years agoMerge \\"BufferQueueProducer: Signal consumer when a buffer is detached\\" into nyc...
Eino-Ville Talvala [Sat, 18 Jun 2016 06:02:21 +0000 (06:02 +0000)]
Merge \\"BufferQueueProducer: Signal consumer when a buffer is detached\\" into nyc-dev am: 51ed38bb13
am: 36ad49c4b2

Change-Id: Iacd73306f490f18cd657eec9c018324e19d80542

8 years agoMerge \"BufferQueueProducer: Signal consumer when a buffer is detached\" into nyc-dev
Eino-Ville Talvala [Sat, 18 Jun 2016 02:18:21 +0000 (02:18 +0000)]
Merge \"BufferQueueProducer: Signal consumer when a buffer is detached\" into nyc-dev
am: 51ed38bb13

Change-Id: I9adb021022e1ed4b1a5b74eaa59cc88c5de475a6

8 years agoMerge "BufferQueueProducer: Signal consumer when a buffer is detached" into nyc-dev
Eino-Ville Talvala [Sat, 18 Jun 2016 02:10:11 +0000 (02:10 +0000)]
Merge "BufferQueueProducer: Signal consumer when a buffer is detached" into nyc-dev

8 years agovulkan: Updated IHV documentation am: c2f184d9d8
Jesse Hall [Sat, 18 Jun 2016 01:59:12 +0000 (01:59 +0000)]
vulkan: Updated IHV documentation am: c2f184d9d8
am: 91d8f9f538

Change-Id: Ia3b438e1ecb35b7f0254520976ffa9d0ffdcc9b6

8 years agovulkan: Updated IHV documentation
Jesse Hall [Sat, 18 Jun 2016 01:56:55 +0000 (01:56 +0000)]
vulkan: Updated IHV documentation
am: c2f184d9d8

Change-Id: I4ca9873ec84e5e02e6bb5e303dbce4604cd43e6f

8 years agoSensorList: Don't output UUIDs
Greg Kaiser [Fri, 17 Jun 2016 22:27:12 +0000 (15:27 -0700)]
SensorList: Don't output UUIDs

We don't want the UUIDs of dynamic sensors to be in the logs.

Bug:28775590
Change-Id: I85ca83e0ad1a0a8ed6618999bd22d86d7ef972f9

8 years agovulkan: Updated IHV documentation am: c2f184d9d8
Jesse Hall [Fri, 17 Jun 2016 21:07:55 +0000 (21:07 +0000)]
vulkan: Updated IHV documentation am: c2f184d9d8
am: 67d1e80058

Change-Id: I72ea0edc054763d4c96bedbd3abd2e161601dd6d

8 years agovulkan: Updated IHV documentation
Jesse Hall [Fri, 17 Jun 2016 21:05:17 +0000 (21:05 +0000)]
vulkan: Updated IHV documentation
am: c2f184d9d8

Change-Id: I61d568218cedd32e7deb514fd092d7d424f26218

8 years agovulkan: Updated IHV documentation
Jesse Hall [Fri, 17 Jun 2016 20:54:53 +0000 (13:54 -0700)]
vulkan: Updated IHV documentation

Also deleted DevelopersGuide.pdf, which was very out of date and has
been superceded by public documentation on developer.android.com.

Change-Id: I7e47177191a773eea6db3ee2af0a287877cb8532

8 years agoHWC2: Skip validate/present if display is off
Dan Stoza [Fri, 17 Jun 2016 18:29:01 +0000 (11:29 -0700)]
HWC2: Skip validate/present if display is off

Adds checks to ensure that the display is still on before attempting
to call into prepareFrame/commit (which in turn call into
validate/present).

Bug: 28596387
Change-Id: Iad87f02c3e44e86db43a15c258ee66b0cde14faa

8 years agoMerge \"Rename problematic entries.\" into nyc-mr1-dev
Felipe Leme [Fri, 17 Jun 2016 06:41:00 +0000 (06:41 +0000)]
Merge \"Rename problematic entries.\" into nyc-mr1-dev
am: b892b69e29

Change-Id: I8e39dac689f96593daa190c526079770fc2469aa

8 years agoMerge "Rename problematic entries." into nyc-mr1-dev
TreeHugger Robot [Fri, 17 Jun 2016 06:34:39 +0000 (06:34 +0000)]
Merge "Rename problematic entries." into nyc-mr1-dev

8 years agoRename problematic entries.
Felipe Leme [Thu, 16 Jun 2016 17:55:26 +0000 (10:55 -0700)]
Rename problematic entries.

Zip entries with extensions such as .jar could cause the zip file to be
rejected as an attachment by some email providers. To circunvent such
issue, they will renamed with a '.renamed' suffix.

BUG: 28610953
BUG: 29395357
Change-Id: I9718821a53fdf0ce4f00ed360eddbf7fb4ca1cd6

8 years agoMerge \"HWC2On1Adapter: populateCapabilities: fix virtual display query\" into nyc...
Fred Fettinger [Thu, 16 Jun 2016 17:29:29 +0000 (17:29 +0000)]
Merge \"HWC2On1Adapter: populateCapabilities: fix virtual display query\" into nyc-mr1-dev
am: 91476a0c20

Change-Id: Ic1806500ba732a756ea1f95b0fc023b544c39ecc

8 years agoMerge "HWC2On1Adapter: populateCapabilities: fix virtual display query" into nyc...
Dan Stoza [Thu, 16 Jun 2016 17:21:47 +0000 (17:21 +0000)]
Merge "HWC2On1Adapter: populateCapabilities: fix virtual display query" into nyc-mr1-dev

8 years agoMerge \\"Revert \\"Attach profiles to bug reports\\"\\" into nyc-dev am: ea1aa91a25
David Brazdil [Thu, 16 Jun 2016 13:29:13 +0000 (13:29 +0000)]
Merge \\"Revert \\"Attach profiles to bug reports\\"\\" into nyc-dev am: ea1aa91a25
am: 720c767e9c

Change-Id: Ie9e346c150715454c624162633e245bf9d4ac1ec

8 years agoMerge \\"Revert \\"Attach profiles to bug reports\\"\\" into nyc-dev am: ea1aa91a25
David Brazdil [Thu, 16 Jun 2016 13:26:42 +0000 (13:26 +0000)]
Merge \\"Revert \\"Attach profiles to bug reports\\"\\" into nyc-dev am: ea1aa91a25
am: 393850d7b6

Change-Id: I3d069ed7870ed99c2380a6282d012151a970ce2f

8 years agoMerge \"Revert \"Attach profiles to bug reports\"\" into nyc-dev
David Brazdil [Thu, 16 Jun 2016 13:26:38 +0000 (13:26 +0000)]
Merge \"Revert \"Attach profiles to bug reports\"\" into nyc-dev
am: ea1aa91a25

Change-Id: I549f25a1e2bc90ff326a4d218cae5d2ea58571f3

8 years agoMerge \"Revert \"Attach profiles to bug reports\"\" into nyc-dev
David Brazdil [Thu, 16 Jun 2016 13:24:01 +0000 (13:24 +0000)]
Merge \"Revert \"Attach profiles to bug reports\"\" into nyc-dev
am: ea1aa91a25

Change-Id: I736c406da5b866b712c02315a787019ad307c109

8 years agoMerge "Revert "Attach profiles to bug reports"" into nyc-dev
David Brazdil [Thu, 16 Jun 2016 13:11:05 +0000 (13:11 +0000)]
Merge "Revert "Attach profiles to bug reports"" into nyc-dev

8 years agoRevert "Attach profiles to bug reports"
David Brazdil [Thu, 16 Jun 2016 09:11:31 +0000 (09:11 +0000)]
Revert "Attach profiles to bug reports"

This reverts commit 0faf2b870f934c1cdd883d29642fd84da3b352e2.

Bug: 28610953
Bug: 29395357
Change-Id: I609fe344dfc61311e37b91b48480d9392764a598

8 years agoHWC2On1Adapter: populateCapabilities: fix virtual display query
Fred Fettinger [Tue, 14 Jun 2016 22:53:10 +0000 (17:53 -0500)]
HWC2On1Adapter: populateCapabilities: fix virtual display query

To determine whether a HWComposer implementation supports virtual
displays, HWC2On1Adapter::populateCapabilities() calls
query(HWC_DISPLAY_TYPES_SUPPORTED). However, it incorrectly uses
HWC_DISPLAY_VIRTUAL instead of HWC_DISPLAY_VIRTUAL_BIT. Update the
check to use the correct bitmask.

Change-Id: I1ad95d5222a0353816ee65936cf033e5244c80cc

8 years agoMerge \\\"No need for dumpstate to explicitly reference \\\'toybox\\\'...\\\" am...
Elliott Hughes [Wed, 15 Jun 2016 16:42:29 +0000 (16:42 +0000)]
Merge \\\"No need for dumpstate to explicitly reference \\\'toybox\\\'...\\\" am: c1c06a7d6b am: b660711d76
am: e44ded8bb4

Change-Id: I374f2c5d85af0a6f5a5c82906daa19f1c1624620

8 years agoMerge \\"No need for dumpstate to explicitly reference \\'toybox\\'...\\" am: c1c06a7d6b
Elliott Hughes [Wed, 15 Jun 2016 16:37:43 +0000 (16:37 +0000)]
Merge \\"No need for dumpstate to explicitly reference \\'toybox\\'...\\" am: c1c06a7d6b
am: b660711d76

Change-Id: I09b62f9faa6c72e804a9c3199b518cd3c5edb676

8 years agoMerge \"No need for dumpstate to explicitly reference \'toybox\'...\"
Elliott Hughes [Wed, 15 Jun 2016 16:33:42 +0000 (16:33 +0000)]
Merge \"No need for dumpstate to explicitly reference \'toybox\'...\"
am: c1c06a7d6b

Change-Id: Icb2f2ba9cd42e7f3c209d2f7b9e14ec8443a9a16

8 years agoMerge "No need for dumpstate to explicitly reference 'toybox'..."
Treehugger Robot [Wed, 15 Jun 2016 16:29:53 +0000 (16:29 +0000)]
Merge "No need for dumpstate to explicitly reference 'toybox'..."

8 years agoNo need for dumpstate to explicitly reference 'toybox'...
Elliott Hughes [Tue, 14 Jun 2016 20:56:00 +0000 (13:56 -0700)]
No need for dumpstate to explicitly reference 'toybox'...

...now we've switched the symlinks over to the toybox implementations.

Change-Id: I6301e3bc8de7210bf111889ee3b014802aecf15c

8 years agoMerge \"Fix typo in dump cmd line.\" into nyc-mr1-dev
Junda Liu [Tue, 14 Jun 2016 20:55:04 +0000 (20:55 +0000)]
Merge \"Fix typo in dump cmd line.\" into nyc-mr1-dev
am: aa0afd0a01

Change-Id: I97b497de7063cf9d1c764bc83d5444dd6f2e3158

8 years agoMerge "Fix typo in dump cmd line." into nyc-mr1-dev
Junda Liu [Tue, 14 Jun 2016 20:10:30 +0000 (20:10 +0000)]
Merge "Fix typo in dump cmd line." into nyc-mr1-dev

8 years agoMerge changes from topic \'gralloc1\' into nyc-mr1-dev
Dan Stoza [Tue, 14 Jun 2016 20:04:03 +0000 (20:04 +0000)]
Merge changes from topic \'gralloc1\' into nyc-mr1-dev
am: 4e36f6e29b

Change-Id: Iea435085178ff536f9294c59a885687793241d75

8 years agoMerge changes from topic 'gralloc1' into nyc-mr1-dev
Dan Stoza [Tue, 14 Jun 2016 19:59:37 +0000 (19:59 +0000)]
Merge changes from topic 'gralloc1' into nyc-mr1-dev

* changes:
  libui: Convert Allocator and Mapper to gralloc1
  libui: Adds C++ shim for gralloc1
  libui: Add Gralloc1On0Adapter

8 years agoFix typo in dump cmd line.
Junda Liu [Tue, 14 Jun 2016 07:09:10 +0000 (00:09 -0700)]
Fix typo in dump cmd line.

Bug: b/29342758
Change-Id: Ic9ac15a2ade08a2cd21721721af357aa75a35ca5

8 years agoMerge \"resolve merge conflicts of 4931fb2 to nyc-mr1-dev-plus-aosp\" into nyc-dev...
Craig Donner [Tue, 14 Jun 2016 03:59:35 +0000 (03:59 +0000)]
Merge \"resolve merge conflicts of 4931fb2 to nyc-mr1-dev-plus-aosp\" into nyc-dev-plus-aosp
am: 3756a8350b

Change-Id: I1f2a82f3064d5ad228b33f4d0de947664eea59ad

8 years agoMerge "resolve merge conflicts of 4931fb2 to nyc-mr1-dev-plus-aosp" into nyc-dev...
Craig Donner [Tue, 14 Jun 2016 03:55:26 +0000 (03:55 +0000)]
Merge "resolve merge conflicts of 4931fb2 to nyc-mr1-dev-plus-aosp" into nyc-dev-plus-aosp

8 years agoMerge "resolve merge conflicts of 4931fb2 to nyc-mr1-dev-plus-aosp" into nyc-mr1...
Craig Donner [Tue, 14 Jun 2016 03:55:26 +0000 (03:55 +0000)]
Merge "resolve merge conflicts of 4931fb2 to nyc-mr1-dev-plus-aosp" into nyc-mr1-dev-plus-aosp

8 years agoMerge \\\"Move dumpstate over to toybox top.\\\" am: f5e4ac0338 am: 0498cc9683
Elliott Hughes [Tue, 14 Jun 2016 01:43:01 +0000 (01:43 +0000)]
Merge \\\"Move dumpstate over to toybox top.\\\" am: f5e4ac0338 am: 0498cc9683
am: 41a67e15dd

Change-Id: Ife4326923f368479844b3067250163c85c2cafd7

8 years agoMerge \\"Move dumpstate over to toybox top.\\" am: f5e4ac0338
Elliott Hughes [Tue, 14 Jun 2016 01:38:37 +0000 (01:38 +0000)]
Merge \\"Move dumpstate over to toybox top.\\" am: f5e4ac0338
am: 0498cc9683

Change-Id: Ie747d812296798d74d61bba4f9092ba0585b415d

8 years agoMerge \"Move dumpstate over to toybox top.\"
Elliott Hughes [Tue, 14 Jun 2016 01:33:47 +0000 (01:33 +0000)]
Merge \"Move dumpstate over to toybox top.\"
am: f5e4ac0338

Change-Id: Ib6fb7d2c0b7f5507b02dcd160cb0a24ab8ac1558

8 years agoMerge "Move dumpstate over to toybox top."
Treehugger Robot [Tue, 14 Jun 2016 01:29:49 +0000 (01:29 +0000)]
Merge "Move dumpstate over to toybox top."

8 years agoresolve merge conflicts of 4931fb2 to nyc-mr1-dev-plus-aosp
Craig Donner [Tue, 14 Jun 2016 00:56:45 +0000 (17:56 -0700)]
resolve merge conflicts of 4931fb2 to nyc-mr1-dev-plus-aosp

Change-Id: I5c46d161af4c4d6b6fcec6705f2d9c7dccc41fc2

8 years agoresolve merge conflicts of 4931fb2 to nyc-mr1-dev-plus-aosp
Craig Donner [Tue, 14 Jun 2016 00:45:06 +0000 (17:45 -0700)]
resolve merge conflicts of 4931fb2 to nyc-mr1-dev-plus-aosp

Change-Id: Ic490104e9b7f01df5ea6404b3b5bab733fa46812

8 years agoMove dumpstate over to toybox top.
Elliott Hughes [Tue, 14 Jun 2016 00:35:07 +0000 (17:35 -0700)]
Move dumpstate over to toybox top.

Change-Id: I3715b0d217aaf263687d6cab24ca470caf7c70a0

8 years agoMerge \"Revert \"GLConsumer: add build-time disable of gpu protected content\"\"...
Craig Donner [Mon, 13 Jun 2016 23:25:23 +0000 (23:25 +0000)]
Merge \"Revert \"GLConsumer: add build-time disable of gpu protected content\"\" into nyc-dev
am: e1e1e75173

Change-Id: Iea28323a8e7bd2333d396b70703ac4b1a99b1911

8 years agoMerge "Revert "GLConsumer: add build-time disable of gpu protected content"" into...
Craig Donner [Mon, 13 Jun 2016 23:13:02 +0000 (23:13 +0000)]
Merge "Revert "GLConsumer: add build-time disable of gpu protected content"" into nyc-dev

8 years agoSF: Fix HWC2 build break
Pablo Ceballos [Mon, 13 Jun 2016 23:02:54 +0000 (23:02 +0000)]
SF: Fix HWC2 build break
am: 8fc10c310e

Change-Id: Iadbd3566cc92c4a46af51ce04b6b4657ba7c1dba

8 years agoRevert "GLConsumer: add build-time disable of gpu protected content"
Craig Donner [Mon, 13 Jun 2016 22:14:15 +0000 (22:14 +0000)]
Revert "GLConsumer: add build-time disable of gpu protected content"

This reverts commit dea97b7aa2b5cfbb7d42f30bcbf86a01778b609b.

Bug: 28545166

Change-Id: I4b069e14c2b99e190ebdea6df1ed83827ffe17b6

8 years agolibui: Convert Allocator and Mapper to gralloc1
Dan Stoza [Thu, 2 Jun 2016 01:21:44 +0000 (18:21 -0700)]
libui: Convert Allocator and Mapper to gralloc1

Converts GraphicBufferAllocator and GraphicBufferMapper to speak
gralloc 1.0 (via the C++ shim and optionally the 1On0 adapter) instead
of gralloc 0.x.

Bug: 28401203
Change-Id: Ie1649f0ee72801579be2c2d3c47177b52962a825

8 years agolibui: Adds C++ shim for gralloc1
Dan Stoza [Fri, 20 May 2016 19:14:37 +0000 (12:14 -0700)]
libui: Adds C++ shim for gralloc1

Adds a C++ shim which wraps a gralloc1 device and provides a somewhat
nicer interface to the rest of the system.

Bug: 28401203
Change-Id: I934ed41999bd4b9aa04d9ad8d40e7f8fba6f30ee

8 years agolibui: Add Gralloc1On0Adapter
Dan Stoza [Mon, 11 Jan 2016 23:21:07 +0000 (15:21 -0800)]
libui: Add Gralloc1On0Adapter

Adds an adapter which provides the gralloc1 interface on top of a
gralloc 0.x device.

Bug: 28401203
Change-Id: I0eeafc998b56e2e2fc39de6fad41e3ed2e19658a

8 years agoSF: Fix HWC2 build break
Pablo Ceballos [Mon, 13 Jun 2016 20:21:41 +0000 (13:21 -0700)]
SF: Fix HWC2 build break

Bug 29330291

Change-Id: Ifd9993ac0321c7436a17c3e64925d415ec993003

8 years agoMerge \\"Fixed file descriptor leak in IMemory\\" into nyc-dev am: a13a22649b
Amith Yamasani [Mon, 13 Jun 2016 19:06:07 +0000 (19:06 +0000)]
Merge \\"Fixed file descriptor leak in IMemory\\" into nyc-dev am: a13a22649b
am: 1f62b9459e

Change-Id: Iba8b981de6a691eaf3556e3c51a18ac5b6795b4b

8 years agoAdd FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de am: 67105cc24d am...
Pablo Ceballos [Mon, 13 Jun 2016 19:06:07 +0000 (19:06 +0000)]
Add FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de am: 67105cc24d am: b990d75315 am: a1952f0a6d am: 81d678cf18 am: ed968dc61c am: d1d1d4e922 am: 324b700b4b
am: 9bcbc8c860

Change-Id: I98fb98f6c78cd9159ad9967493a33f683c8bcaea

8 years agoMerge \\"Fixed file descriptor leak in IMemory\\" into nyc-dev am: a13a22649b
Amith Yamasani [Mon, 13 Jun 2016 18:46:27 +0000 (18:46 +0000)]
Merge \\"Fixed file descriptor leak in IMemory\\" into nyc-dev am: a13a22649b
am: a2db19c4cb

Change-Id: I273e03d7d32b2e4456ef2ce98e30cb047fb2532a

8 years agoAdd FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de am: 67105cc24d am...
Pablo Ceballos [Mon, 13 Jun 2016 18:46:26 +0000 (18:46 +0000)]
Add FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de am: 67105cc24d am: b990d75315 am: a1952f0a6d am: 81d678cf18 am: ed968dc61c am: d1d1d4e922 am: 324b700b4b
am: 88c878d3cc

Change-Id: I33024d00d0da76b7ad35a0d8e3a9e47823f9b188

8 years agoMerge \"Fixed file descriptor leak in IMemory\" into nyc-dev
John Eckerdal [Mon, 13 Jun 2016 18:44:38 +0000 (18:44 +0000)]
Merge \"Fixed file descriptor leak in IMemory\" into nyc-dev
am: a13a22649b

Change-Id: I8ab67bafd9c9031924cfb7cf3b2c07a7dce45795

8 years agoAdd FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de am: 67105cc24d am...
Pablo Ceballos [Mon, 13 Jun 2016 18:44:34 +0000 (18:44 +0000)]
Add FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de am: 67105cc24d am: b990d75315 am: a1952f0a6d am: 81d678cf18 am: ed968dc61c am: d1d1d4e922
am: 324b700b4b

Change-Id: I751236776c28d33cdb45d6ad4efe8a653e044fa5

8 years agoMerge \"Fixed file descriptor leak in IMemory\" into nyc-dev
John Eckerdal [Mon, 13 Jun 2016 18:42:08 +0000 (18:42 +0000)]
Merge \"Fixed file descriptor leak in IMemory\" into nyc-dev
am: a13a22649b

Change-Id: Id692c99cbe9274e51f6d65cb38b3e0a7293e7518

8 years agoMerge "Fixed file descriptor leak in IMemory" into nyc-dev
Amith Yamasani [Mon, 13 Jun 2016 18:37:40 +0000 (18:37 +0000)]
Merge "Fixed file descriptor leak in IMemory" into nyc-dev

8 years agoAdd FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de am: 67105cc24d am...
Pablo Ceballos [Mon, 13 Jun 2016 18:35:52 +0000 (18:35 +0000)]
Add FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de am: 67105cc24d am: b990d75315 am: a1952f0a6d am: 81d678cf18 am: ed968dc61c am: d1d1d4e922
am: 324b700b4b

Change-Id: I9654230b1817fa5bd16ab995d53ffbad3f25d68f

8 years agoAdd FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de am: 67105cc24d am...
Pablo Ceballos [Mon, 13 Jun 2016 18:26:04 +0000 (18:26 +0000)]
Add FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de am: 67105cc24d am: b990d75315 am: a1952f0a6d am: 81d678cf18 am: ed968dc61c
am: d1d1d4e922

Change-Id: I581c4df5e3866e8a2326830e6b9e6ca2ffb3bf1c

8 years agoAdd FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de am: 67105cc24d am...
Pablo Ceballos [Mon, 13 Jun 2016 18:22:14 +0000 (18:22 +0000)]
Add FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de am: 67105cc24d am: b990d75315 am: a1952f0a6d am: 81d678cf18
am: ed968dc61c

Change-Id: Id30d35b89c46fda89990bed6acf932240bdb6890

8 years agoAdd FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de am: 67105cc24d am...
Pablo Ceballos [Mon, 13 Jun 2016 18:18:09 +0000 (18:18 +0000)]
Add FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de am: 67105cc24d am: b990d75315 am: a1952f0a6d
am: 81d678cf18

Change-Id: I24f1e2594fdbd2022a534332009cad9564becd54

8 years agoAdd FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de am: 67105cc24d am...
Pablo Ceballos [Mon, 13 Jun 2016 18:13:16 +0000 (18:13 +0000)]
Add FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de am: 67105cc24d am: b990d75315
am: a1952f0a6d

Change-Id: Icc23cc2a483b13c6ac2134008d553574fffe06f4

8 years agoAdd FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de am: 67105cc24d
Pablo Ceballos [Mon, 13 Jun 2016 18:09:20 +0000 (18:09 +0000)]
Add FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de am: 67105cc24d
am: b990d75315

Change-Id: Ibc0caec8dc613a6701791f1a633f3793522615af

8 years agoAdd FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de
Pablo Ceballos [Mon, 13 Jun 2016 18:04:17 +0000 (18:04 +0000)]
Add FrameStats default constructor am: 9a8c42a72b am: 8cd7d257de
am: 67105cc24d

Change-Id: Icf85c944e561763b0a9c353f84d614a992168c20

8 years agoAdd FrameStats default constructor am: 9a8c42a72b
Pablo Ceballos [Mon, 13 Jun 2016 18:00:25 +0000 (18:00 +0000)]
Add FrameStats default constructor am: 9a8c42a72b
am: 8cd7d257de

Change-Id: Ic0df6b15e28ac2acda566fa7f30c9460d36f2a00

8 years agoMerge \"Read gsm.version.baseband for radio version.\" into nyc-mr1-dev
Junda Liu [Mon, 13 Jun 2016 18:00:24 +0000 (18:00 +0000)]
Merge \"Read gsm.version.baseband for radio version.\" into nyc-mr1-dev
am: 52a92e9d71

Change-Id: I748b8fddf2bc99702088ae8874cb6bdab7b7e38b

8 years agoAdd FrameStats default constructor
Pablo Ceballos [Mon, 13 Jun 2016 17:56:06 +0000 (17:56 +0000)]
Add FrameStats default constructor
am: 9a8c42a72b

Change-Id: Ib78d68c71438391711ea3b91102408d5ad0b966b

8 years agoMerge "Read gsm.version.baseband for radio version." into nyc-mr1-dev
TreeHugger Robot [Mon, 13 Jun 2016 17:52:55 +0000 (17:52 +0000)]
Merge "Read gsm.version.baseband for radio version." into nyc-mr1-dev

8 years agoMerge \"Otapreopt: Send progress updates to update_engine\" into nyc-mr1-dev
Andreas Gampe [Mon, 13 Jun 2016 16:58:14 +0000 (16:58 +0000)]
Merge \"Otapreopt: Send progress updates to update_engine\" into nyc-mr1-dev
am: 62f2016b12

Change-Id: I64f3c3ee44b30b0c1dc7e60e7bb0a6a3af3b9a3f

8 years agoMerge \\"Fix assignment of 565 format when creating native client buffers.\\" into...
Craig Donner [Mon, 13 Jun 2016 16:58:13 +0000 (16:58 +0000)]
Merge \\"Fix assignment of 565 format when creating native client buffers.\\" into nyc-dev am: 518e336d3f
am: 4c119fc0d5

Change-Id: I7a1e6e525f38bf782bf475e739cc93d004e3989f

8 years agoMerge \\"Fix assignment of 565 format when creating native client buffers.\\" into...
Craig Donner [Mon, 13 Jun 2016 16:53:21 +0000 (16:53 +0000)]
Merge \\"Fix assignment of 565 format when creating native client buffers.\\" into nyc-dev am: 518e336d3f
am: 55f13007ef

Change-Id: Iab698e3da2b53570913cdbbc0b0504d4c7267ae4

8 years agoMerge "Otapreopt: Send progress updates to update_engine" into nyc-mr1-dev
TreeHugger Robot [Mon, 13 Jun 2016 16:52:17 +0000 (16:52 +0000)]
Merge "Otapreopt: Send progress updates to update_engine" into nyc-mr1-dev

8 years agoMerge \"Fix assignment of 565 format when creating native client buffers.\" into...
Craig Donner [Mon, 13 Jun 2016 16:49:25 +0000 (16:49 +0000)]
Merge \"Fix assignment of 565 format when creating native client buffers.\" into nyc-dev
am: 518e336d3f

Change-Id: Ib6d83268fed9c3bbd6e4819cb89c5381f0d3d0f8

8 years agoMerge \"Fix assignment of 565 format when creating native client buffers.\" into...
Craig Donner [Mon, 13 Jun 2016 16:49:25 +0000 (16:49 +0000)]
Merge \"Fix assignment of 565 format when creating native client buffers.\" into nyc-dev
am: 518e336d3f

Change-Id: I3ff59132bd91b02a62beddc78713e2cea7798db2

8 years agoMerge "Fix assignment of 565 format when creating native client buffers." into nyc-dev
Craig Donner [Mon, 13 Jun 2016 16:36:51 +0000 (16:36 +0000)]
Merge "Fix assignment of 565 format when creating native client buffers." into nyc-dev