OSDN Git Service

android-x86/frameworks-native.git
11 years agoam 95b9a0b6: am e835976d: Merge "Tone down a fatal assert" into jb-mr1-dev
Mathias Agopian [Fri, 5 Oct 2012 03:34:46 +0000 (20:34 -0700)]
am 95b9a0b6: am e835976d: Merge "Tone down a fatal assert" into jb-mr1-dev

* commit '95b9a0b688eab5a3c0c1fadb71e258e93e4c344c':
  Tone down a fatal assert

11 years agoam 9c58d96f: am 27b28fd9: Merge "Add GL Error logs (temporary)" into jb-mr1-dev
Chet Haase [Fri, 5 Oct 2012 03:34:36 +0000 (20:34 -0700)]
am 9c58d96f: am 27b28fd9: Merge "Add GL Error logs (temporary)" into jb-mr1-dev

* commit '9c58d96f0079e627004c606436df27fa97ff4c8e':
  Add GL Error logs (temporary)

11 years agoam dca9d135: am 3fbbd076: Fix broken CleanSpec.mk in libs/gui
Raph Levien [Fri, 5 Oct 2012 03:34:23 +0000 (20:34 -0700)]
am dca9d135: am 3fbbd076: Fix broken CleanSpec.mk in libs/gui

* commit 'dca9d13581d4d14701d8a207ed647c94ffb1778c':
  Fix broken CleanSpec.mk in libs/gui

11 years agoam e835976d: Merge "Tone down a fatal assert" into jb-mr1-dev
Mathias Agopian [Fri, 5 Oct 2012 03:26:52 +0000 (20:26 -0700)]
am e835976d: Merge "Tone down a fatal assert" into jb-mr1-dev

* commit 'e835976d285df80e261546bd4d016dadb45d906d':
  Tone down a fatal assert

11 years agoMerge "Tone down a fatal assert" into jb-mr1-dev
Mathias Agopian [Fri, 5 Oct 2012 03:24:17 +0000 (20:24 -0700)]
Merge "Tone down a fatal assert" into jb-mr1-dev

11 years agoam 27b28fd9: Merge "Add GL Error logs (temporary)" into jb-mr1-dev
Chet Haase [Fri, 5 Oct 2012 02:48:12 +0000 (19:48 -0700)]
am 27b28fd9: Merge "Add GL Error logs (temporary)" into jb-mr1-dev

* commit '27b28fd9960b73a1f13e22dd6655f75e2e76eef7':
  Add GL Error logs (temporary)

11 years agoMerge "Add GL Error logs (temporary)" into jb-mr1-dev
Chet Haase [Fri, 5 Oct 2012 02:45:16 +0000 (19:45 -0700)]
Merge "Add GL Error logs (temporary)" into jb-mr1-dev

11 years agoam 3fbbd076: Fix broken CleanSpec.mk in libs/gui
Raph Levien [Fri, 5 Oct 2012 02:37:42 +0000 (19:37 -0700)]
am 3fbbd076: Fix broken CleanSpec.mk in libs/gui

* commit '3fbbd076ad571810d9107ed870cfce2e8c062d10':
  Fix broken CleanSpec.mk in libs/gui

11 years agoTone down a fatal assert
Andy McFadden [Fri, 5 Oct 2012 02:09:45 +0000 (19:09 -0700)]
Tone down a fatal assert

The new disconnectDisplay function doesn't handle virtual displays,
but it may be called for them.  Return without doing anything.

Bug 7281786

Change-Id: I62607f2ae6073fa66b393f55932604aeb8e03566

11 years agoFix broken CleanSpec.mk in libs/gui
Raph Levien [Fri, 5 Oct 2012 02:00:45 +0000 (19:00 -0700)]
Fix broken CleanSpec.mk in libs/gui

The CleanSpec is missing parens, which causes $P to be interpreted as a
single variable, and the following printed to the log:

Clean step: rm -rf RODUCT_OUT/obj/SHARED_LIBRARIES/libgui_intermediates

This patch adds parens as needed.

Change-Id: I587998fa67a4884418c286360a577cdbb6ea9a21

11 years agoam 3b4e55c0: am 9a143922: Ignore display state changes for disconnected displays
Jesse Hall [Fri, 5 Oct 2012 01:01:50 +0000 (18:01 -0700)]
am 3b4e55c0: am 9a143922: Ignore display state changes for disconnected displays

* commit '3b4e55c0442322823898dd838cb50fe589e1e9d7':
  Ignore display state changes for disconnected displays

11 years agoam 9a143922: Ignore display state changes for disconnected displays
Jesse Hall [Fri, 5 Oct 2012 00:59:26 +0000 (17:59 -0700)]
am 9a143922: Ignore display state changes for disconnected displays

* commit '9a14392256354538f1f43a5e80fe46c2c2b965cb':
  Ignore display state changes for disconnected displays

11 years agoAdd GL Error logs (temporary)
Chet Haase [Fri, 5 Oct 2012 00:15:59 +0000 (17:15 -0700)]
Add GL Error logs (temporary)

