OSDN Git Service

android-x86/frameworks-native.git
11 years agoam 5f20e2d4: reimplement wifi display hack with new external display SF framework
Mathias Agopian [Fri, 17 Aug 2012 05:33:30 +0000 (22:33 -0700)]
am 5f20e2d4: reimplement wifi display hack with new external display SF framework

* commit '5f20e2d4462da3471f59152b32cd8640fa4a21da':
  reimplement wifi display hack with new external display SF framework

11 years agoam 818b4605: display states can\'t share the dirty flags
Mathias Agopian [Fri, 17 Aug 2012 04:01:27 +0000 (21:01 -0700)]
am 818b4605: display states can\'t share the dirty flags

* commit '818b46058aa3006e1d3c178abd36d4f10823f5d9':
  display states can't share the dirty flags

11 years agoam 111b2d89: binder interfaces can\'t be compared directly
Mathias Agopian [Fri, 17 Aug 2012 04:01:26 +0000 (21:01 -0700)]
am 111b2d89: binder interfaces can\'t be compared directly

* commit '111b2d89221722d38f5b5b3ba65904ec22421839':
  binder interfaces can't be compared directly

11 years agoreimplement wifi display hack with new external display SF framework
Mathias Agopian [Sat, 11 Aug 2012 01:50:38 +0000 (18:50 -0700)]
reimplement wifi display hack with new external display SF framework

fix a few bugs with external displays

- HWComposer doesn't really handle multiple displays yet
  so there is a lot of ugliness there

- We also need to make sure that external displays are not
  blanked by default

- due to some EGL limitations surfaces being swapped need
  to be current

Change-Id: I82bff05b43bcebd8da863c7c76b4edbc3bc223a9

11 years agodisplay states can't share the dirty flags
Mathias Agopian [Fri, 17 Aug 2012 03:57:39 +0000 (20:57 -0700)]
display states can't share the dirty flags

Change-Id: Ifade9f2f1a0df9a36aede77a6cf5eee4be534f98

11 years agobinder interfaces can't be compared directly
Mathias Agopian [Fri, 17 Aug 2012 03:52:17 +0000 (20:52 -0700)]
binder interfaces can't be compared directly

we always need to compare their binder

Change-Id: I70d554ebc5009fe81e87923235f91451f32e1a30

11 years agoReconcile with jb-mr1-release - do not merge
The Android Open Source Project [Fri, 17 Aug 2012 02:10:39 +0000 (19:10 -0700)]
Reconcile with jb-mr1-release - do not merge

Change-Id: I2f5150a2972fd8cc92ed4c38c975a8ac73283879

11 years agoam c21fc05a: Merge "gltrace: flush trace buffer on createContext & makeCurrent" into...
Siva Velusamy [Thu, 16 Aug 2012 23:29:05 +0000 (16:29 -0700)]
am c21fc05a: Merge "gltrace: flush trace buffer on createContext & makeCurrent" into jb-mr1-dev

* commit 'c21fc05af75ee746e29f48b6d231127ee000f7ed':
  gltrace: flush trace buffer on createContext & makeCurrent

11 years agoMerge "gltrace: flush trace buffer on createContext & makeCurrent" into jb-mr1-dev
Siva Velusamy [Thu, 16 Aug 2012 23:26:59 +0000 (16:26 -0700)]
Merge "gltrace: flush trace buffer on createContext & makeCurrent" into jb-mr1-dev

11 years agogltrace: flush trace buffer on createContext & makeCurrent
Siva Velusamy [Thu, 16 Aug 2012 21:41:20 +0000 (14:41 -0700)]
gltrace: flush trace buffer on createContext & makeCurrent

Certain apps (e.g. chrome) seem to create contexts which are unused
for long periods of time. If tracing is stopped before those contexts
are used, then the debugger never gets to know that these contexts
were created. Flushing the trace after these calls ensures that
the debugger knows about all created/used contexts.

Change-Id: I01baa11aa56ac89eddce3c2851e4bf01076984d1

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

11 years agowe were mistakenly optimizing out SF's main transactions in some cases
Mathias Agopian [Wed, 15 Aug 2012 20:46:03 +0000 (13:46 -0700)]
we were mistakenly optimizing out SF's main transactions in some cases

due to a typo, SF's main transaction was conditional to having a
display transaction.

more correct fix for 6970310

Bug: 6970310
Change-Id: Iafd8c4e02afa5db829cc1c65950cfcc74754c6af

