OSDN Git Service

android-x86/hardware-libhardware.git
12 years agogralloc: add enter/leave vt honeycomb-x86
Chia-I Wu [Wed, 20 Apr 2011 09:28:43 +0000 (17:28 +0800)]
gralloc: add enter/leave vt

Change-Id: Ic49608824b11016d0b76a624fe058864e3f40a31

12 years agogralloc: fallback to use fewer buffer on mapping error
Chih-Wei Huang [Thu, 2 Dec 2010 03:54:46 +0000 (11:54 +0800)]
gralloc: fallback to use fewer buffer on mapping error

Change-Id: I6be89437fd10bdc3f5e05d56944d3d547bffbf3c

12 years agogralloc: auto select pixel format according to color depth
Chih-Wei Huang [Thu, 2 Dec 2010 03:27:10 +0000 (11:27 +0800)]
gralloc: auto select pixel format according to color depth

Change-Id: I1e6db2bbe03260d156644ca0700eb2e3e02956dc

12 years agogralloc: Add DRM actions.
Chia-I Wu [Mon, 11 Oct 2010 05:17:10 +0000 (13:17 +0800)]
gralloc: Add DRM actions.

Change-Id: I1eaefcea4da6ed01b769717d69ef08cce7ce7ef4

12 years agolibhardware: define HWC_IDLE bit
Nuno Subtil [Wed, 1 Jun 2011 00:51:51 +0000 (17:51 -0700)]
libhardware: define HWC_IDLE bit

(cherry picked from commit fb5bd37e3ddac9a10504cc5f7f9f912b3b107326)

Change-Id: I43397e891729f428ed7da64fa3ba9a3be90385b5

13 years agoam 30497e4f: Reconcile gingerbread-plus-aosp and honeycomb
The Android Open Source Project [Sun, 30 Jan 2011 20:53:57 +0000 (12:53 -0800)]
am 30497e4f: Reconcile gingerbread-plus-aosp and honeycomb

* commit '30497e4fa693b73e91bbd39c573e6ffa1d57f98f':

13 years agoReconcile gingerbread-plus-aosp and honeycomb
The Android Open Source Project [Sun, 30 Jan 2011 20:40:53 +0000 (12:40 -0800)]
Reconcile gingerbread-plus-aosp and honeycomb

Change-Id: I0310c299ff4719e454488eafcebbd16045c7e9ea

13 years agoMass merge from gingerbread - do not merge
The Android Open Source Project [Sun, 30 Jan 2011 20:40:53 +0000 (12:40 -0800)]
Mass merge from gingerbread - do not merge

Change-Id: I99b09f1fd58b5c3119903304605ff613e1c4a665

13 years agoProtected surface API
Glenn Kasten [Thu, 20 Jan 2011 00:58:31 +0000 (16:58 -0800)]
Protected surface API

Change-Id: I63a16e77228b4a440ad08b9f21d8fbbacef3698e

13 years agoam 25b68b5c: gralloc: Add support for 32-bit framebuffers.
David 'Digit' Turner [Thu, 27 Jan 2011 17:18:13 +0000 (09:18 -0800)]
am 25b68b5c: gralloc: Add support for 32-bit framebuffers.

* commit '25b68b5c24e443c326af73a33cea6dc45e845254':
  gralloc: Add support for 32-bit framebuffers.

13 years agoam 80d3699c: gralloc: Fix division-by-0 during system emulation.
David 'Digit' Turner [Thu, 27 Jan 2011 16:35:09 +0000 (08:35 -0800)]
am 80d3699c: gralloc: Fix division-by-0 during system emulation.

* commit '80d3699c9e8e18d57684f3b20d58fd259379a9d2':
  gralloc: Fix division-by-0 during system emulation.

13 years agoam 36292755: am 25b68b5c: gralloc: Add support for 32-bit framebuffers.
David 'Digit' Turner [Mon, 17 Jan 2011 22:59:26 +0000 (14:59 -0800)]
am 36292755: am 25b68b5c: gralloc: Add support for 32-bit framebuffers.

* commit '3629275560f4a952cedd69c76b7b96b3b490f6f6':
  gralloc: Add support for 32-bit framebuffers.

13 years agoam 25b68b5c: gralloc: Add support for 32-bit framebuffers.
David 'Digit' Turner [Mon, 17 Jan 2011 22:57:46 +0000 (14:57 -0800)]
am 25b68b5c: gralloc: Add support for 32-bit framebuffers.

* commit '25b68b5c24e443c326af73a33cea6dc45e845254':
  gralloc: Add support for 32-bit framebuffers.

13 years agogralloc: Add support for 32-bit framebuffers.
David 'Digit' Turner [Sun, 16 Jan 2011 18:52:22 +0000 (19:52 +0100)]
gralloc: Add support for 32-bit framebuffers.

Note: The code under hardware/libhardware/modules/gralloc/ is only used
      when running the system under the emulator.

Change-Id: I022978aeaacc5137c9917cd2ef6952dd3897ece4