Adding logs to tell which specific methods throw OpenGL errors.

Change-Id: I1d73c7566ed1ea6610392020411762c6255a0ede

11 years agoIgnore display state changes for disconnected displays
Jesse Hall [Thu, 4 Oct 2012 23:29:19 +0000 (16:29 -0700)]
Ignore display state changes for disconnected displays

When a display is disconnected, removing it from SurfaceFlinger's
display list is non-atomic with removing it from the Display Manager
and any in-flight transactions. So SurfaceFlinger might get a display
state change transaction for a display it has already forgotten about.
Just ignore these.

Bug: 7288082
Change-Id: Ic27e55377f3db40fb34e3b1cd67e43297df117a2

11 years agoam 64a22423: am 81cd5d3b: make sure we don\'t call into the HWC HAL when not needed
Mathias Agopian [Thu, 4 Oct 2012 22:31:51 +0000 (15:31 -0700)]
am 64a22423: am 81cd5d3b: make sure we don\'t call into the HWC HAL when not needed

* commit '64a224236d930921581de52eb87ef1ab7fab3780':
  make sure we don't call into the HWC HAL when not needed

11 years agoam 81cd5d3b: make sure we don\'t call into the HWC HAL when not needed
Mathias Agopian [Thu, 4 Oct 2012 22:29:22 +0000 (15:29 -0700)]
am 81cd5d3b: make sure we don\'t call into the HWC HAL when not needed

* commit '81cd5d3b94d21253a0be925f4ae58cc7f4afeef7':
  make sure we don't call into the HWC HAL when not needed

11 years agomake sure we don't call into the HWC HAL when not needed
Mathias Agopian [Thu, 4 Oct 2012 09:34:38 +0000 (02:34 -0700)]
make sure we don't call into the HWC HAL when not needed

when enabling/disabling vsync we now make sure to
not call into the HAL if the state wouldn't change.

Bug: 7274951

Change-Id: Ie24a6d68888a51b577acf9c2a973d85437cbacaf

11 years agoam 61f142a2: am 27ec5739: Fix crashes after HDMI disconnect
Andy McFadden [Thu, 4 Oct 2012 19:29:00 +0000 (12:29 -0700)]
am 61f142a2: am 27ec5739: Fix crashes after HDMI disconnect

* commit '61f142a25c14c8e24f8040098b4c223f0d725cb2':
  Fix crashes after HDMI disconnect

11 years agoam 27ec5739: Fix crashes after HDMI disconnect
Andy McFadden [Thu, 4 Oct 2012 19:11:11 +0000 (12:11 -0700)]
am 27ec5739: Fix crashes after HDMI disconnect

* commit '27ec5739bc05330e08b02f25b62a8f597bad897a':
  Fix crashes after HDMI disconnect

11 years agoam af4324cc: (-s ours) Reconcile with jb-mr1-release - do not merge
The Android Open Source Project [Thu, 4 Oct 2012 14:52:23 +0000 (07:52 -0700)]
am af4324cc: (-s ours) Reconcile with jb-mr1-release - do not merge

* commit 'af4324cc0ad6fb4d4a7716ebff2421424c4a2292':
  Fix issue #7271589: Cannot set Ocean HD live wallpaper

11 years agoReconcile with jb-mr1-release - do not merge
The Android Open Source Project [Thu, 4 Oct 2012 14:48:28 +0000 (07:48 -0700)]
Reconcile with jb-mr1-release - do not merge

Change-Id: I4e8f1a58de984fa0945b9df9e8bc230c11e7fc58

11 years agomerge in jb-mr1-release history after reset to jb-mr1-dev
The Android Automerger [Thu, 4 Oct 2012 13:59:43 +0000 (06:59 -0700)]
merge in jb-mr1-release history after reset to jb-mr1-dev

11 years agoFix crashes after HDMI disconnect
Andy McFadden [Wed, 3 Oct 2012 02:04:45 +0000 (19:04 -0700)]
Fix crashes after HDMI disconnect

The display was being removed from SurfaceFlinger's list before we
had a chance to reset HWComposer's layer list, so we were passing
stale data into the hardware composer (which has its own per-display
data).  This resulted in "invalid gralloc handle" complaints.
We now clear the layer list immediately after removing the display.

The display was being removed while its EGLSurface was still
"current", resulting in "cancelBuffer: BufferQueue has been
abandoned" complaints.  We now call makeCurrent on the primary
display before removing the external display.

Bug 7274254

Change-Id: Ia59e3a61d7ec46488b96bf93ec5e4ed3488b70e4

11 years agoam 2526675e: am a573945d: libgui: enable fence support for exynos5
Jamie Gennis [Thu, 4 Oct 2012 00:15:22 +0000 (17:15 -0700)]
am 2526675e: am a573945d: libgui: enable fence support for exynos5

* commit '2526675e907dd9b3d224760a87185c017f66a796':
  libgui: enable fence support for exynos5