11 years agoam 13233e06: oopsie, missed a spot when fixing b/6970310
Mathias Agopian [Wed, 15 Aug 2012 23:16:44 +0000 (16:16 -0700)]
am 13233e06: oopsie, missed a spot when fixing b/6970310

* commit '13233e067b8f71adc3a0ade5f442265e1f27084b':
  oopsie, missed a spot when fixing b/6970310

11 years agooopsie, missed a spot when fixing b/6970310
Mathias Agopian [Wed, 15 Aug 2012 23:14:33 +0000 (16:14 -0700)]
oopsie, missed a spot when fixing b/6970310

Change-Id: Ia320fddc7cc4b0666a4fee678af710ecf5f83ff5

11 years agoam 3559b07a: we were mistakenly optimizing out SF\'s main transactions in some cases
Mathias Agopian [Wed, 15 Aug 2012 20:50:23 +0000 (13:50 -0700)]
am 3559b07a: we were mistakenly optimizing out SF\'s main transactions in some cases

* commit '3559b07a885bcdff51a6dffb8e3a5ac5adf3a220':
  we were mistakenly optimizing out SF's main transactions in some cases

11 years agowe were mistakenly optimizing out SF's main transactions in some cases
Mathias Agopian [Wed, 15 Aug 2012 20:46:03 +0000 (13:46 -0700)]
we were mistakenly optimizing out SF's main transactions in some cases

due to a typo, SF's main transaction was conditional to having a
display transaction.

more correct fix for 6970310

Bug: 6970310
Change-Id: Iafd8c4e02afa5db829cc1c65950cfcc74754c6af

11 years agoam ac1f70bb: Use new PowerManager API.
Jeff Brown [Wed, 15 Aug 2012 17:28:08 +0000 (10:28 -0700)]
am ac1f70bb: Use new PowerManager API.

* commit 'ac1f70bb7135cd5fe73d6fbf121a62c779679c5a':
  Use new PowerManager API.

11 years agoam 01eb9792: Fix layer removal transaction.
Jeff Brown [Wed, 15 Aug 2012 17:00:59 +0000 (10:00 -0700)]
am 01eb9792: Fix layer removal transaction.

* commit '01eb979243a57bd33f8389aeeade8024dd0258c0':
  Fix layer removal transaction.

11 years agoReconcile with jb-mr1-release - do not merge
The Android Open Source Project [Wed, 15 Aug 2012 15:27:33 +0000 (08:27 -0700)]
Reconcile with jb-mr1-release - do not merge

Change-Id: I444e336418583d709973a26579a4f1027ca4abfa

11 years agomerge in jb-mr1-release history after reset to jb-mr1-dev
The Android Automerger [Wed, 15 Aug 2012 13:34:21 +0000 (06:34 -0700)]
merge in jb-mr1-release history after reset to jb-mr1-dev

11 years agoUse new PowerManager API.
Jeff Brown [Sat, 28 Jul 2012 01:07:41 +0000 (18:07 -0700)]
Use new PowerManager API.

Change-Id: I66165d9954e2d1da9204216382a05a873f1393f4

11 years agoFix layer removal transaction.
Jeff Brown [Wed, 15 Aug 2012 08:08:54 +0000 (01:08 -0700)]
Fix layer removal transaction.

Layers were not properly being removed because we were
setting the wrong transaction type flag at the time of
removal.

When layers are removed, we must use eDisplayTransactionNeeded,
not eTransactionNeeded, to ensure that the mLayersRemoved
flag is checked and the appropriate cleanup occurs.

Bug: 6970310
Change-Id: Id4b2897a34d4ac00aa0f92349c0ec6db95c1aaf7

11 years agoam ea599dff: Don\'t crash when recovering from WM death
Jesse Hall [Tue, 14 Aug 2012 22:49:29 +0000 (15:49 -0700)]
am ea599dff: Don\'t crash when recovering from WM death

* commit 'ea599dfff03b45903dae3288274c31cb24fd483f':
  Don't crash when recovering from WM death

11 years agoDon't crash when recovering from WM death
Jesse Hall [Mon, 13 Aug 2012 21:47:01 +0000 (14:47 -0700)]
Don't crash when recovering from WM death

Bug: 6956162
Change-Id: I27244b960c77187b4c4cd7297989c4c872e94a3a

11 years agomerge in jb-mr1-release history after reset to jb-mr1-dev
The Android Automerger [Tue, 14 Aug 2012 14:07:23 +0000 (07:07 -0700)]
merge in jb-mr1-release history after reset to jb-mr1-dev