13 years agoam 3d05f9cf: Merge 80d3699c: gralloc: Fix division-by-0 during system emulation.
David 'Digit' Turner [Sun, 16 Jan 2011 23:15:17 +0000 (15:15 -0800)]
am 3d05f9cf: Merge 80d3699c: gralloc: Fix division-by-0 during system emulation.

* commit '3d05f9cfbd996f52c0bd6307a80beaabc4e58140':
  Merge 80d3699c: gralloc: Fix division-by-0 during system emulation.

13 years agoMerge 80d3699c: gralloc: Fix division-by-0 during system emulation.
David 'Digit' Turner [Sat, 15 Jan 2011 20:06:12 +0000 (21:06 +0100)]
Merge 80d3699c: gralloc: Fix division-by-0 during system emulation.

This patch avoids a division-by-0 when the system is running
under emulation (the kernel driver reports pixclock as 0, for
some reason). Which results in a SIGFPE during the boot sequence.

Change-Id: Ia9febdf143dcbce9837ca89c641e95dce3a888bb

13 years agoam f540c44f: am 80d3699c: gralloc: Fix division-by-0 during system emulation.
David 'Digit' Turner [Sun, 16 Jan 2011 21:06:33 +0000 (13:06 -0800)]
am f540c44f: am 80d3699c: gralloc: Fix division-by-0 during system emulation.

* commit 'f540c44fc218bffcdfbc226187d3cdc08e213c32':
  gralloc: Fix division-by-0 during system emulation.

13 years agoam 80d3699c: gralloc: Fix division-by-0 during system emulation.
David 'Digit' Turner [Sun, 16 Jan 2011 21:04:42 +0000 (13:04 -0800)]
am 80d3699c: gralloc: Fix division-by-0 during system emulation.

* commit '80d3699c9e8e18d57684f3b20d58fd259379a9d2':
  gralloc: Fix division-by-0 during system emulation.

13 years agogralloc: Fix division-by-0 during system emulation.
David 'Digit' Turner [Sat, 15 Jan 2011 20:06:12 +0000 (21:06 +0100)]
gralloc: Fix division-by-0 during system emulation.

This patch avoids a division-by-0 when the system is running
under emulation (the kernel driver reports pixclock as 0, for
some reason). Which results in a SIGFPE during the boot sequence.

Change-Id: Idb6bcdd58999ea9231f2411481c25929d5d02f1d

13 years agogralloc: add dump hooks to gralloc/hwcomposer
Erik Gilling [Thu, 2 Dec 2010 00:34:08 +0000 (16:34 -0800)]
gralloc: add dump hooks to gralloc/hwcomposer

Change-Id: I27bf46103b4d1d547c42a6de4f3270a6dfd7b7ec

13 years agogralloc: add padding to alloc_device_t and hwc_composer_device_t
Erik Gilling [Wed, 8 Dec 2010 02:46:04 +0000 (18:46 -0800)]
gralloc: add padding to alloc_device_t and hwc_composer_device_t

also adds version #defines

Change-Id: I89f19fc7811ea9c9efb579a9f6abb4c3d9011bbf

13 years agoconst native_handle_t* -> buffer_handle_t
Louis Huemiller [Wed, 1 Dec 2010 20:25:00 +0000 (12:25 -0800)]
const native_handle_t* -> buffer_handle_t

Change-Id: If4ac1bcfba7192ac1339039cac75f76a5c09f4c6

13 years agoam 778ab436: am 3cceacee: Merge "update rotation-vector documentation." into gingerbread
Mathias Agopian [Wed, 1 Dec 2010 11:37:43 +0000 (03:37 -0800)]
am 778ab436: am 3cceacee: Merge "update rotation-vector documentation." into gingerbread

* commit '778ab436dee2918ae2fa083f4afa4ba68dc39235':
  update rotation-vector documentation.

13 years agoam 3cceacee: Merge "update rotation-vector documentation." into gingerbread
Mathias Agopian [Tue, 30 Nov 2010 22:08:43 +0000 (14:08 -0800)]
am 3cceacee: Merge "update rotation-vector documentation." into gingerbread

* commit '3cceaceecac1e76244153940b8855ad1bbdd1037':
  update rotation-vector documentation.

13 years agoMerge "update rotation-vector documentation." into gingerbread
Mathias Agopian [Tue, 30 Nov 2010 22:05:02 +0000 (14:05 -0800)]
Merge "update rotation-vector documentation." into gingerbread

13 years agoam 2d17786b: am 2ec21933: Update the docs for the private pixel formats.
Jamie Gennis [Thu, 25 Nov 2010 00:27:25 +0000 (16:27 -0800)]
am 2d17786b: am 2ec21933: Update the docs for the private pixel formats.

* commit '2d17786be760f473b2a05f5ab48f82cc463c860b':
  Update the docs for the private pixel formats.

13 years agoam 2ec21933: Update the docs for the private pixel formats.
Jamie Gennis [Wed, 24 Nov 2010 23:03:39 +0000 (15:03 -0800)]
am 2ec21933: Update the docs for the private pixel formats.

* commit '2ec2193365ab26c6f77a2c5617887ced7a8d6711':
  Update the docs for the private pixel formats.