11 years agoam a573945d: libgui: enable fence support for exynos5
Jamie Gennis [Thu, 4 Oct 2012 00:12:57 +0000 (17:12 -0700)]
am a573945d: libgui: enable fence support for exynos5

* commit 'a573945df7d21cfb73aa9cdba41561105e2ffb01':
  libgui: enable fence support for exynos5

11 years agoFix issue #7271589: Cannot set Ocean HD live wallpaper
Dianne Hackborn [Wed, 3 Oct 2012 16:43:01 +0000 (09:43 -0700)]
Fix issue #7271589: Cannot set Ocean HD live wallpaper

Change-Id: Id7662c503815293040c240232a6622bd6f6eab37

11 years agolibgui: enable fence support for exynos5
Jamie Gennis [Fri, 28 Sep 2012 00:58:24 +0000 (17:58 -0700)]
libgui: enable fence support for exynos5

Change-Id: Iffc48412b8c951116a956a3ac7dab8d75eed13da
Bug: 7238122

11 years agoam 596f5efd: am 3fd12e41: libgui: fix up compile options
Jamie Gennis [Wed, 3 Oct 2012 22:41:46 +0000 (15:41 -0700)]
am 596f5efd: am 3fd12e41: libgui: fix up compile options

* commit '596f5efd4e0f151f7a33fbe3569551d0c6266728':
  libgui: fix up compile options

11 years agoam 3fd12e41: libgui: fix up compile options
Jamie Gennis [Wed, 3 Oct 2012 22:39:29 +0000 (15:39 -0700)]
am 3fd12e41: libgui: fix up compile options

* commit '3fd12e41afcf323fdb99a4cf6bef0f904d72cc8b':
  libgui: fix up compile options

11 years agolibgui: fix up compile options
Jamie Gennis [Tue, 2 Oct 2012 23:40:30 +0000 (16:40 -0700)]
libgui: fix up compile options

This change adds debug info to SurfaceFlinger's dumpsys to indicate that the
USE_WAIT_SYNC compile option was enabled, and it removes the
ALLOW_DEQUEUE_CURRENT_BUFFER option.

Bug: 7238122
Change-Id: I70e08e34c2ef58aa6d2f88229e781a119f84b5a9

11 years agoam ec5f313a: am 35387922: Merge "Fix issue #7271589: Cannot set Ocean HD live wallpap...
Dianne Hackborn [Wed, 3 Oct 2012 21:04:43 +0000 (14:04 -0700)]
am ec5f313a: am 35387922: Merge "Fix issue #7271589: Cannot set Ocean HD live wallpaper" into jb-mr1-dev

* commit 'ec5f313aa8dda899866fe8ab4dcfd47acd54c014':
  Fix issue #7271589: Cannot set Ocean HD live wallpaper

11 years agoam 35387922: Merge "Fix issue #7271589: Cannot set Ocean HD live wallpaper" into...
Dianne Hackborn [Wed, 3 Oct 2012 20:53:43 +0000 (13:53 -0700)]
am 35387922: Merge "Fix issue #7271589: Cannot set Ocean HD live wallpaper" into jb-mr1-dev

* commit '35387922bd3213ea4c376c7dcfb109da67a6a33e':
  Fix issue #7271589: Cannot set Ocean HD live wallpaper

11 years agoMerge "Fix issue #7271589: Cannot set Ocean HD live wallpaper" into jb-mr1-dev
Dianne Hackborn [Wed, 3 Oct 2012 19:09:12 +0000 (12:09 -0700)]
Merge "Fix issue #7271589: Cannot set Ocean HD live wallpaper" into jb-mr1-dev

11 years agoFix issue #7271589: Cannot set Ocean HD live wallpaper
Dianne Hackborn [Wed, 3 Oct 2012 16:43:01 +0000 (09:43 -0700)]
Fix issue #7271589: Cannot set Ocean HD live wallpaper

Change-Id: Id7662c503815293040c240232a6622bd6f6eab37

11 years agoam 67091644: (-s ours) Reconcile with jb-mr1-release - do not merge
The Android Open Source Project [Wed, 3 Oct 2012 14:36:31 +0000 (07:36 -0700)]
am 67091644: (-s ours) Reconcile with jb-mr1-release - do not merge

* commit '670916447290d619e4b689d3643f629f058fc244':

11 years agoReconcile with jb-mr1-release - do not merge
The Android Open Source Project [Wed, 3 Oct 2012 14:34:04 +0000 (07:34 -0700)]
Reconcile with jb-mr1-release - do not merge

Change-Id: I0c361b5f1fde8ab48360efa3a06ab7d2ccb88370

11 years agomerge in jb-mr1-release history after reset to jb-mr1-dev
The Android Automerger [Wed, 3 Oct 2012 13:59:44 +0000 (06:59 -0700)]
merge in jb-mr1-release history after reset to jb-mr1-dev