11 years agoam f0083bf5: Merge "Add a very simple helper function to log slow functions." into...
Jeff Brown [Tue, 14 Aug 2012 06:36:43 +0000 (23:36 -0700)]
am f0083bf5: Merge "Add a very simple helper function to log slow functions." into jb-mr1-dev

* commit 'f0083bf5288e0d430b0dc5cbc4b4852bce2ff1af':
  Add a very simple helper function to log slow functions.

11 years agoMerge "Add a very simple helper function to log slow functions." into jb-mr1-dev
Jeff Brown [Tue, 14 Aug 2012 06:35:07 +0000 (23:35 -0700)]
Merge "Add a very simple helper function to log slow functions." into jb-mr1-dev

11 years agoam 20128300: make sure to repaint the screen when unblank()ing
Mathias Agopian [Tue, 14 Aug 2012 01:34:27 +0000 (18:34 -0700)]
am 20128300: make sure to repaint the screen when unblank()ing

* commit '20128300e0cb7f459a60cfbcddb48190ce6545ed':
  make sure to repaint the screen when unblank()ing

11 years agomake sure to repaint the screen when unblank()ing
Mathias Agopian [Tue, 14 Aug 2012 01:32:13 +0000 (18:32 -0700)]
make sure to repaint the screen when unblank()ing

Change-Id: I38e3a8e6bb31ef3d2f1fcaec7490cb92a4427db2

11 years agoam 8b736f13: xdpi / ydpi were reported as 0
Mathias Agopian [Tue, 14 Aug 2012 00:58:12 +0000 (17:58 -0700)]
am 8b736f13: xdpi / ydpi were reported as 0

* commit '8b736f138cfd9b239a2c7073347a13c489534ae1':
  xdpi / ydpi were reported as 0

11 years agoxdpi / ydpi were reported as 0
Mathias Agopian [Tue, 14 Aug 2012 00:54:26 +0000 (17:54 -0700)]
xdpi / ydpi were reported as 0

Bug: 6975723
Change-Id: Ia7fa37ec11e2308804f5034959a37e508d292d31

11 years agoam 670d24a8: Merge "improve [un]marshalling of non-binder objects" into jb-mr1-dev
Mathias Agopian [Mon, 13 Aug 2012 21:29:38 +0000 (14:29 -0700)]
am 670d24a8: Merge "improve [un]marshalling of non-binder objects" into jb-mr1-dev

* commit '670d24a8aeffee2788680be665bd74e0275cc2cf':
  improve [un]marshalling of non-binder objects

11 years agoMerge "improve [un]marshalling of non-binder objects" into jb-mr1-dev
Mathias Agopian [Mon, 13 Aug 2012 21:28:24 +0000 (14:28 -0700)]
Merge "improve [un]marshalling of non-binder objects" into jb-mr1-dev

11 years agoam 7e5099a9: Add compile-time option to systrace GL-ES calls
Jesse Hall [Mon, 13 Aug 2012 19:14:29 +0000 (12:14 -0700)]
am 7e5099a9: Add compile-time option to systrace GL-ES calls

* commit '7e5099a9ece6a3ed7edb1b5bf60a43422428326c':
  Add compile-time option to systrace GL-ES calls

11 years agoAdd compile-time option to systrace GL-ES calls
Jesse Hall [Thu, 2 Aug 2012 00:10:25 +0000 (17:10 -0700)]
Add compile-time option to systrace GL-ES calls

Change-Id: Ibec103bbf159626ad9745d0e071192ad424bc0e9

11 years agomerge in jb-mr1-release history after reset to jb-mr1-dev
The Android Automerger [Mon, 13 Aug 2012 15:09:24 +0000 (08:09 -0700)]
merge in jb-mr1-release history after reset to jb-mr1-dev

11 years agoimprove [un]marshalling of non-binder objects
Mathias Agopian [Mon, 13 Aug 2012 02:37:16 +0000 (19:37 -0700)]
improve [un]marshalling of non-binder objects

this change introduces a new class LightFlattenable<> which is
a protocol to flatten simple objects that don't require
binders or file descriptors; the benefit of this protocol is that
it doesn't require the objects to have a virtual table and give us
a consitant way of doing this.

we also introduce an implementation of this protocol for
POD structures, LightFlattenablePod<>.

Parcel has been update to handle this protocol automatically.

