Jesse Hall
324c69b542
am 1ee45c2d
: am 14e8b01a
: Don\'t change the framebuffer target until we render a new one
...
* commit '1ee45c2d2d816ee912624d81ff1b0aaa98e8fa74':
Don't change the framebuffer target until we render a new one
2013-11-08 13:01:20 -08:00
Jesse Hall
1ee45c2d2d
am 14e8b01a
: Don\'t change the framebuffer target until we render a new one
...
* commit '14e8b01a761180250671f3d6494532d8bd04fa8e':
Don't change the framebuffer target until we render a new one
2013-11-08 12:58:20 -08:00
Jesse Hall
14e8b01a76
Don't change the framebuffer target until we render a new one
...
Continuing to send the last-rendered framebuffer to HWC on subsequent
frames allows the HWC to read partially-composed regions that haven't
changed, instead of re-composing from scratch.
Bug: 11573910
Change-Id: I8829877d2a06001f1e1b3f168cbba71c7b217b2d
2013-11-07 12:37:13 -08:00
Jesse Hall
ad78055746
am 2d32aa59
: am 356c2386
: Merge "Provide virtual display output buffer to HWC in prepare" into klp-dev
...
* commit '2d32aa5918de1c12c54a32e8eb28bbc96d430796':
Provide virtual display output buffer to HWC in prepare
2013-11-06 21:12:40 -08:00
Jesse Hall
2d32aa5918
am 356c2386
: Merge "Provide virtual display output buffer to HWC in prepare" into klp-dev
...
* commit '356c23865d588659f1eea55bbe7e2b16b9cff08e':
Provide virtual display output buffer to HWC in prepare
2013-11-06 20:48:51 -08:00
Jesse Hall
356c23865d
Merge "Provide virtual display output buffer to HWC in prepare" into klp-dev
2013-11-07 04:43:20 +00:00
Changwan Ryu
bcd66ecb41
Merge "Extend OpenMAX IL definitions to support AC3"
2013-11-06 18:22:41 +00:00
Jesse Hall
45c9c0477d
am f111ee13
: am 49318631
: Merge "Don\'t use implementation-defined format with CPU consumers" into klp-dev
...
* commit 'f111ee13a6f5d8606c5dc7a5cc07cedf929e69a8':
Don't use implementation-defined format with CPU consumers
2013-11-06 08:52:02 -08:00
Jesse Hall
f111ee13a6
am 49318631
: Merge "Don\'t use implementation-defined format with CPU consumers" into klp-dev
...
* commit '493186312a9a8c0215da0d6d3a9b0369491c0796':
Don't use implementation-defined format with CPU consumers
2013-11-06 07:38:36 -08:00
Jesse Hall
493186312a
Merge "Don't use implementation-defined format with CPU consumers" into klp-dev
2013-11-06 15:35:09 +00:00
Jesse Hall
f7a675837b
Provide virtual display output buffer to HWC in prepare
...
We were already making sure the HWComposer class had the handle before
prepare, but it wasn't passing the handle along to HWC as intended.
Partial fix for bug: 11430248
Change-Id: I25f672c4fdfaa6a81fe0acb24d9ad05153ee17dc
2013-11-05 16:27:14 -08:00
Changwan Ryu
c9a8a34e40
Extend OpenMAX IL definitions to support AC3
...
OpenMAX IL does not have generic support for AC3, but IL 1.1.2 and above
supports component extension APIs, which enable us to add our own constants
and definitions.
Change-Id: Iecee4f8bb3112b0720ceae9192017e12d3fe97e3
2013-11-06 09:26:33 +09:00
Jamie Gennis
1a8e6bf966
am 39c5ea2c
: am ee874caa
: Merge "DispSync: remove delay when enabling vsync events" into klp-dev
...
* commit '39c5ea2caaddd7ea44eaeed38d3760fbc421ad56':
DispSync: remove delay when enabling vsync events
2013-11-05 12:02:26 -08:00
Jamie Gennis
39c5ea2caa
am ee874caa
: Merge "DispSync: remove delay when enabling vsync events" into klp-dev
...
* commit 'ee874caa81ad48d6d0ee34509d3050ca9c046676':
DispSync: remove delay when enabling vsync events
2013-11-04 21:55:09 -08:00
Jesse Hall
497ba0e085
Don't use implementation-defined format with CPU consumers
...
If the virtual display surface is being consumed by the CPU, it can't
be allowed with HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED since there is
no way for the CPU consumer to find out what format gralloc chose. So
for CPU-consumer surfaces, just use the BufferQueue's default format,
which can be set by the consumer.
A better but more invasive change would be to let the consumer require
a certain format (or set of formats?), and disallow the producer from
requesting a different format.
Bug: 11479817
Change-Id: I5b20ee6ac1146550e8799b806e14661d279670c0
2013-11-04 16:43:03 -08:00
Jamie Gennis
ee874caa81
Merge "DispSync: remove delay when enabling vsync events" into klp-dev
2013-11-04 22:47:31 +00:00
Jamie Gennis
41c3c496ff
DispSync: remove delay when enabling vsync events
...
This change fixes a bug that caused an extra frame of latency when enabling
vsync event callbacks in DispSync. The bug was related to the logic that
prevents the two events from firing with very little time between them due to
updates to the vsync model.
Bug: 11479720
Change-Id: Ie7eaff9e92ffb7b7b6cb4d3d4402c96cbd29af7e
2013-11-01 13:58:56 -07:00
Jesse Hall
7d2ce753a2
am 18f94b1e
: resolved conflicts for merge of 51b27e82
to klp-dev-plus-aosp
...
* commit '18f94b1e6c489f0d68c694a197aae898c68124bb':
fix corruption in Vector<> when malloc falied
2013-10-30 23:23:45 -07:00
Jesse Hall
18f94b1e6c
resolved conflicts for merge of 51b27e82
to klp-dev-plus-aosp
...
File was moved to system/core.git. Change will be applied there.
Change-Id: Ic2027b7f3f1f1fb4b896a219a8c1b4ab545d9723
2013-10-30 23:21:24 -07:00
Jesse Hall
51b27e8233
Merge "fix corruption in Vector<> when malloc falied"
2013-10-31 04:02:24 +00:00
Igor Murashkin
8252bf752a
am bb3b5249
: am 40da5283
: Merge "EGL: rename CallStack::dump into CallStack::log" into klp-dev
...
* commit 'bb3b52495909ee1ce5d8b9beb6e8a9c72f0cdd90':
EGL: rename CallStack::dump into CallStack::log
2013-10-30 14:18:46 -07:00
Igor Murashkin
bb3b524959
am 40da5283
: Merge "EGL: rename CallStack::dump into CallStack::log" into klp-dev
...
* commit '40da5283ebc6b5cf1e3820740dc274c47cc55f6d':
EGL: rename CallStack::dump into CallStack::log
2013-10-30 14:16:19 -07:00
Igor Murashkin
40da5283eb
Merge "EGL: rename CallStack::dump into CallStack::log" into klp-dev
2013-10-30 21:09:40 +00:00
Elliott Hughes
26609e2c30
Re-apply androidfw fixes lost by the directory rearrangement.
...
Assignment to wrong variable in libs/androidfw/AssetManager.cpp.
https://code.google.com/p/android/issues/detail?id=61560
Missing delete[]s in libs/androidfw/ObbFile.cpp.
https://code.google.com/p/android/issues/detail?id=61549
Change-Id: I24e6867284d70a7793d78e62d1a836cbee310fb0
2013-10-29 15:28:08 -07:00
Aravind Akella
3d0c7797ac
am 245c4339
: am 46417b84
: Merge "Bug fixes for SensorService" into klp-dev
...
* commit '245c43395b9bb6502e0a4bcde4c60ad9541e5ce2':
Bug fixes for SensorService
2013-10-25 18:12:58 -07:00
Aravind Akella
245c43395b
am 46417b84
: Merge "Bug fixes for SensorService" into klp-dev
...
* commit '46417b845a257d6725adf048a3cfad6306218e9b':
Bug fixes for SensorService
2013-10-25 18:10:55 -07:00
Igor Murashkin
1f8363329c
EGL: rename CallStack::dump into CallStack::log
...
Bug: 11324229
Change-Id: Ibac1be182c336e7aa5ac098f08d18b3c188964b4
2013-10-25 17:13:57 -07:00
Aravind Akella
46417b845a
Merge "Bug fixes for SensorService" into klp-dev
2013-10-25 23:16:59 +00:00
Marco Nelissen
4ccd329ad1
am fddab476
: am 708cc794
: Native counterpart of new power manager method
...
* commit 'fddab476170de87d4d4fcd2afc34376c01f68b76':
Native counterpart of new power manager method
2013-10-25 15:04:53 -07:00
Marco Nelissen
fddab47617
am 708cc794
: Native counterpart of new power manager method
...
* commit '708cc794f6ccd4d31e0a00a23b289272c665adc1':
Native counterpart of new power manager method
2013-10-25 15:01:29 -07:00
Aravind Akella
b4099e77ec
Bug fixes for SensorService
...
i) Emulate Flush for AOSP Fusion Sesnsors on newer HALs that support batching.
ii) Early return if there are no events for the current SensorEventConnection.
Bug: 11325707, 11376538
Change-Id: Idb856302463649a99d3d5d0c965bb06ba06b8e1d
2013-10-25 13:58:58 -07:00
Marco Nelissen
708cc794f6
Native counterpart of new power manager method
...
Cherrypicked from master.
b/9464621
Change-Id: I54c0ed50a57ac870da91db8589a73a2c792dbd8d
2013-10-25 12:50:04 -07:00
Jesse Hall
45cb6ec715
am 96002be4
: am c354effe
: Fix handling of undefined TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS
...
* commit '96002be4bd4b8bbfecba2cc45bdf0b47f06464bc':
Fix handling of undefined TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS
2013-10-25 10:55:24 -07:00
Jesse Hall
96002be4bd
am c354effe
: Fix handling of undefined TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS
...
* commit 'c354effe97be26638618e3bc0da81a3f8b384b20':
Fix handling of undefined TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS
2013-10-25 10:52:37 -07:00
Jesse Hall
c354effe97
Fix handling of undefined TARGET_FORCE_HWC_FOR_VIRTUAL_DISPLAYS
...
related to b/8316155 - Implement HWComposer 1.3 w/ virtual display support
Change-Id: I2dc8d65a74174aa833cc491264f97f1f2df49307
2013-10-25 17:48:09 +00:00
Jesse Hall
6fdaaf5c7c
am a54a8b63
: am 93fcb823
: Merge "Add a boardconfig to force HWC composition of virtual displays" into klp-dev
...
* commit 'a54a8b63d191d2c1c4669f89b32c4b8a9c04cd31':
Add a boardconfig to force HWC composition of virtual displays
2013-10-23 15:20:43 -07:00
Jesse Hall
014dd9f0f2
am 48775386
: am c5807f90
: Merge "Use implementation-defined format when HWC writes to output buffer" into klp-dev
...
* commit '487753868aa86902f723dbdedd7083783701188d':
Use implementation-defined format when HWC writes to output buffer
2013-10-23 15:20:42 -07:00
Jesse Hall
a54a8b63d1
am 93fcb823
: Merge "Add a boardconfig to force HWC composition of virtual displays" into klp-dev
...
* commit '93fcb82361a1cd5ceb138f8331ad9cf11fc77c95':
Add a boardconfig to force HWC composition of virtual displays
2013-10-23 15:17:29 -07:00
Jesse Hall
487753868a
am c5807f90
: Merge "Use implementation-defined format when HWC writes to output buffer" into klp-dev
...
* commit 'c5807f90f8e05227e6396f30b3ed91fc01392d9a':
Use implementation-defined format when HWC writes to output buffer
2013-10-23 15:17:29 -07:00
Jesse Hall
93fcb82361
Merge "Add a boardconfig to force HWC composition of virtual displays" into klp-dev
2013-10-23 22:12:54 +00:00
Jesse Hall
c5807f90f8
Merge "Use implementation-defined format when HWC writes to output buffer" into klp-dev
2013-10-23 22:12:37 +00:00
Shuo Gao
0a885309aa
fix corruption in Vector<> when malloc falied
...
1. When alloc or realloc failed in the function SharedBuffer::editResize,
it would return a NULL pointer, then mStorage would update to be 1 by
SharedBuffer::data() if no pointer check here, which is an obviously
wrong address, and would cause corruption when used it e.g. in capacity().
So add the pointer check here for the return value of SharedBuffer::editResize,
if it's NULL do not use it to update mStorage, to avoid the value of mStorage
polluted.
2. when alloc or realloc falied in _grow & _shrink function, mStorage keep
the original value, so mCount should not be updated here.
Otherwise, mStorage might be 0 but mCount>0, so a corruption would happend
when it try to delete items from the Vector since mCount>0.
Change-Id: I7c3814e843c459834ca5eed392e8d63d1cb7d2d8
Signed-off-by: Shuo Gao <shuo.gao@intel.com>
Signed-off-by: Jian Luo <jian.luo@intel.com>
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
Signed-off-by: Jack Ren <jack.ren@intel.com>
Author-tracking-BZ: 139626
2013-10-22 22:36:46 -07:00
Todd Poynor
6f948c3960
batteryservice: remove now unused struct BatteryExtraProperties
...
Change-Id: Ibbb1eba95a800d2198e7524149ce38beb13dd7c9
2013-10-22 18:30:50 -07:00
Todd Poynor
7014fbd700
batteryservice: remove BatteryProperties fields not sent to BatteryService
...
Change-Id: I1116ebf0e21117fd37df7bfc41cb8ebaf9361faa
2013-10-22 23:18:36 +00:00
Michael Wright
2130192c78
am 47f0b989
: am 3223217a
: Only consume touches up until the frame time
...
* commit '47f0b9894b78a76a1257e0f3299cbe5446035c09':
Only consume touches up until the frame time
2013-10-21 17:30:25 -07:00
Michael Wright
60f19de1ed
Merge "Add MAX_CONTROLLER_LEDS constant"
2013-10-22 00:26:57 +00:00
Michael Wright
47f0b9894b
am 3223217a
: Only consume touches up until the frame time
...
* commit '3223217aed6dcfa55b5b952cd6be71f70e41ba63':
Only consume touches up until the frame time
2013-10-21 17:23:55 -07:00
Michael Wright
3223217aed
Only consume touches up until the frame time
...
When resampling is disabled, it's currently possible to consume
touches after the current frame time. This breaks some guarantees and
could cause unexpected behaviors.
Change-Id: I99908a2cac2df9f795dd4a07188b4451213cf3e4
2013-10-21 23:57:17 +00:00
Michael Wright
0247e2213e
Add MAX_CONTROLLER_LEDS constant
...
Change-Id: I5ec972338c50647049bb5a8279847d54a84d9f70
2013-10-21 11:58:41 -07:00
Andy McFadden
0012dbc3c6
am 251b11c2
: am 85075869
: Wait for buffers to drain
...
* commit '251b11c2045b2ae97f2ab270a65e11b4ca49b1b6':
Wait for buffers to drain
2013-10-18 17:00:26 -07:00