11 years agoam ee5fb929: am ba607d53: Add Fence::waitForever which logs a warning timeout, and...
Jesse Hall [Tue, 2 Oct 2012 23:36:16 +0000 (16:36 -0700)]
am ee5fb929: am ba607d53: Add Fence::waitForever which logs a warning timeout, and use it

* commit 'ee5fb9299b6a7d81af6c2c1e598c4e9fd71a8ba9':
  Add Fence::waitForever which logs a warning timeout, and use it

11 years agoam ba607d53: Add Fence::waitForever which logs a warning timeout, and use it
Jesse Hall [Tue, 2 Oct 2012 23:35:17 +0000 (16:35 -0700)]
am ba607d53: Add Fence::waitForever which logs a warning timeout, and use it

* commit 'ba607d53c6a94ea8c4c12571980c4ad159af308b':
  Add Fence::waitForever which logs a warning timeout, and use it

11 years agoAdd Fence::waitForever which logs a warning timeout, and use it
Jesse Hall [Mon, 1 Oct 2012 21:05:20 +0000 (14:05 -0700)]
Add Fence::waitForever which logs a warning timeout, and use it

Bug: 7217641
Change-Id: If0c1a613ead307c4045a47824174bf40c72bc7d7

11 years agoam 7011d5a4: am ee42072b: am 52f1edb3: Merge "Update tests for new build target"
Kenny Root [Tue, 2 Oct 2012 16:57:54 +0000 (09:57 -0700)]
am 7011d5a4: am ee42072b: am 52f1edb3: Merge "Update tests for new build target"

* commit '7011d5a46b0b6e5a3cf31949036084c312343b3c':
  Update tests for new build target

11 years agoam ee42072b: am 52f1edb3: Merge "Update tests for new build target"
Kenny Root [Tue, 2 Oct 2012 16:55:49 +0000 (09:55 -0700)]
am ee42072b: am 52f1edb3: Merge "Update tests for new build target"

* commit 'ee42072bcccab880dd685736a32a56ac62ffc331':
  Update tests for new build target

11 years agoam 52f1edb3: Merge "Update tests for new build target"
Kenny Root [Tue, 2 Oct 2012 16:54:22 +0000 (09:54 -0700)]
am 52f1edb3: Merge "Update tests for new build target"

* commit '52f1edb3f11aae1af74a1bfc6f18f81b4d761358':
  Update tests for new build target

11 years agoMerge "Update tests for new build target"
Kenny Root [Tue, 2 Oct 2012 16:46:28 +0000 (09:46 -0700)]
Merge "Update tests for new build target"

11 years agoUpdate tests for new build target
Kenny Root [Tue, 2 Oct 2012 16:09:10 +0000 (09:09 -0700)]
Update tests for new build target

Change-Id: Ia1740d1b2c0b611c4559c5c846b12fb5c3e81b07

11 years agoam 64a48d28: (-s ours) Reconcile with jb-mr1-release - do not merge
The Android Open Source Project [Tue, 2 Oct 2012 16:21:15 +0000 (09:21 -0700)]
am 64a48d28: (-s ours) Reconcile with jb-mr1-release - do not merge

* commit '64a48d284c846250e541f350698c10aa1f9c5a50':
  Revert "Compatibility work around for bad graphics driver dependency."

11 years agoReconcile with jb-mr1-release - do not merge
The Android Open Source Project [Tue, 2 Oct 2012 16:18:33 +0000 (09:18 -0700)]
Reconcile with jb-mr1-release - do not merge

Change-Id: If7c87d1cb0dc5bb52bb5a6e4b7fa8563c8e30694

11 years agomerge in jb-mr1-release history after reset to jb-mr1-dev
The Android Automerger [Tue, 2 Oct 2012 13:59:40 +0000 (06:59 -0700)]
merge in jb-mr1-release history after reset to jb-mr1-dev

11 years agoam 8345fb00: (-s ours) am 2ae7bec7: Revert "improve sensor fusion" -- DO NOT MERGE
Mathias Agopian [Tue, 2 Oct 2012 06:39:30 +0000 (23:39 -0700)]
am 8345fb00: (-s ours) am 2ae7bec7: Revert "improve sensor fusion" -- DO NOT MERGE

* commit '8345fb00edbf71f0e291ff5c1540574f3eb54ecb':
  Revert "improve sensor fusion" -- DO NOT MERGE

11 years agoam 2ae7bec7: Revert "improve sensor fusion" -- DO NOT MERGE
Mathias Agopian [Tue, 2 Oct 2012 06:35:57 +0000 (23:35 -0700)]
am 2ae7bec7: Revert "improve sensor fusion" -- DO NOT MERGE

* commit '2ae7bec77093744206080dbae020edfa3bfac2e1':
  Revert "improve sensor fusion" -- DO NOT MERGE

11 years agoRevert "improve sensor fusion" -- DO NOT MERGE
Mathias Agopian [Tue, 2 Oct 2012 03:23:55 +0000 (20:23 -0700)]
Revert "improve sensor fusion" -- DO NOT MERGE