Sensor, Rect, Point and Region now use this new protocol.

Change-Id: Icb3ce7fa1d785249eb666f39c2129f2fc143ea4a

11 years agoAdd a very simple helper function to log slow functions.
Jeff Brown [Sat, 11 Aug 2012 03:44:39 +0000 (20:44 -0700)]
Add a very simple helper function to log slow functions.

Change-Id: I2e2e072206d02b572a330dd25857c161b5b563bf

11 years agoam e57f2925: make multi-display more real
Mathias Agopian [Sat, 11 Aug 2012 01:53:14 +0000 (18:53 -0700)]
am e57f2925: make multi-display more real

* commit 'e57f292595bec48f65c8088b00ff6beea01217e9':
  make multi-display more real

11 years agomake multi-display more real
Mathias Agopian [Thu, 9 Aug 2012 23:29:12 +0000 (16:29 -0700)]
make multi-display more real

- displays are represented by a binder on the client side
- c++ clients can now create and modify displays

Change-Id: I203ea5b4beae0819d742ec5171c27568f4e8354b

11 years agoam ef7b9c7e: screenshots could stop working after camera was used
Mathias Agopian [Fri, 10 Aug 2012 22:27:01 +0000 (15:27 -0700)]
am ef7b9c7e: screenshots could stop working after camera was used

* commit 'ef7b9c7eac036cc1230c64821039d18f8cbd2c1c':
  screenshots could stop working after camera was used

11 years agoscreenshots could stop working after camera was used
Mathias Agopian [Fri, 10 Aug 2012 22:22:19 +0000 (15:22 -0700)]
screenshots could stop working after camera was used

once a secure window is put on screen the display
would retain its "secure" flag forever, preventing
screenshots from being taken.

Bug: 6933967
Change-Id: I5be8355145ca7d580d84552311642f8fa912fe6a

11 years agoam 748f3df6: avoid crashing when we don\'t have an h/w composer
Mathias Agopian [Fri, 10 Aug 2012 21:40:37 +0000 (14:40 -0700)]
am 748f3df6: avoid crashing when we don\'t have an h/w composer

* commit '748f3df66f6695681cde44461e2548e6e1dbc1bb':
  avoid crashing when we don't have an h/w composer

11 years agoavoid crashing when we don't have an h/w composer
Mathias Agopian [Fri, 10 Aug 2012 21:36:40 +0000 (14:36 -0700)]
avoid crashing when we don't have an h/w composer

should fix the emulator

Bug: 6956162
Change-Id: I38247b59d276b8db078c4dc2caba7d3fb545912c

11 years agoam 3165cc21: libgui includes refactoring
Mathias Agopian [Fri, 10 Aug 2012 20:45:15 +0000 (13:45 -0700)]
am 3165cc21: libgui includes refactoring

* commit '3165cc21cfea781988407b19bd83292b19f05f55':
  libgui includes refactoring

11 years agoam 1e260874: Add a display parameter to HWComposer where needed
Mathias Agopian [Fri, 10 Aug 2012 20:43:42 +0000 (13:43 -0700)]
am 1e260874: Add a display parameter to HWComposer where needed

* commit '1e26087493ac0e7d7dc6dea8ad85cfef08b3271f':
  Add a display parameter to HWComposer where needed

11 years agoam 28947d7f: now able to set the layer stack on a DisplayDevice
Mathias Agopian [Fri, 10 Aug 2012 20:40:13 +0000 (13:40 -0700)]
am 28947d7f: now able to set the layer stack on a DisplayDevice

* commit '28947d7fbf9f486539322e8e12dd057568e180c2':
  now able to set the layer stack on a DisplayDevice

11 years agoam 69973992: improve Vector<> safety checks
Mathias Agopian [Fri, 10 Aug 2012 20:40:12 +0000 (13:40 -0700)]
am 69973992: improve Vector<> safety checks

* commit '69973992d531ae7df20916c6fb3034b08a6d53c4':
  improve Vector<> safety checks

11 years agolibgui includes refactoring
Mathias Agopian [Thu, 9 Aug 2012 02:42:09 +0000 (19:42 -0700)]
libgui includes refactoring

Change-Id: I1d24ec17f5003ec2abab5f7472daaff4cc4cc2d3

11 years agoAdd a display parameter to HWComposer where needed
Mathias Agopian [Thu, 9 Aug 2012 01:35:12 +0000 (18:35 -0700)]
Add a display parameter to HWComposer where needed