13 years agoHardware Composer add const for handle pointer
Louis Huemiller [Tue, 23 Nov 2010 00:34:10 +0000 (16:34 -0800)]
Hardware Composer add const for handle pointer

Change-Id: Icf53be12ed43bce19b152fa7f1dee104d713b8da

13 years agoupdate rotation-vector documentation.
Mathias Agopian [Mon, 22 Nov 2010 23:55:32 +0000 (15:55 -0800)]
update rotation-vector documentation.

the rotation-vector sensor must transmit the W component of the
unit quaternion in data[4].
This change doesn't cause a compatibility issue because nothing in the
system relies on the W component being present.

Change-Id: If4f699ac8d41d8b957925b375e355a138a82dcf8

13 years agoUpdate the docs for the private pixel formats.
Jamie Gennis [Mon, 22 Nov 2010 23:28:58 +0000 (15:28 -0800)]
Update the docs for the private pixel formats.

Change-Id: I337d9e7ba7f3a625294398790844c6d15ee75237

13 years agoAdd a gralloc usage flag for external displays.
Jamie Gennis [Thu, 18 Nov 2010 02:51:17 +0000 (18:51 -0800)]
Add a gralloc usage flag for external displays.

This change adds a gralloc usage flag to indicate that a buffer should
be displayed full-screen on an external display if one is present.

Change-Id: I3230a8dd2c49c89c81bf0ee9e646a448028bda2e

13 years agoam caf9528e: am 2d1e978e: improve hardware.h documentation
Mathias Agopian [Tue, 26 Oct 2010 19:21:50 +0000 (12:21 -0700)]
am caf9528e: am 2d1e978e: improve hardware.h documentation

13 years agoam 2d1e978e: improve hardware.h documentation
Mathias Agopian [Tue, 26 Oct 2010 19:19:39 +0000 (12:19 -0700)]
am 2d1e978e: improve hardware.h documentation

13 years agoimprove hardware.h documentation
Mathias Agopian [Tue, 26 Oct 2010 00:20:19 +0000 (17:20 -0700)]
improve hardware.h documentation

Change-Id: I637a1d8924af144a9c2cc4645659e9d23e9527d6

13 years agohwcomposer.h - Add comment that buffer handles in a list must be unique
Louis Huemiller [Tue, 26 Oct 2010 00:00:52 +0000 (17:00 -0700)]
hwcomposer.h - Add comment that buffer handles in a list must be unique

Change-Id: Iaa4984258572b46d6ded4c74b616b842003031c8

13 years agoam ccacbce3: am 937af9b7: fix part of [Issue 3114236] [Crespo] The order of FLIP_H...
Mathias Agopian [Thu, 21 Oct 2010 20:49:17 +0000 (13:49 -0700)]
am ccacbce3: am 937af9b7: fix part of [Issue 3114236] [Crespo] The order of FLIP_H and ROT_90 is different from other devices

Merge commit 'ccacbce375af6422fa24f81bdc771a5460f60fed'

* commit 'ccacbce375af6422fa24f81bdc771a5460f60fed':
  fix part of [Issue 3114236] [Crespo] The order of FLIP_H and ROT_90 is different from other devices

13 years agoam 937af9b7: fix part of [Issue 3114236] [Crespo] The order of FLIP_H and ROT_90...
Mathias Agopian [Thu, 21 Oct 2010 07:26:22 +0000 (00:26 -0700)]
am 937af9b7: fix part of [Issue 3114236] [Crespo] The order of FLIP_H and ROT_90 is different from other devices

Merge commit '937af9b7136a8b692812bc47eaeb9a3e255c46a5' into gingerbread-plus-aosp

* commit '937af9b7136a8b692812bc47eaeb9a3e255c46a5':
  fix part of [Issue 3114236] [Crespo] The order of FLIP_H and ROT_90 is different from other devices

13 years agofix part of [Issue 3114236] [Crespo] The order of FLIP_H and ROT_90 is different...
Mathias Agopian [Thu, 21 Oct 2010 07:07:32 +0000 (00:07 -0700)]
fix part of [Issue 3114236] [Crespo] The order of FLIP_H and ROT_90 is different from other devices

there are a typo in hardware.h where FLIP_V and FLIP_H were inverted.
this change will probably break all the overlay HALs which
implement FLIP_V/H, which thanksfully are not many.

Change-Id: Ie824d9a924354d637e44eb6476cb4e5e945c3594

13 years agoam 4829b184: am 118b5d79: Allow disabling page-flipping.
Jean-Baptiste Queru [Mon, 18 Oct 2010 23:41:56 +0000 (16:41 -0700)]
am 4829b184: am 118b5d79: Allow disabling page-flipping.

Merge commit '4829b184f15350de20096a97e583ed4c2b3d6427'

* commit '4829b184f15350de20096a97e583ed4c2b3d6427':
  Allow disabling page-flipping.

13 years agoam 118b5d79: Allow disabling page-flipping.
Jean-Baptiste Queru [Mon, 18 Oct 2010 16:53:02 +0000 (09:53 -0700)]
am 118b5d79: Allow disabling page-flipping.

Merge commit '118b5d7961a4abc29c8bd592956007f40ad4fc6d' into gingerbread-plus-aosp