This reverts commit bdf277355dcd647bd5d27b38fc107243a2247a02.
This reverts commit dc5b63e40ee697324d39fe105d6f12c2bb031fc6.

it might be responsible for a regression that makes the
rotation vector spin.

Bug: 7267330
Change-Id: Ifb10e933537e70c1d85a7ba73a7e3ae59002fe62

11 years agogltrace: Fix NPE
Siva Velusamy [Mon, 1 Oct 2012 21:30:48 +0000 (14:30 -0700)]
gltrace: Fix NPE

Change-Id: Id7af9cd388f3508201f96a0624966c2ce01b4da5

11 years agoam 7006cdfc: am 0c2a25c1: Merge "Include Global table in bugreports." into jb-mr1-dev
Jeff Sharkey [Mon, 1 Oct 2012 20:48:42 +0000 (13:48 -0700)]
am 7006cdfc: am 0c2a25c1: Merge "Include Global table in bugreports." into jb-mr1-dev

* commit '7006cdfc72bbb58d9460189a691b6b0fe615524b':
  Include Global table in bugreports.

11 years agoam a6f895ee: am d30b36d1: SurfaceFlinger: reset the FB_TGT acquire fence
Jamie Gennis [Mon, 1 Oct 2012 20:48:09 +0000 (13:48 -0700)]
am a6f895ee: am d30b36d1: SurfaceFlinger: reset the FB_TGT acquire fence

* commit 'a6f895ee344a350dad60e74b78539a4d5ba41e52':
  SurfaceFlinger: reset the FB_TGT acquire fence

11 years agoam 9c63cdd6: am ec0f5e5f: Merge "Fix issue #7257947: Need to fix heap limits on Mako...
Dianne Hackborn [Mon, 1 Oct 2012 20:47:56 +0000 (13:47 -0700)]
am 9c63cdd6: am ec0f5e5f: Merge "Fix issue #7257947: Need to fix heap limits on Mako" into jb-mr1-dev

* commit '9c63cdd6b0ff28d3a371aa8c6121411fbf7f0a76':
  Fix issue #7257947: Need to fix heap limits on Mako

11 years agoam f8e5c37b: am 135e5899: save/restore viewport properly when taking screenshot
Mathias Agopian [Mon, 1 Oct 2012 20:46:10 +0000 (13:46 -0700)]
am f8e5c37b: am 135e5899: save/restore viewport properly when taking screenshot

* commit 'f8e5c37bc59c70b0a0388f8a690d0d4bead9cc6f':
  save/restore viewport properly when taking screenshot

11 years agoam 0c2a25c1: Merge "Include Global table in bugreports." into jb-mr1-dev
Jeff Sharkey [Mon, 1 Oct 2012 20:11:47 +0000 (13:11 -0700)]
am 0c2a25c1: Merge "Include Global table in bugreports." into jb-mr1-dev

* commit '0c2a25c11c6688dbc682eabecbdfbc1587ada684':
  Include Global table in bugreports.

11 years agoMerge "Include Global table in bugreports." into jb-mr1-dev
Jeff Sharkey [Mon, 1 Oct 2012 20:08:21 +0000 (13:08 -0700)]
Merge "Include Global table in bugreports." into jb-mr1-dev

11 years agoInclude Global table in bugreports.
Jeff Sharkey [Mon, 1 Oct 2012 19:52:42 +0000 (12:52 -0700)]
Include Global table in bugreports.

Bug: 7257648
Change-Id: I84c7230fd115cf9d7269bc5367026b52cbcc86ac

11 years agoam d30b36d1: SurfaceFlinger: reset the FB_TGT acquire fence
Jamie Gennis [Mon, 1 Oct 2012 19:29:34 +0000 (12:29 -0700)]
am d30b36d1: SurfaceFlinger: reset the FB_TGT acquire fence

* commit 'd30b36d1fd0c7ab80553e784a155266be9703e47':
  SurfaceFlinger: reset the FB_TGT acquire fence

11 years agoSurfaceFlinger: reset the FB_TGT acquire fence
Jamie Gennis [Mon, 1 Oct 2012 03:02:03 +0000 (20:02 -0700)]
SurfaceFlinger: reset the FB_TGT acquire fence

This change makes SurfaceFlinger reset the acquire fence fd to -1 after each
call to HWComposer::commit.  The HWComposer implementation is resonsible for
closing the fd, so SurfaceFlinger should make sure not to pass it to HWC
multiple times.

Change-Id: I79554d9f6d6ef2b77d632d40251516c1f5b16ddb
Bug: 7258954

11 years agoam ec0f5e5f: Merge "Fix issue #7257947: Need to fix heap limits on Mako" into jb...
Dianne Hackborn [Mon, 1 Oct 2012 18:42:49 +0000 (11:42 -0700)]
am ec0f5e5f: Merge "Fix issue #7257947: Need to fix heap limits on Mako" into jb-mr1-dev

