summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-15Botao's code change to fix inverted colorslinaro_android_2.3.7linaro_android_2.3.5Vishal Bhoj
Change-Id: I19f4db0fedd1f1e4aeeab60e06320877bb9e7dee
2011-08-28Use FBIOPAN_DISPLAY instead of FBIOPUT_VSCREENINFOBernhard Rosenkraenzer
to refresh display. Fixes lp bug 824506, should provide minor speedup on other hardware.
2011-08-09Merge "qemu_pipe: fix Mac build error."David Turner
2011-08-09qemu_pipe: fix Mac build error.David Turner
The <hardware/qemu_pipe.h> header was missing an include that causes the code under development/tools/emulator/opengl to fail to compile on OS X. You need to define BUILD_EMULATOR_OPENGL=true in your environment, otherwise this code doesn't get built yet by default. Change-Id: Ia1b48c0ab84f493f3c9f95030d9165961069fb6e
2011-08-08Merge "Enable connection to QEMUD via pipe."Vladimir Chtchetkine
2011-08-05Enable connection to QEMUD via pipe.Vladimir Chtchetkine
With the new model, we will try to connect client via pipe first, and only if the pipe connection is not available we will fall back to the socket connection. Change-Id: I7112ff3cb63e1f82a004b80b9ae579d97e15e029
2011-08-04Merge "GPS: added update_network_availability to AGpsRilInterface"Mike Lockwood
2011-08-04GPS: added update_network_availability to AGpsRilInterfaceKevin Tang
Change-Id: Ib2ed9ea96f1043d34a12c2ddf87b41c5256b585e Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-08-03Merge "Inline implementation of qemu_pipe_open"Vladimir Chtchetkine
2011-08-03Inline implementation of qemu_pipe_openVladimir Chtchetkine
Change-Id: Icbe0528b1ac2b215d2cebc5c35cce9c3c830b722
2011-07-28Merge "gps: Adding ip address for AGps"Mike Lockwood
2011-07-28gps: Adding ip address for AGpsStephen Li
Change-Id: I3ac752294b81e1fa69019d037d8b89563773b35e
2011-07-11Merge "Tweaks for forward-compatibility"Jean-Baptiste Queru
2011-07-11Tweaks for forward-compatibilityJean-Baptiste Queru
Change-Id: I9171f0f0155c910cf5ae4109e812c9ff10702946
2011-06-18Merge "tweak for forward-compatibility"android-sdk-tools_r12android-sdk-adt_r12Jean-Baptiste Queru
2011-06-18tweak for forward-compatibilityJean-Baptiste Queru
Change-Id: I4230a049221f551a6b0c279c0ba75e872e703a83
2011-05-18Merge "support humidity sensor type"Jean-Baptiste Queru
2011-05-13Merge "Revert "Extra audio headers for better build-time compatibility""Jean-Baptiste Queru
2011-05-13Revert "Extra audio headers for better build-time compatibility"Jean-Baptiste Queru
This reverts commit 54aa0e15204d42c316f98e208eb3ec8cacc4e9b6. Change-Id: Id13be86091d064db69b47a85d69c02332a2c5193
2011-05-12Merge "Extra audio headers for better build-time compatibility"Jean-Baptiste Queru
2011-05-12Extra audio headers for better build-time compatibilityDerek Sollenberger
Change-Id: I58724c04b73403391b157bcc14792ad080e5912f
2011-04-29Merge "<hardware/qemu_pipe.h>: Allow inclusion from C++"David 'Digit' Turner
2011-04-29<hardware/qemu_pipe.h>: Allow inclusion from C++David 'Digit' Turner
Change-Id: Ic33b5daf7a01e8fe638ea1ccc54ed76561745abe
2011-04-28am ee5636cf: Merge "Add <hardware/qemu_pipe.h> header."David 'Digit' Turner
* commit 'ee5636cff3411f80ae4ec73e14564ff2783eef9e': Add <hardware/qemu_pipe.h> header.
2011-04-28Merge "Add <hardware/qemu_pipe.h> header."David 'Digit' Turner
2011-04-28Add <hardware/qemu_pipe.h> header.David 'Digit' Turner
This header is used to implement qemu pipes, a very fast way to exchange messages between the guest and the emulator program. See implementation and tests under development/tools/emulator/system/libqemu/ Change-Id: I8272435cb9bf6e2a96ac62b9a56cbc5930052682
2011-04-12support humidity sensor typeUrs Fleisch
Change-Id: I7600d64ea28d2eefc20104cbf81270ddad9d57c0
2011-04-04am cd347fdf: Allow to force 16bpp when 32bpp has problemsJean-Baptiste Queru
* commit 'cd347fdf74d5f2e0af856455c514e655f40a6fdb': Allow to force 16bpp when 32bpp has problems
2011-03-31Allow to force 16bpp when 32bpp has problemsandroid-sdk-2.3.4_r1android-cts-2.3_r5android-cts-2.3_r4android-cts-2.3_r3android-2.3.7_r1android-2.3.6_r1android-2.3.6_r0.9android-2.3.5_r1android-2.3.4_r1android-2.3.4_r0.9gingerbread-releasegingerbread-mr4-releaseJean-Baptiste Queru
Bug: 4197654 Change-Id: Icf1e8793d6a4d2e070a8f232efd4136d79339496
2011-01-17am 25b68b5c: gralloc: Add support for 32-bit framebuffers.David 'Digit' Turner
* commit '25b68b5c24e443c326af73a33cea6dc45e845254': gralloc: Add support for 32-bit framebuffers.
2011-01-17gralloc: Add support for 32-bit framebuffers.android-cts-2.3_r2android-2.3.3_r1aandroid-2.3.3_r1.1android-2.3.3_r1linaro_android_2.3.3David 'Digit' Turner
Note: The code under hardware/libhardware/modules/gralloc/ is only used when running the system under the emulator. Change-Id: I022978aeaacc5137c9917cd2ef6952dd3897ece4
2011-01-16am 80d3699c: gralloc: Fix division-by-0 during system emulation.David 'Digit' Turner
* commit '80d3699c9e8e18d57684f3b20d58fd259379a9d2': gralloc: Fix division-by-0 during system emulation.
2011-01-15gralloc: Fix division-by-0 during system emulation.David 'Digit' Turner
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
2010-11-30am 3cceacee: Merge "update rotation-vector documentation." into gingerbreadMathias Agopian
* commit '3cceaceecac1e76244153940b8855ad1bbdd1037': update rotation-vector documentation.
2010-11-30Merge "update rotation-vector documentation." into gingerbreadMathias Agopian
2010-11-24am 2ec21933: Update the docs for the private pixel formats.Jamie Gennis
* commit '2ec2193365ab26c6f77a2c5617887ced7a8d6711': Update the docs for the private pixel formats.
2010-11-22update rotation-vector documentation.Mathias Agopian
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
2010-11-22Update the docs for the private pixel formats.android-cts-2.3_r1Jamie Gennis
Change-Id: I337d9e7ba7f3a625294398790844c6d15ee75237
2010-10-26am 2d1e978e: improve hardware.h documentationMathias Agopian
2010-10-25improve hardware.h documentationandroid-2.3_r1android-2.3.2_r1android-2.3.1_r1Mathias Agopian
Change-Id: I637a1d8924af144a9c2cc4645659e9d23e9527d6
2010-10-21am 937af9b7: fix part of [Issue 3114236] [Crespo] The order of FLIP_H and ↵Mathias Agopian
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
2010-10-21fix part of [Issue 3114236] [Crespo] The order of FLIP_H and ROT_90 is ↵Mathias Agopian
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
2010-10-18am 118b5d79: Allow disabling page-flipping.Jean-Baptiste Queru
Merge commit '118b5d7961a4abc29c8bd592956007f40ad4fc6d' into gingerbread-plus-aosp * commit '118b5d7961a4abc29c8bd592956007f40ad4fc6d': Allow disabling page-flipping.
2010-10-14Allow disabling page-flipping.Jean-Baptiste Queru
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
2010-10-11am 455e83b7: GPS: Add update_network_state call to AGpsRilInterfaceMike Lockwood
Merge commit '455e83b705cf4ab830b79585f83176b90daed895' into gingerbread-plus-aosp * commit '455e83b705cf4ab830b79585f83176b90daed895': GPS: Add update_network_state call to AGpsRilInterface
2010-10-11GPS: Add update_network_state call to AGpsRilInterfaceMike Lockwood
Change-Id: I3ecc24965ef7fbd943738dee7d0e440bfdeae753 Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-10-05am 5f404f58: gps: Adding AgpsRilInterface extensionMiguel Torroja
Merge commit '5f404f58df329e7676f8fd47bb9bb82f9dc047f1' into gingerbread-plus-aosp * commit '5f404f58df329e7676f8fd47bb9bb82f9dc047f1': gps: Adding AgpsRilInterface extension
2010-10-05gps: Adding AgpsRilInterface extensionMiguel Torroja
Change-Id: Iddc10906ca4bd59fef25d51068e0c69998aae13f Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-09-19am e755bd40: add /vendor supportBrian Swetland
Merge commit 'e755bd4038cab69f98f7cf17e41f493296ec62ab' into gingerbread-plus-aosp * commit 'e755bd4038cab69f98f7cf17e41f493296ec62ab': add /vendor support
2010-09-19add /vendor supportBrian Swetland
Search /vendor/lib/hw/... as well as /system/lib/hw/... for hal modules. Change-Id: I1aecafcc884e11b2f17edf28e8c8ca2926184807