* commit '118b5d7961a4abc29c8bd592956007f40ad4fc6d':
  Allow disabling page-flipping.

13 years agoAllow disabling page-flipping.
Jean-Baptiste Queru [Fri, 15 Oct 2010 01:04:30 +0000 (18:04 -0700)]
Allow disabling page-flipping.

Some devices have low-level bugs in their page-flip.

Disabling it at this level gives us more flexibility
than trying to control it elsewhere.

Bug: 3097357
Change-Id: Icc6ae172264e453bec0680e74a497a2b24299c4a

13 years agoam 7b96b46c: am 455e83b7: GPS: Add update_network_state call to AGpsRilInterface
Mike Lockwood [Tue, 12 Oct 2010 18:49:55 +0000 (11:49 -0700)]
am 7b96b46c: am 455e83b7: GPS: Add update_network_state call to AGpsRilInterface

Merge commit '7b96b46c5bc0bb7149c5323c9537660558e65bad'

* commit '7b96b46c5bc0bb7149c5323c9537660558e65bad':
  GPS: Add update_network_state call to AGpsRilInterface

13 years agoam 455e83b7: GPS: Add update_network_state call to AGpsRilInterface
Mike Lockwood [Mon, 11 Oct 2010 19:03:19 +0000 (12:03 -0700)]
am 455e83b7: GPS: Add update_network_state call to AGpsRilInterface

Merge commit '455e83b705cf4ab830b79585f83176b90daed895' into gingerbread-plus-aosp

* commit '455e83b705cf4ab830b79585f83176b90daed895':
  GPS: Add update_network_state call to AGpsRilInterface

13 years agoGPS: Add update_network_state call to AGpsRilInterface
Mike Lockwood [Mon, 11 Oct 2010 10:16:57 +0000 (06:16 -0400)]
GPS: Add update_network_state call to AGpsRilInterface

Change-Id: I3ecc24965ef7fbd943738dee7d0e440bfdeae753
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoam b15cd546: am 5f404f58: gps: Adding AgpsRilInterface extension
Miguel Torroja [Thu, 7 Oct 2010 16:28:09 +0000 (09:28 -0700)]
am b15cd546: am 5f404f58: gps: Adding AgpsRilInterface extension

Merge commit 'b15cd546e2043b7530c8eabf235820906e42eaa3'

* commit 'b15cd546e2043b7530c8eabf235820906e42eaa3':
  gps: Adding AgpsRilInterface extension

13 years agoam 5f404f58: gps: Adding AgpsRilInterface extension
Miguel Torroja [Tue, 5 Oct 2010 19:38:42 +0000 (12:38 -0700)]
am 5f404f58: gps: Adding AgpsRilInterface extension

Merge commit '5f404f58df329e7676f8fd47bb9bb82f9dc047f1' into gingerbread-plus-aosp

* commit '5f404f58df329e7676f8fd47bb9bb82f9dc047f1':
  gps: Adding AgpsRilInterface extension

13 years agogps: Adding AgpsRilInterface extension
Miguel Torroja [Tue, 27 Jul 2010 04:34:15 +0000 (06:34 +0200)]
gps: Adding AgpsRilInterface extension

Change-Id: Iddc10906ca4bd59fef25d51068e0c69998aae13f
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoam 26ad3929: am e755bd40: add /vendor support
Brian Swetland [Sun, 19 Sep 2010 11:46:16 +0000 (04:46 -0700)]
am 26ad3929: am e755bd40: add /vendor support

Merge commit '26ad39290948f7728b613208e5b8dc311029ebfe'

* commit '26ad39290948f7728b613208e5b8dc311029ebfe':
  add /vendor support

13 years agoam e755bd40: add /vendor support
Brian Swetland [Sun, 19 Sep 2010 10:51:37 +0000 (03:51 -0700)]
am e755bd40: add /vendor support

Merge commit 'e755bd4038cab69f98f7cf17e41f493296ec62ab' into gingerbread-plus-aosp

* commit 'e755bd4038cab69f98f7cf17e41f493296ec62ab':
  add /vendor support

13 years agoadd /vendor support
Brian Swetland [Sun, 19 Sep 2010 10:41:01 +0000 (03:41 -0700)]
add /vendor support

Search /vendor/lib/hw/... as well as /system/lib/hw/... for hal modules.

Change-Id: I1aecafcc884e11b2f17edf28e8c8ca2926184807

13 years agoresolved conflicts for merge of 72c113ee to master
Mathias Agopian [Wed, 15 Sep 2010 19:08:05 +0000 (12:08 -0700)]
resolved conflicts for merge of 72c113ee to master

Change-Id: Icef7703423fdb153477bfd3dc49980e979bbd8e7

13 years agoam c04e5f68: Added a data field for gyroscopes and improved documentation.
Mathias Agopian [Tue, 14 Sep 2010 20:29:39 +0000 (13:29 -0700)]
am c04e5f68: Added a data field for gyroscopes and improved documentation.

Merge commit 'c04e5f68905127ae4c1a0c17d225db9cebe66a07' into gingerbread-plus-aosp