* commit 'ec0f5e5f0c433666698fa55c2e38ccdc9cf0df44':
  Fix issue #7257947: Need to fix heap limits on Mako

11 years agoMerge "Fix issue #7257947: Need to fix heap limits on Mako" into jb-mr1-dev
Dianne Hackborn [Mon, 1 Oct 2012 18:38:19 +0000 (11:38 -0700)]
Merge "Fix issue #7257947: Need to fix heap limits on Mako" into jb-mr1-dev

11 years agoam 135e5899: save/restore viewport properly when taking screenshot
Mathias Agopian [Mon, 1 Oct 2012 17:16:47 +0000 (10:16 -0700)]
am 135e5899: save/restore viewport properly when taking screenshot

* commit '135e5899f70a67e62baaf6dbec7ba2ce611ca16a':
  save/restore viewport properly when taking screenshot

11 years agomerge in jb-mr1-release history after reset to jb-mr1-dev
The Android Automerger [Mon, 1 Oct 2012 13:59:20 +0000 (06:59 -0700)]
merge in jb-mr1-release history after reset to jb-mr1-dev

11 years agosave/restore viewport properly when taking screenshot
Mathias Agopian [Sun, 30 Sep 2012 23:43:20 +0000 (16:43 -0700)]
save/restore viewport properly when taking screenshot

Bug: 7241739
Change-Id: Iba8b9ffc75ab47fbc56169e65da26d96850a9297

11 years agoFix issue #7257947: Need to fix heap limits on Mako
Dianne Hackborn [Sun, 30 Sep 2012 23:20:34 +0000 (16:20 -0700)]
Fix issue #7257947: Need to fix heap limits on Mako

Change-Id: Id8014b19195b8740bccf000ab66c1b599ba3a1a0

11 years agomerge in jb-mr1-release history after reset to jb-mr1-dev
The Android Automerger [Sun, 30 Sep 2012 13:59:40 +0000 (06:59 -0700)]
merge in jb-mr1-release history after reset to jb-mr1-dev

11 years agoam f00c34ba: am bae92d0d: reset GL viewport and project when caputring the screen
Mathias Agopian [Fri, 28 Sep 2012 20:41:09 +0000 (13:41 -0700)]
am f00c34ba: am bae92d0d: reset GL viewport and project when caputring the screen

* commit 'f00c34babbaacd3b9f27e1a447979a061cab629f':
  reset GL viewport and project when caputring the screen

11 years agoam bae92d0d: reset GL viewport and project when caputring the screen
Mathias Agopian [Fri, 28 Sep 2012 20:38:51 +0000 (13:38 -0700)]
am bae92d0d: reset GL viewport and project when caputring the screen

* commit 'bae92d0d605e99a14731add4f11b72413b2835e5':
  reset GL viewport and project when caputring the screen

11 years agoreset GL viewport and project when caputring the screen
Mathias Agopian [Fri, 28 Sep 2012 08:00:47 +0000 (01:00 -0700)]
reset GL viewport and project when caputring the screen

Bug: 7241739
Change-Id: I3bb5214b070384de9be2026647865c6c236a4331

11 years agoam bcc1cd16: am c01a79d7: Pass display arg to blank/unblank
Andy McFadden [Fri, 28 Sep 2012 20:10:50 +0000 (13:10 -0700)]
am bcc1cd16: am c01a79d7: Pass display arg to blank/unblank

* commit 'bcc1cd161f2bebc9682a3c99ec3c1e53c6cb9bbd':
  Pass display arg to blank/unblank

11 years agoam c01a79d7: Pass display arg to blank/unblank
Andy McFadden [Fri, 28 Sep 2012 20:08:42 +0000 (13:08 -0700)]
am c01a79d7: Pass display arg to blank/unblank

* commit 'c01a79d77b829e7de86ef137694e8ad708470ca1':
  Pass display arg to blank/unblank

11 years agoPass display arg to blank/unblank
Andy McFadden [Thu, 27 Sep 2012 23:02:06 +0000 (16:02 -0700)]
Pass display arg to blank/unblank

This allows us to blank and unblank displays other than the built-in
display (e.g. HDMI).

Bug: 7240511
Change-Id: I89ea13f9e497be74c3e1231d0c62fb558e93e0f8

11 years agoam bba6bb81: am 4c273277: Merge "Re-enable FAST_TLS in gl2 code" into jb-mr1-dev
Chet Haase [Fri, 28 Sep 2012 19:42:21 +0000 (12:42 -0700)]
am bba6bb81: am 4c273277: Merge "Re-enable FAST_TLS in gl2 code" into jb-mr1-dev

* commit 'bba6bb81373b285b456bb851d37f7f2ecfc742ad':
  Re-enable FAST_TLS in gl2 code

11 years agoam 4c273277: Merge "Re-enable FAST_TLS in gl2 code" into jb-mr1-dev
Chet Haase [Fri, 28 Sep 2012 19:41:24 +0000 (12:41 -0700)]
am 4c273277: Merge "Re-enable FAST_TLS in gl2 code" into jb-mr1-dev