- also replace C casts with C++ casts
- only the interface is changed, HWComposer still doesn't
  fully handle multiple displays

Change-Id: I48eb89bff2edb76bf1d4d41f46802b9b2a7166a8

11 years agonow able to set the layer stack on a DisplayDevice
Mathias Agopian [Thu, 9 Aug 2012 01:51:15 +0000 (18:51 -0700)]
now able to set the layer stack on a DisplayDevice

Change-Id: Ia9691cf221b9444c243eb468d9e276a30e600b6b

11 years agoimprove Vector<> safety checks
Mathias Agopian [Fri, 10 Aug 2012 02:39:15 +0000 (19:39 -0700)]
improve Vector<> safety checks

- make errors that will always cause a memory corruption always fatal
  (for eg: KeyedVector<>::editValue{For|At}() failure)
- make other errors fatal in debug mode, those that can be caught by
  the caller.
- fix typos

Change-Id: I65cc7d81035c37ce2906fc4500c50e5d5b5c49eb

11 years agoReconcile with jb-mr1-release - do not merge
The Android Open Source Project [Fri, 10 Aug 2012 15:52:49 +0000 (08:52 -0700)]
Reconcile with jb-mr1-release - do not merge

Change-Id: Ie9a1491c6957ea87bd50d4e19342b5f086ff08ee

11 years agomerge in jb-mr1-release history after reset to jb-mr1-dev
The Android Automerger [Thu, 9 Aug 2012 16:29:52 +0000 (09:29 -0700)]
merge in jb-mr1-release history after reset to jb-mr1-dev

11 years agoam 599d4882: Merge "SurfaceTexture: Fix a fence fd leak." into jb-mr1-dev
Jamie Gennis [Wed, 8 Aug 2012 23:15:11 +0000 (16:15 -0700)]
am 599d4882: Merge "SurfaceTexture: Fix a fence fd leak." into jb-mr1-dev

* commit '599d48825f040c074027ffaf9e4b5490428adacb':
  SurfaceTexture: Fix a fence fd leak.

11 years agoMerge "SurfaceTexture: Fix a fence fd leak." into jb-mr1-dev
Jamie Gennis [Wed, 8 Aug 2012 23:13:20 +0000 (16:13 -0700)]
Merge "SurfaceTexture: Fix a fence fd leak." into jb-mr1-dev

11 years agoSurfaceTexture: Fix a fence fd leak.
Jamie Gennis [Wed, 8 Aug 2012 22:39:55 +0000 (15:39 -0700)]
SurfaceTexture: Fix a fence fd leak.

Bug: 6949010
Change-Id: I289992c964504b4fe5458dbd19b248a841ef043f

11 years agoam 85aea748: add /d/sync to dumpstate
Mathias Agopian [Wed, 8 Aug 2012 22:33:45 +0000 (15:33 -0700)]
am 85aea748: add /d/sync to dumpstate

* commit '85aea748861b5665e68b786b55f1c798f56fc0da':
  add /d/sync to dumpstate

11 years agoadd /d/sync to dumpstate
Mathias Agopian [Wed, 8 Aug 2012 22:32:02 +0000 (15:32 -0700)]
add /d/sync to dumpstate

Change-Id: I24f8f3e0420c2198ae3981fc067fb660898655e8

11 years agoam a610da90: Merge "enable java/jni build in PDK if supported" into jb-mr1-dev
Keun young Park [Wed, 8 Aug 2012 19:26:18 +0000 (12:26 -0700)]
am a610da90: Merge "enable java/jni build in PDK if supported" into jb-mr1-dev

* commit 'a610da900cf67f0cbd323c60a0dd55827df8313a':
  enable java/jni build in PDK if supported

11 years agoMerge "enable java/jni build in PDK if supported" into jb-mr1-dev
Keun young Park [Wed, 8 Aug 2012 19:25:15 +0000 (12:25 -0700)]
Merge "enable java/jni build in PDK if supported" into jb-mr1-dev

11 years agoReconcile with jb-mr1-release - do not merge
The Android Open Source Project [Wed, 8 Aug 2012 15:17:08 +0000 (08:17 -0700)]
Reconcile with jb-mr1-release - do not merge

Change-Id: I939b3c749ca86343996e1d4aefb32a7f30df037a

11 years agomerge in jb-mr1-release history after reset to jb-mr1-dev
The Android Automerger [Wed, 8 Aug 2012 13:47:25 +0000 (06:47 -0700)]
merge in jb-mr1-release history after reset to jb-mr1-dev