* commit 'c04e5f68905127ae4c1a0c17d225db9cebe66a07':
  Added a data field for gyroscopes and improved documentation.

13 years agoAdded a data field for gyroscopes and improved documentation.
Mathias Agopian [Tue, 14 Sep 2010 17:53:55 +0000 (10:53 -0700)]
Added a data field for gyroscopes and improved documentation.

Change-Id: Iddc9710d8b724af9285df0396949479dccc3de7a

13 years agoam 20d7bafc: am a2df7ab5: Fix (again) description of our interchange YV12 format
Mathias Agopian [Sat, 11 Sep 2010 00:24:19 +0000 (17:24 -0700)]
am 20d7bafc: am a2df7ab5: Fix (again) description of our interchange YV12 format

Merge commit '20d7bafcf02a629d4d02401445a5d4804f86336b'

* commit '20d7bafcf02a629d4d02401445a5d4804f86336b':
  Fix (again) description of our interchange YV12 format

13 years agoam a2df7ab5: Fix (again) description of our interchange YV12 format
Mathias Agopian [Fri, 10 Sep 2010 23:31:49 +0000 (16:31 -0700)]
am a2df7ab5: Fix (again) description of our interchange YV12 format

Merge commit 'a2df7ab5fe89fda56606f8151659db47e160a5b3' into gingerbread-plus-aosp

* commit 'a2df7ab5fe89fda56606f8151659db47e160a5b3':
  Fix (again) description of our interchange YV12 format

13 years agoFix (again) description of our interchange YV12 format
Mathias Agopian [Fri, 10 Sep 2010 21:33:16 +0000 (14:33 -0700)]
Fix (again) description of our interchange YV12 format

Change-Id: I8cd81654b51d50385cccec7b96f6e694fd372925

13 years agoam 2d0e51f8: am 03cb00b7: Fix sim-eng build.
Brian Carlstrom [Wed, 25 Aug 2010 03:02:38 +0000 (20:02 -0700)]
am 2d0e51f8: am 03cb00b7: Fix sim-eng build.

Merge commit '2d0e51f8b7e373f5e3eeef065e7f54e65eeff4aa'

* commit '2d0e51f8b7e373f5e3eeef065e7f54e65eeff4aa':
  Fix sim-eng build.

13 years agoam 03cb00b7: Fix sim-eng build.
Brian Carlstrom [Wed, 25 Aug 2010 03:00:30 +0000 (20:00 -0700)]
am 03cb00b7: Fix sim-eng build.

Merge commit '03cb00b7b37d39f6d599bb148db775a08eb8b04a' into gingerbread-plus-aosp

* commit '03cb00b7b37d39f6d599bb148db775a08eb8b04a':
  Fix sim-eng build.

13 years agoFix sim-eng build.
Brian Carlstrom [Wed, 25 Aug 2010 00:57:25 +0000 (17:57 -0700)]
Fix sim-eng build.

Missing a <string.h> header.

git cherry-pick -e d0019991

Change-Id: I7a3dc7cb7d2855fde56512b3dcb181a092055497

13 years agoam a9c5514e: am 4ec14c1e: add new sensor types for handling gyro data and device...
Kevin Powell [Tue, 24 Aug 2010 18:21:34 +0000 (11:21 -0700)]
am a9c5514e: am 4ec14c1e: add new sensor types for handling gyro data and device orientation more efficiently.

Merge commit 'a9c5514e74a921eec19c912ca93cc666e496dc93'

* commit 'a9c5514e74a921eec19c912ca93cc666e496dc93':
  add new sensor types for handling gyro data and device orientation more efficiently.

13 years agoresolved conflicts for merge of 5e610d6a to master
Kenny Root [Tue, 24 Aug 2010 17:22:45 +0000 (10:22 -0700)]
resolved conflicts for merge of 5e610d6a to master

Change-Id: Ibeaa176ff4b25f81559d14dd8c73283ee4f2eacf

13 years agoam 4ec14c1e: add new sensor types for handling gyro data and device orientation more...
Kevin Powell [Mon, 23 Aug 2010 20:56:18 +0000 (13:56 -0700)]
am 4ec14c1e: add new sensor types for handling gyro data and device orientation more efficiently.

Merge commit '4ec14c1e233bbc0c7c7efe990f2fafe9727179ca' into gingerbread-plus-aosp

* commit '4ec14c1e233bbc0c7c7efe990f2fafe9727179ca':
  add new sensor types for handling gyro data and device orientation more efficiently.

13 years agoam 3691181b: am 76022c6f: Merge "revert pixelformat hack" into gingerbread
Mathias Agopian [Sat, 21 Aug 2010 16:43:27 +0000 (09:43 -0700)]
am 3691181b: am 76022c6f: Merge "revert pixelformat hack" into gingerbread

Merge commit '3691181b21454bcd56c9521e8b61d96ed6e01f84'

* commit '3691181b21454bcd56c9521e8b61d96ed6e01f84':
  revert pixelformat hack