* commit '4c2732779a11c92222958e7150162d4eaaab7b66':
  Re-enable FAST_TLS in gl2 code

11 years agoMerge "Re-enable FAST_TLS in gl2 code" into jb-mr1-dev
Chet Haase [Fri, 28 Sep 2012 19:38:29 +0000 (12:38 -0700)]
Merge "Re-enable FAST_TLS in gl2 code" into jb-mr1-dev

11 years agoam 916ce16e: am 589e2e74: Merge "Add a way to configure an OMX encoder to emit SPS...
Andreas Huber [Fri, 28 Sep 2012 19:34:50 +0000 (12:34 -0700)]
am 916ce16e: am 589e2e74: Merge "Add a way to configure an OMX encoder to emit SPS/PPS before IDR frames." into jb-mr1-dev

* commit '916ce16ed41e051c2c443149b2f39bbc3b6b27bd':
  Add a way to configure an OMX encoder to emit SPS/PPS before IDR frames.

11 years agoam 589e2e74: Merge "Add a way to configure an OMX encoder to emit SPS/PPS before...
Andreas Huber [Fri, 28 Sep 2012 19:33:29 +0000 (12:33 -0700)]
am 589e2e74: Merge "Add a way to configure an OMX encoder to emit SPS/PPS before IDR frames." into jb-mr1-dev

* commit '589e2e74e429f2116f18463aeda9a0954cfd70ca':
  Add a way to configure an OMX encoder to emit SPS/PPS before IDR frames.

11 years agoMerge "Add a way to configure an OMX encoder to emit SPS/PPS before IDR frames."...
Andreas Huber [Fri, 28 Sep 2012 19:31:32 +0000 (12:31 -0700)]
Merge "Add a way to configure an OMX encoder to emit SPS/PPS before IDR frames." into jb-mr1-dev

11 years agoRe-enable FAST_TLS in gl2 code
Chet Haase [Fri, 28 Sep 2012 18:56:48 +0000 (11:56 -0700)]
Re-enable FAST_TLS in gl2 code

Temporarily changed USE_FAST_TLS_KEY ifdef during debugging. Changing it
back now.

Change-Id: I7c2fcf7265b3d545e31ff7683bd7614100fad3e5

11 years agoAdd a way to configure an OMX encoder to emit SPS/PPS before IDR frames.
Andreas Huber [Fri, 28 Sep 2012 18:32:16 +0000 (11:32 -0700)]
Add a way to configure an OMX encoder to emit SPS/PPS before IDR frames.

Change-Id: I71ce254533c8e99bc54d199d8a9828397fe3d99d
related-to-bug: 7245308

11 years agoam f6760786: am a4310c8b: SurfaceFlinger: don\'t always set HWC_GEOM_CHGD
Jamie Gennis [Fri, 28 Sep 2012 18:16:59 +0000 (11:16 -0700)]
am f6760786: am a4310c8b: SurfaceFlinger: don\'t always set HWC_GEOM_CHGD

* commit 'f6760786136ed46bcc9f71b6211e57a730bd9bf5':
  SurfaceFlinger: don't always set HWC_GEOM_CHGD

11 years agoam a4310c8b: SurfaceFlinger: don\'t always set HWC_GEOM_CHGD
Jamie Gennis [Fri, 28 Sep 2012 18:14:48 +0000 (11:14 -0700)]
am a4310c8b: SurfaceFlinger: don\'t always set HWC_GEOM_CHGD

* commit 'a4310c8be2dc3406a668ee99020d52187173232f':
  SurfaceFlinger: don't always set HWC_GEOM_CHGD

11 years agomerge in jb-mr1-release history after reset to jb-mr1-dev
The Android Automerger [Fri, 28 Sep 2012 13:59:31 +0000 (06:59 -0700)]
merge in jb-mr1-release history after reset to jb-mr1-dev

11 years agoam e1549fcb: am cb094a78: Merge "New compile-time flags to make debugging easier...
Romain Guy [Fri, 28 Sep 2012 07:35:10 +0000 (00:35 -0700)]
am e1549fcb: am cb094a78: Merge "New compile-time flags to make debugging easier for us poor souls Bug #7195815" into jb-mr1-dev

* commit 'e1549fcb4493fe84deb488d85fc626d635153eb8':
  New compile-time flags to make debugging easier for us poor souls Bug #7195815

11 years agoam 76d4bd3e: am 38b65726: Revert "Compatibility work around for bad graphics driver...
Iliyan Malchev [Fri, 28 Sep 2012 07:35:00 +0000 (00:35 -0700)]
am 76d4bd3e: am 38b65726: Revert "Compatibility work around for bad graphics driver dependency."

* commit '76d4bd3e4232c045f48afc0d4b6ca75dbbd2a148':
  Revert "Compatibility work around for bad graphics driver dependency."