11 years agoenable java/jni build in PDK if supported
Keun young Park [Wed, 8 Aug 2012 00:09:19 +0000 (17:09 -0700)]
enable java/jni build in PDK if supported

- testFramerate requires platform java API
  while all other tests only need SDK support

Change-Id: Iaefe23c41b3ace87522b5deefd6db2f5d80ed872

11 years agoam b685c542: Changes to support multi-display HWC
Jesse Hall [Tue, 7 Aug 2012 20:50:44 +0000 (13:50 -0700)]
am b685c542: Changes to support multi-display HWC

* commit 'b685c542836b93c99cd85053e07696406ea37adb':
  Changes to support multi-display HWC

11 years agoChanges to support multi-display HWC
Jesse Hall [Tue, 31 Jul 2012 21:32:56 +0000 (14:32 -0700)]
Changes to support multi-display HWC

Change-Id: I07efff54f2980dcb013935747b03e099b8f1181b

11 years agoReconcile with jb-mr1-release - do not merge
The Android Open Source Project [Tue, 7 Aug 2012 18:03:48 +0000 (11:03 -0700)]
Reconcile with jb-mr1-release - do not merge

Change-Id: I699a2310b14b3168c32dca19e4c9055eeab79d1a

11 years agomerge in jb-mr1-release history after reset to jb-mr1-dev
The Android Automerger [Tue, 7 Aug 2012 13:34:29 +0000 (06:34 -0700)]
merge in jb-mr1-release history after reset to jb-mr1-dev

11 years agoam 14bd369e: Merge changes Ic3d35a93,I46ec942d into jb-mr1-dev
Jamie Gennis [Tue, 7 Aug 2012 02:17:34 +0000 (19:17 -0700)]
am 14bd369e: Merge changes Ic3d35a93,I46ec942d into jb-mr1-dev

* commit '14bd369e4b711bfb267279c2161358542ed75b29':
  SurfaceTexture: fix an out of bounds array access
  surfaceflinger: refactor FrambufferSurface

11 years agoam 92516c84: fix pdk build
Greg Hackmann [Tue, 7 Aug 2012 02:16:06 +0000 (19:16 -0700)]
am 92516c84: fix pdk build

* commit '92516c84ef2a167524007a0584fb26018b5cb9c4':
  fix pdk build

11 years agoMerge changes Ic3d35a93,I46ec942d into jb-mr1-dev
Jamie Gennis [Tue, 7 Aug 2012 02:15:51 +0000 (19:15 -0700)]
Merge changes Ic3d35a93,I46ec942d into jb-mr1-dev

* changes:
  SurfaceTexture: fix an out of bounds array access
  surfaceflinger: refactor FrambufferSurface

11 years agoSurfaceTexture: fix an out of bounds array access
Jamie Gennis [Tue, 7 Aug 2012 00:10:57 +0000 (17:10 -0700)]
SurfaceTexture: fix an out of bounds array access

Bug: 6879028
Change-Id: Ic3d35a9384c0a6dfa4000e7743a6f6859608b0bf

11 years agosurfaceflinger: refactor FrambufferSurface
Jamie Gennis [Fri, 3 Aug 2012 03:11:05 +0000 (20:11 -0700)]
surfaceflinger: refactor FrambufferSurface

This change refactors the FramebufferSurface class to inherit from the new
ConsumerBase class.

Bug: 6620200
Change-Id: I46ec942ddb019658e3c5e79465548b171b2261f2

11 years agofix pdk build
Greg Hackmann [Mon, 6 Aug 2012 20:55:56 +0000 (13:55 -0700)]
fix pdk build

Change-Id: Ia4db8e1e8ee18ac112bf13a5ab2a75edb08fc70f
Signed-off-by: Greg Hackmann <ghackmann@google.com>
11 years agoReconcile with jb-mr1-release - do not merge
The Android Open Source Project [Mon, 6 Aug 2012 20:34:52 +0000 (13:34 -0700)]
Reconcile with jb-mr1-release - do not merge

Change-Id: I4761d711f0886ee4e81496a0068e35bcb91bf8b3

11 years agoam 53095e25: libutils cleanup: remove unused or seldom used code from misc.{cpp|h}
Mathias Agopian [Mon, 6 Aug 2012 20:16:39 +0000 (13:16 -0700)]
am 53095e25: libutils cleanup: remove unused or seldom used code from misc.{cpp|h}