13 years agoam 0b948165: am 5f5c5460: Fix build (missing #include).
Elliott Hughes [Sat, 21 Aug 2010 16:42:58 +0000 (09:42 -0700)]
am 0b948165: am 5f5c5460: Fix build (missing #include).

Merge commit '0b9481652bea42330503bf136ef7fac859a1dd18'

* commit '0b9481652bea42330503bf136ef7fac859a1dd18':
  Fix build (missing #include).

13 years agoadd new sensor types for handling gyro data and device orientation more efficiently.
Kevin Powell [Tue, 20 Jul 2010 02:12:15 +0000 (19:12 -0700)]
add new sensor types for handling gyro data and device orientation more efficiently.

Change-Id: I89faf5b3d57a3e726d1c347ce01d931b100188cd

13 years agoresolved conflicts for merge of b01a043d to gingerbread-plus-aosp
Jean-Baptiste Queru [Sat, 21 Aug 2010 00:30:45 +0000 (17:30 -0700)]
resolved conflicts for merge of b01a043d to gingerbread-plus-aosp

Change-Id: I60466613c7ea0335a78d553a10876367d65557d9

13 years agoam 5032cb8b: (-s ours) am 2698f0cd: Revert hwcomposer HAL. DO NOT MERGE.
Mathias Agopian [Fri, 20 Aug 2010 13:27:03 +0000 (06:27 -0700)]
am 5032cb8b: (-s ours) am 2698f0cd: Revert hwcomposer HAL. DO NOT MERGE.

Merge commit '5032cb8b03021a0874c296059833982daf0705b3'

* commit '5032cb8b03021a0874c296059833982daf0705b3':
  Revert hwcomposer HAL. DO NOT MERGE.

13 years agoam 76022c6f: Merge "revert pixelformat hack" into gingerbread
Mathias Agopian [Thu, 19 Aug 2010 20:42:13 +0000 (13:42 -0700)]
am 76022c6f: Merge "revert pixelformat hack" into gingerbread

Merge commit '76022c6f4417ac91069c010aa15044e07f7b7d2e' into gingerbread-plus-aosp

* commit '76022c6f4417ac91069c010aa15044e07f7b7d2e':
  revert pixelformat hack

13 years agoMerge "revert pixelformat hack" into gingerbread
Mathias Agopian [Thu, 19 Aug 2010 20:37:53 +0000 (13:37 -0700)]
Merge "revert pixelformat hack" into gingerbread

13 years agorevert pixelformat hack
Mathias Agopian [Thu, 19 Aug 2010 20:14:46 +0000 (13:14 -0700)]
revert pixelformat hack

Change-Id: Ia5e01b2b2f205f48ede1d29275094a64221df2d4

13 years agoam 5f5c5460: Fix build (missing #include).
Elliott Hughes [Thu, 19 Aug 2010 19:50:10 +0000 (12:50 -0700)]
am 5f5c5460: Fix build (missing #include).

Merge commit '5f5c5460d382104a8792952907aa2fa0cae1bca7' into gingerbread-plus-aosp

* commit '5f5c5460d382104a8792952907aa2fa0cae1bca7':
  Fix build (missing #include).

13 years agoFix build (missing #include).
Elliott Hughes [Thu, 19 Aug 2010 17:21:01 +0000 (10:21 -0700)]
Fix build (missing #include).

Change-Id: Icafc2289d1320f2cd41e8756363240268780d8b8

13 years agoam 2698f0cd: Revert hwcomposer HAL. DO NOT MERGE.
Mathias Agopian [Wed, 18 Aug 2010 20:57:11 +0000 (13:57 -0700)]
am 2698f0cd: Revert hwcomposer HAL. DO NOT MERGE.

Merge commit '2698f0cd99ee0cb8c88d06ea3555edbf7606c07a' into gingerbread-plus-aosp

* commit '2698f0cd99ee0cb8c88d06ea3555edbf7606c07a':
  Revert hwcomposer HAL. DO NOT MERGE.

13 years agoRevert hwcomposer HAL. DO NOT MERGE.
Mathias Agopian [Wed, 18 Aug 2010 03:28:04 +0000 (20:28 -0700)]
Revert hwcomposer HAL. DO NOT MERGE.

This reverts commit cdd44a0db36749af5036e903e4867b279ef420df.
This reverts commit e6b5c05aa0236dc42107d028a366a3fd2678677b.
This reverts commit 5d3de309f44f6a72f2a46db792f3865088897039.

13 years agoam ee1b98f8: am cdd44a0d: added a new hint to tell SF it should clear the FB for...
Mathias Agopian [Thu, 12 Aug 2010 22:11:19 +0000 (15:11 -0700)]
am ee1b98f8: am cdd44a0d: added a new hint to tell SF it should clear the FB for some layers

Merge commit 'ee1b98f8b3016173b3aadcb652cc53c5ca09c093'

* commit 'ee1b98f8b3016173b3aadcb652cc53c5ca09c093':
  added a new hint to tell SF it should clear the FB for some layers

13 years agoam cdd44a0d: added a new hint to tell SF it should clear the FB for some layers
Mathias Agopian [Thu, 12 Aug 2010 22:09:17 +0000 (15:09 -0700)]
am cdd44a0d: added a new hint to tell SF it should clear the FB for some layers

Merge commit 'cdd44a0db36749af5036e903e4867b279ef420df' into gingerbread-plus-aosp

* commit 'cdd44a0db36749af5036e903e4867b279ef420df':
  added a new hint to tell SF it should clear the FB for some layers

13 years agoadded a new hint to tell SF it should clear the FB for some layers
Mathias Agopian [Thu, 12 Aug 2010 22:04:58 +0000 (15:04 -0700)]
added a new hint to tell SF it should clear the FB for some layers

Change-Id: I784e7c5be2eab84c321773dc53b4cb657ca9a457

13 years agoam 525178d5: am e6b5c05a: Add a helper for dumping layers into the log
Mathias Agopian [Wed, 11 Aug 2010 23:25:30 +0000 (16:25 -0700)]
am 525178d5: am e6b5c05a: Add a helper for dumping layers into the log

Merge commit '525178d59af3539a274b721eeeff028bf3f40288'

* commit '525178d59af3539a274b721eeeff028bf3f40288':
  Add a helper for dumping layers into the log

13 years agoam e6b5c05a: Add a helper for dumping layers into the log
Mathias Agopian [Wed, 11 Aug 2010 23:21:03 +0000 (16:21 -0700)]
am e6b5c05a: Add a helper for dumping layers into the log

Merge commit 'e6b5c05aa0236dc42107d028a366a3fd2678677b' into gingerbread-plus-aosp

* commit 'e6b5c05aa0236dc42107d028a366a3fd2678677b':
  Add a helper for dumping layers into the log

13 years agoAdd a helper for dumping layers into the log
Mathias Agopian [Wed, 11 Aug 2010 23:15:42 +0000 (16:15 -0700)]
Add a helper for dumping layers into the log

Change-Id: I0943d9114c33b4800fb797bac316041dec992f5e

13 years agohw: sensors: Add gyro field
Makarand Karvekar [Wed, 11 Aug 2010 22:10:10 +0000 (15:10 -0700)]
hw: sensors: Add gyro field

Change-Id: I113f0a067fccbc8d69d1949b6af3ed9e119d0355
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
13 years agoam 754c7a01: am 60d641e5: Merge "first stab at hwcomposer HAL and default implementat...
Mathias Agopian [Tue, 10 Aug 2010 20:55:30 +0000 (13:55 -0700)]
am 754c7a01: am 60d641e5: Merge "first stab at hwcomposer HAL and default implementation." into gingerbread

Merge commit '754c7a01d76493a2c3afafe21c3d52abbada3ef0'

* commit '754c7a01d76493a2c3afafe21c3d52abbada3ef0':
  first stab at hwcomposer HAL and default implementation.

13 years agoam 5098d7b1: am a7932f47: fix typo in default overlay hal
Mathias Agopian [Tue, 10 Aug 2010 20:55:27 +0000 (13:55 -0700)]
am 5098d7b1: am a7932f47: fix typo in default overlay hal

Merge commit '5098d7b1130d7cf600c7346f51aafb070b62780c'

* commit '5098d7b1130d7cf600c7346f51aafb070b62780c':
  fix typo in default overlay hal

13 years agoam 60d641e5: Merge "first stab at hwcomposer HAL and default implementation." into...
Mathias Agopian [Tue, 10 Aug 2010 20:52:53 +0000 (13:52 -0700)]
am 60d641e5: Merge "first stab at hwcomposer HAL and default implementation." into gingerbread

Merge commit '60d641e5eb197918d078d9aaeea623c48d8474b7' into gingerbread-plus-aosp

* commit '60d641e5eb197918d078d9aaeea623c48d8474b7':
  first stab at hwcomposer HAL and default implementation.

13 years agoam a7932f47: fix typo in default overlay hal
Mathias Agopian [Tue, 10 Aug 2010 20:52:51 +0000 (13:52 -0700)]
am a7932f47: fix typo in default overlay hal

Merge commit 'a7932f47f1226e3fe732b5550aaf0b301b09b8df' into gingerbread-plus-aosp

* commit 'a7932f47f1226e3fe732b5550aaf0b301b09b8df':
  fix typo in default overlay hal

13 years agoMerge "first stab at hwcomposer HAL and default implementation." into gingerbread
Mathias Agopian [Tue, 10 Aug 2010 20:50:35 +0000 (13:50 -0700)]
Merge "first stab at hwcomposer HAL and default implementation." into gingerbread

13 years agofirst stab at hwcomposer HAL and default implementation.
Mathias Agopian [Thu, 5 Aug 2010 22:24:35 +0000 (15:24 -0700)]
first stab at hwcomposer HAL and default implementation.

Change-Id: I7ff47b94a6b34a8f61031bd94e936a088dcea6ab

13 years agofix typo in default overlay hal
Mathias Agopian [Sat, 7 Aug 2010 00:50:56 +0000 (17:50 -0700)]
fix typo in default overlay hal

Change-Id: I5313691acee74dfd69639946c01232256b22bc51

13 years agoadd new sensor types for handling gyro data and device orientation more efficiently.
Kevin Powell [Tue, 20 Jul 2010 02:12:15 +0000 (19:12 -0700)]
add new sensor types for handling gyro data and device orientation more efficiently.

Change-Id: I453b7a2e84b885ca207d9d938b923e1624554644

13 years agoam ae3b05e8: am 67d82220: temporary hack to allow compilation of adreno driver
Mathias Agopian [Sat, 31 Jul 2010 19:19:29 +0000 (12:19 -0700)]
am ae3b05e8: am 67d82220: temporary hack to allow compilation of adreno driver

Merge commit 'ae3b05e8f38e588df1a500ccea9f7961c93686ba'

* commit 'ae3b05e8f38e588df1a500ccea9f7961c93686ba':
  temporary hack to allow compilation of adreno driver

13 years agoam 67d82220: temporary hack to allow compilation of adreno driver
Mathias Agopian [Sat, 31 Jul 2010 02:09:07 +0000 (19:09 -0700)]
am 67d82220: temporary hack to allow compilation of adreno driver

Merge commit '67d822206387e19a080d94a35d0d720d6b2f78b1' into gingerbread-plus-aosp

* commit '67d822206387e19a080d94a35d0d720d6b2f78b1':
  temporary hack to allow compilation of adreno driver

13 years agotemporary hack to allow compilation of adreno driver
Mathias Agopian [Sat, 31 Jul 2010 00:57:02 +0000 (17:57 -0700)]
temporary hack to allow compilation of adreno driver

Change-Id: Ib3c260df2c22e1c59c5380278ea470e34aedbd81

13 years agoam bb2c87ea: am 1511e20f: improved comments and added a minDelay attribute to sensor_t
Mathias Agopian [Fri, 30 Jul 2010 01:20:40 +0000 (18:20 -0700)]
am bb2c87ea: am 1511e20f: improved comments and added a minDelay attribute to sensor_t

Merge commit 'bb2c87ea03c6bff09ea05dc6ba69796efe31ebdb'

* commit 'bb2c87ea03c6bff09ea05dc6ba69796efe31ebdb':
  improved comments and added a minDelay attribute to sensor_t

13 years agoam 0bcdefe8: am 1832f557: Added definition/documentation for pressure sensors
Mathias Agopian [Fri, 30 Jul 2010 01:20:38 +0000 (18:20 -0700)]
am 0bcdefe8: am 1832f557: Added definition/documentation for pressure sensors

Merge commit '0bcdefe8180c8d44e1d2ad6ec8e332263bd94377'

* commit '0bcdefe8180c8d44e1d2ad6ec8e332263bd94377':
  Added definition/documentation for pressure sensors

13 years agoam 1511e20f: improved comments and added a minDelay attribute to sensor_t
Mathias Agopian [Fri, 30 Jul 2010 01:18:55 +0000 (18:18 -0700)]
am 1511e20f: improved comments and added a minDelay attribute to sensor_t

Merge commit '1511e20fbbdfe7bf30b9de73f06fc981eb494f09' into gingerbread-plus-aosp

* commit '1511e20fbbdfe7bf30b9de73f06fc981eb494f09':
  improved comments and added a minDelay attribute to sensor_t

13 years agoam 1832f557: Added definition/documentation for pressure sensors
Mathias Agopian [Fri, 30 Jul 2010 01:18:54 +0000 (18:18 -0700)]
am 1832f557: Added definition/documentation for pressure sensors

Merge commit '1832f55760fff86d00b5d808b3da8f1e55a889e5' into gingerbread-plus-aosp

* commit '1832f55760fff86d00b5d808b3da8f1e55a889e5':
  Added definition/documentation for pressure sensors

13 years agoimproved comments and added a minDelay attribute to sensor_t
Mathias Agopian [Thu, 29 Jul 2010 22:33:22 +0000 (15:33 -0700)]
improved comments and added a minDelay attribute to sensor_t

Change-Id: Ie00fe8260089614e15f1f8035b8392711dff048c

13 years agoAdded definition/documentation for pressure sensors
Mathias Agopian [Thu, 29 Jul 2010 22:22:30 +0000 (15:22 -0700)]
Added definition/documentation for pressure sensors

Change-Id: I68b1bb74ebf1aceee09b6e8cbb8e37b906dbdcd0

13 years agoam c0611f0f: am 478994a7: improve sensor HAL documentation
Mathias Agopian [Mon, 26 Jul 2010 19:27:45 +0000 (12:27 -0700)]
am c0611f0f: am 478994a7: improve sensor HAL documentation

Merge commit 'c0611f0f19b138bba04027d3fb530ab1d85fb9ce'

* commit 'c0611f0f19b138bba04027d3fb530ab1d85fb9ce':
  improve sensor HAL documentation

13 years agoam 478994a7: improve sensor HAL documentation
Mathias Agopian [Mon, 26 Jul 2010 19:24:03 +0000 (12:24 -0700)]
am 478994a7: improve sensor HAL documentation

Merge commit '478994a758e48b0de7f56f3de0678d5c2b6a4b61' into gingerbread-plus-aosp

* commit '478994a758e48b0de7f56f3de0678d5c2b6a4b61':
  improve sensor HAL documentation