11 years agoam f76c31ce: (-s ours) Reconcile with jb-mr1-release - do not merge
The Android Open Source Project [Fri, 28 Sep 2012 07:32:38 +0000 (00:32 -0700)]
am f76c31ce: (-s ours) Reconcile with jb-mr1-release - do not merge

* commit 'f76c31ce58ad02e50af916d9e47cce1b68f85edf':

11 years agoRevert "Compatibility work around for bad graphics driver dependency."
Iliyan Malchev [Thu, 27 Sep 2012 22:08:29 +0000 (15:08 -0700)]
Revert "Compatibility work around for bad graphics driver dependency."

This reverts commit a50b51c03aca449920fc8581a738032a7bce7150

Change-Id: Ibdcd776a7f241dbb2475403ea04f939249774c41

11 years agoSurfaceFlinger: don't always set HWC_GEOM_CHGD
Jamie Gennis [Wed, 26 Sep 2012 03:26:00 +0000 (20:26 -0700)]
SurfaceFlinger: don't always set HWC_GEOM_CHGD

This change fixes a bug in SurfaceFlinger that caused the HWC_GEOMETRY_CHANGED
flag to be set every flip.

Change-Id: I4f395a2883bcbb53b23b3d14941aff108739c9f0
Bug: 7234237

11 years agoam cb094a78: Merge "New compile-time flags to make debugging easier for us poor souls...
Romain Guy [Thu, 27 Sep 2012 23:05:31 +0000 (16:05 -0700)]
am cb094a78: Merge "New compile-time flags to make debugging easier for us poor souls Bug #7195815" into jb-mr1-dev

* commit 'cb094a783f14daae3378ac8aa7dc509980f037b2':
  New compile-time flags to make debugging easier for us poor souls Bug #7195815

11 years agoMerge "New compile-time flags to make debugging easier for us poor souls Bug #7195815...
Romain Guy [Thu, 27 Sep 2012 23:04:03 +0000 (16:04 -0700)]
Merge "New compile-time flags to make debugging easier for us poor souls Bug #7195815" into jb-mr1-dev

11 years agoam 38b65726: Revert "Compatibility work around for bad graphics driver dependency."
Iliyan Malchev [Thu, 27 Sep 2012 22:54:09 +0000 (15:54 -0700)]
am 38b65726: Revert "Compatibility work around for bad graphics driver dependency."

* commit '38b657265ccc5ae45bd7860a68b0d9373b47a2f3':
  Revert "Compatibility work around for bad graphics driver dependency."

11 years agoRevert "Compatibility work around for bad graphics driver dependency."
Iliyan Malchev [Thu, 27 Sep 2012 22:08:29 +0000 (15:08 -0700)]
Revert "Compatibility work around for bad graphics driver dependency."

This reverts commit a50b51c03aca449920fc8581a738032a7bce7150

Change-Id: Ibdcd776a7f241dbb2475403ea04f939249774c41

11 years agoNew compile-time flags to make debugging easier for us poor souls
Romain Guy [Thu, 27 Sep 2012 22:47:10 +0000 (15:47 -0700)]
New compile-time flags to make debugging easier for us poor souls
Bug #7195815

Change-Id: I23e7ac991891b9586cb8ed20b1305c8b1b3e2b43

11 years agoReconcile with jb-mr1-release - do not merge
The Android Open Source Project [Thu, 27 Sep 2012 16:58:04 +0000 (09:58 -0700)]
Reconcile with jb-mr1-release - do not merge

Change-Id: I4e21c53aec26d5503f1640cf06acbadcf9eedb59

11 years agomerge in jb-mr1-release history after reset to jb-mr1-dev
The Android Automerger [Thu, 27 Sep 2012 13:59:44 +0000 (06:59 -0700)]
merge in jb-mr1-release history after reset to jb-mr1-dev

11 years agoam 2ac41948: am 1e83690c: Merge "assert -eng builds when calling a GL function withou...
Mathias Agopian [Thu, 27 Sep 2012 01:51:49 +0000 (18:51 -0700)]
am 2ac41948: am 1e83690c: Merge "assert -eng builds when calling a GL function without a context" into jb-mr1-dev

* commit '2ac4194854a70c6e319b1b3b647344e595082b38':
  assert -eng builds when calling a GL function without a context

11 years agoam 1e83690c: Merge "assert -eng builds when calling a GL function without a context...
Mathias Agopian [Thu, 27 Sep 2012 01:50:13 +0000 (18:50 -0700)]
am 1e83690c: Merge "assert -eng builds when calling a GL function without a context" into jb-mr1-dev

* commit '1e83690c6030b33c7776fa65cb57132d5e2d0b40':
  assert -eng builds when calling a GL function without a context

11 years agoMerge "assert -eng builds when calling a GL function without a context" into jb-mr1-dev
Mathias Agopian [Thu, 27 Sep 2012 01:48:54 +0000 (18:48 -0700)]
Merge "assert -eng builds when calling a GL function without a context" into jb-mr1-dev