* commit '53095e25d69206bea1ac15a7382ab8b61155c0c1':
  libutils cleanup: remove unused or seldom used code from misc.{cpp|h}

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

11 years agolibutils cleanup: remove unused or seldom used code from misc.{cpp|h}
Mathias Agopian [Sun, 5 Aug 2012 19:41:16 +0000 (12:41 -0700)]
libutils cleanup: remove unused or seldom used code from misc.{cpp|h}

Change-Id: I72206f16619d81887e3b85603494563faab3b445

11 years agoam 028a7572: DisplayDevice doesn\'t need weak pointers or polymorphism
Mathias Agopian [Sun, 5 Aug 2012 08:33:09 +0000 (01:33 -0700)]
am 028a7572: DisplayDevice doesn\'t need weak pointers or polymorphism

* commit '028a7572c81f91e4039b694cde1f55fdb3e483c7':
  DisplayDevice doesn't need weak pointers or polymorphism

11 years agoDisplayDevice doesn't need weak pointers or polymorphism
Mathias Agopian [Sun, 5 Aug 2012 08:23:51 +0000 (01:23 -0700)]
DisplayDevice doesn't need weak pointers or polymorphism

let's use a LightRefBase for now.

Change-Id: Ida068fa902343a8f89ffb6d34c2cd4627ab43c6c

11 years agoam 4297734c: turn DisplayDevice into a reference-counted object
Mathias Agopian [Sun, 5 Aug 2012 07:44:58 +0000 (00:44 -0700)]
am 4297734c: turn DisplayDevice into a reference-counted object

* commit '4297734c1156fd8ede7e9c61b1e439f9e1c18cd9':
  turn DisplayDevice into a reference-counted object

11 years agoturn DisplayDevice into a reference-counted object
Mathias Agopian [Sun, 5 Aug 2012 07:40:46 +0000 (00:40 -0700)]
turn DisplayDevice into a reference-counted object

it's safer this way because this object owns an
EGLSurface which cannot be easily reference-counted.

it also gives us the ability to sub-class it, which
we might want to do soon.

Change-Id: I07358bb052dc5a13b4f2196b2c2b6e6e94c4bb4f

11 years agoam d8552d79: DisplayDevice only needs ANativeWindow not SurfaceTextureClient
Mathias Agopian [Sun, 5 Aug 2012 04:43:07 +0000 (21:43 -0700)]
am d8552d79: DisplayDevice only needs ANativeWindow not SurfaceTextureClient

* commit 'd8552d796cbcb9a89711fc8f97b34838da5cbdb7':
  DisplayDevice only needs ANativeWindow not SurfaceTextureClient

11 years agoDisplayDevice only needs ANativeWindow not SurfaceTextureClient
Mathias Agopian [Sun, 5 Aug 2012 04:39:11 +0000 (21:39 -0700)]
DisplayDevice only needs ANativeWindow not SurfaceTextureClient

Change-Id: Ib5be5af8bede435c8d5d9fabf586d28d0e74c2cb

11 years agoam 888c822c: remove a dependency of DisplayDevice on the refresh rate
Mathias Agopian [Sun, 5 Aug 2012 04:33:29 +0000 (21:33 -0700)]
am 888c822c: remove a dependency of DisplayDevice on the refresh rate

* commit '888c822c4cb6976aab9256c58bae9e17e3e55c5c':
  remove a dependency of DisplayDevice on the refresh rate

11 years agoremove a dependency of DisplayDevice on the refresh rate
Mathias Agopian [Sun, 5 Aug 2012 04:10:38 +0000 (21:10 -0700)]
remove a dependency of DisplayDevice on the refresh rate

this remove a dependency (not all) on FramebufferSurface

Change-Id: Ie07ce70760cdcedfb41b5b41bea8da45637bf474

11 years agoam 72131d9e: remove unneeded dependencies in libhardware
Mathias Agopian [Sun, 5 Aug 2012 03:25:31 +0000 (20:25 -0700)]
am 72131d9e: remove unneeded dependencies in libhardware

* commit '72131d9ef13ffaf3af4ca2fe700426b82baac9fa':
  remove unneeded dependencies in libhardware

11 years agoremove unneeded dependencies in libhardware
Mathias Agopian [Sun, 5 Aug 2012 03:22:32 +0000 (20:22 -0700)]
remove unneeded dependencies in libhardware

Change-Id: Ibb8d698d594216d0746b0e7270cf87d7e5acab2b

11 years agoam c1d359d4: break SF dependencies on libdvm and libandroid_runtime
Mathias Agopian [Sun, 5 Aug 2012 03:16:52 +0000 (20:16 -0700)]
am c1d359d4: break SF dependencies on libdvm and libandroid_runtime

* commit 'c1d359d42b753fcc2426d66a0f782f7c300893bc':
  break SF dependencies on libdvm and libandroid_runtime

11 years agobreak SF dependencies on libdvm and libandroid_runtime
Mathias Agopian [Sun, 5 Aug 2012 03:09:03 +0000 (20:09 -0700)]
break SF dependencies on libdvm and libandroid_runtime

these libraries are only needed for debugging and are now
linked at runtime if needed.

Change-Id: I03f138523c6de166a1e2700d4454d4a854aee145

11 years agoam 92efd84f: screen-off animation won\'t be handled by SF anymore
Mathias Agopian [Sat, 4 Aug 2012 00:14:55 +0000 (17:14 -0700)]
am 92efd84f: screen-off animation won\'t be handled by SF anymore

* commit '92efd84f37ce5a8aae74dc9086f825a67b6894e9':
  screen-off animation won't be handled by SF anymore

11 years agoam 92a979a9: We now have a real list of displays.
Mathias Agopian [Sat, 4 Aug 2012 00:14:54 +0000 (17:14 -0700)]
am 92a979a9: We now have a real list of displays.

* commit '92a979a92c34b7de609ce2b1662c73bb8a2728b9':
  We now have a real list of displays.

11 years agoam fcb239d3: don\'t filter when capturing a screenshot unless needed
Mathias Agopian [Sat, 4 Aug 2012 00:14:53 +0000 (17:14 -0700)]
am fcb239d3: don\'t filter when capturing a screenshot unless needed

* commit 'fcb239d3dac8bc80f28177f1951611c1d43286ff':
  don't filter when capturing a screenshot unless needed

11 years agoam d3ee231e: cleanups in preparation of bigger changes
Mathias Agopian [Sat, 4 Aug 2012 00:14:52 +0000 (17:14 -0700)]
am d3ee231e: cleanups in preparation of bigger changes

* commit 'd3ee231eddce0b69ec5e35188dbd0f4a2c3b9ac3':
  cleanups in preparation of bigger changes

11 years agoam 0f2f5ff7: rename DisplayHardware to DisplayDevice
Mathias Agopian [Sat, 4 Aug 2012 00:14:52 +0000 (17:14 -0700)]
am 0f2f5ff7: rename DisplayHardware to DisplayDevice

* commit '0f2f5ff75b7b48ceb64270655ee6b62d09bf4d00':
  rename DisplayHardware to DisplayDevice

11 years agoam be246f86: Layers are now sorted by layer-stack first, then by z-order
Mathias Agopian [Sat, 4 Aug 2012 00:14:51 +0000 (17:14 -0700)]
am be246f86: Layers are now sorted by layer-stack first, then by z-order

* commit 'be246f86bd6378a5110e81e9d9068ab03c3b077e':
  Layers are now sorted by layer-stack first, then by z-order

11 years agoam 52bbb1ae: getting closer to final main composition loop
Mathias Agopian [Sat, 4 Aug 2012 00:14:50 +0000 (17:14 -0700)]
am 52bbb1ae: getting closer to final main composition loop

* commit '52bbb1ae239c8a4d05543a23fa8c08467d09c3b2':
  getting closer to final main composition loop

11 years agoam 87baae10: get rid of global regions that should be tracked per display
Mathias Agopian [Sat, 4 Aug 2012 00:14:49 +0000 (17:14 -0700)]
am 87baae10: get rid of global regions that should be tracked per display

* commit '87baae104a3e4c2059990b01c393476065c558b0':
  get rid of global regions that should be tracked per display

11 years agoscreen-off animation won't be handled by SF anymore
Mathias Agopian [Fri, 3 Aug 2012 04:27:56 +0000 (21:27 -0700)]
screen-off animation won't be handled by SF anymore

Change-Id: Idc41386804ae7d7eb981c36e1bc55c270870c8d0

11 years agoWe now have a real list of displays.
Mathias Agopian [Fri, 3 Aug 2012 01:32:23 +0000 (18:32 -0700)]
We now have a real list of displays.

displays can be dynamically added or removed, and the
list is part of the SF's transaction.

Change-Id: I4186ea39f1317c0e7c044f869004017738968fab