OSDN Git Service

android-x86/frameworks-native.git
10 years agoam 48d3741b: Merge "Allow blaming a single uid for work done" into klp-dev
Marco Nelissen [Thu, 3 Oct 2013 22:40:30 +0000 (15:40 -0700)]
am 48d3741b: Merge "Allow blaming a single uid for work done" into klp-dev

* commit '48d3741ba5f4b3bb411ee5c083a11f4f52f9e907':
  Allow blaming a single uid for work done

10 years agoam b1f94ef3: Merge "media/hardware/HardwareAPI.h: Added PrepareForAdaptivePlaybackPar...
Lajos Molnar [Thu, 3 Oct 2013 22:40:30 +0000 (15:40 -0700)]
am b1f94ef3: Merge "media/hardware/HardwareAPI.h: Added PrepareForAdaptivePlaybackParams" into klp-dev

* commit 'b1f94ef3f97bd20b928cf980791526861650eab9':
  media/hardware/HardwareAPI.h: Added PrepareForAdaptivePlaybackParams

10 years agoMerge "Allow blaming a single uid for work done" into klp-dev
Marco Nelissen [Thu, 3 Oct 2013 16:34:51 +0000 (16:34 +0000)]
Merge "Allow blaming a single uid for work done" into klp-dev

10 years agoMerge "media/hardware/HardwareAPI.h: Added PrepareForAdaptivePlaybackParams" into...
Lajos Molnar [Thu, 3 Oct 2013 16:10:25 +0000 (16:10 +0000)]
Merge "media/hardware/HardwareAPI.h: Added PrepareForAdaptivePlaybackParams" into klp-dev

10 years agoAllow blaming a single uid for work done
Marco Nelissen [Wed, 2 Oct 2013 19:42:20 +0000 (12:42 -0700)]
Allow blaming a single uid for work done

This lets audioflinger assign blame for wakelocks to a single uid.
Currently this is only used for recording wakelocks.
b/10985160

Change-Id: Idc9adb22c29030010ac690d4cb95e7e7ea6b91e6

10 years agoam f0cf5f10: BufferQueue: fix a test crash
Jamie Gennis [Wed, 2 Oct 2013 18:16:59 +0000 (11:16 -0700)]
am f0cf5f10: BufferQueue: fix a test crash

* commit 'f0cf5f103cf9c54d59de4ed6f1d8ddd2302dec1b':
  BufferQueue: fix a test crash

10 years agoBufferQueue: fix a test crash
Jamie Gennis [Thu, 26 Sep 2013 00:21:56 +0000 (17:21 -0700)]
BufferQueue: fix a test crash

Bug: 10935880
Change-Id: If76e9fb055103bad0db7e6c16487532671573149

10 years agoam a9c47f32: Merge "GLConsumer: start using EGL_ANDROID_image_crop" into klp-dev
Jamie Gennis [Wed, 2 Oct 2013 17:41:58 +0000 (10:41 -0700)]
am a9c47f32: Merge "GLConsumer: start using EGL_ANDROID_image_crop" into klp-dev

* commit 'a9c47f327373cbe48e187442c7f9554d24a75c08':
  GLConsumer: start using EGL_ANDROID_image_crop

10 years agoam 06993503: Merge "only clear FB when asked for the opaque layer" into klp-dev
Dave Burke [Wed, 2 Oct 2013 17:41:57 +0000 (10:41 -0700)]
am 06993503: Merge "only clear FB when asked for the opaque layer" into klp-dev

* commit '0699350336cccc244bb6c52a0d910f9599253812':
  only clear FB when asked for the opaque layer

10 years agoMerge "GLConsumer: start using EGL_ANDROID_image_crop" into klp-dev
Jamie Gennis [Wed, 2 Oct 2013 17:36:48 +0000 (17:36 +0000)]
Merge "GLConsumer: start using EGL_ANDROID_image_crop" into klp-dev

10 years agoMerge "only clear FB when asked for the opaque layer" into klp-dev
Dave Burke [Wed, 2 Oct 2013 17:36:40 +0000 (17:36 +0000)]
Merge "only clear FB when asked for the opaque layer" into klp-dev

10 years agoGLConsumer: start using EGL_ANDROID_image_crop
Jamie Gennis [Tue, 24 Sep 2013 00:22:10 +0000 (17:22 -0700)]
GLConsumer: start using EGL_ANDROID_image_crop

This change makes GLConsumer use the EGL_ANDROID_image_crop extension when
available on a device.  The crop rectangle is passed to the EGL driver when
creating EGLImages, allowing the crop to be performed by the driver rather than
using the texture transform matrix.

Bug: 10897141
Change-Id: I63e9a5d5c85067376abc420e3639154468346311

10 years agoam 93573e91: Merge "Treat composition frames with no layers as using GLES composition...
Jesse Hall [Wed, 2 Oct 2013 16:37:50 +0000 (09:37 -0700)]
am 93573e91: Merge "Treat composition frames with no layers as using GLES composition" into klp-dev

* commit '93573e91c22ba8329222c69cd7f099f5703fb444':
  Treat composition frames with no layers as using GLES composition

10 years agoam b716e570: Set the outbuf acquire fence after we actually have it.
Jesse Hall [Wed, 2 Oct 2013 16:37:49 +0000 (09:37 -0700)]
am b716e570: Set the outbuf acquire fence after we actually have it.

* commit 'b716e57048e945d5bceda33c2434c65d06464dba':
  Set the outbuf acquire fence after we actually have it.

10 years agoMerge "Treat composition frames with no layers as using GLES composition" into klp-dev
Jesse Hall [Wed, 2 Oct 2013 14:54:03 +0000 (14:54 +0000)]
Merge "Treat composition frames with no layers as using GLES composition" into klp-dev

10 years agoSet the outbuf acquire fence after we actually have it.
Jesse Hall [Wed, 2 Oct 2013 00:25:20 +0000 (17:25 -0700)]
Set the outbuf acquire fence after we actually have it.

In GLES-only mode, we don't have the outbuf acquire fence until after
GLES composition is done for the frame. We were setting the fence in
HWC's state immediately after dequeueing the buffer from the consumer,
before GLES had started. This fence got passed through HWC and on to
the consumer, so the consumer was reading the buffer before GLES was
done writing to it.

Now we update HWC's state just before set(), when we know we have the
right fence.

Bug: 11000763
Change-Id: Iea9db4c69634c352dc2d600f0bdb6bef2a432636

10 years agoonly clear FB when asked for the opaque layer
Mathias Agopian [Tue, 1 Oct 2013 22:36:52 +0000 (15:36 -0700)]
only clear FB when asked for the opaque layer

a layer need to be considered NOT opaque if it has a
plane-alpha.

Bug: 10846930
Change-Id: Ibd8981b63ede4560c7096bacc4cff46a7eb2a8bb

10 years agoam b65f32eb: Fix two EGLConfig selection bugs
Jesse Hall [Tue, 1 Oct 2013 04:38:40 +0000 (21:38 -0700)]
am b65f32eb: Fix two EGLConfig selection bugs

* commit 'b65f32ebe2c86869b07ac1c986660dfb2187b7d3':
  Fix two EGLConfig selection bugs

10 years agoTreat composition frames with no layers as using GLES composition
Jesse Hall [Mon, 30 Sep 2013 23:49:30 +0000 (16:49 -0700)]
Treat composition frames with no layers as using GLES composition

When there are no window layers for a display, SurfaceFlinger clears
the undefined region using GLES. Some of the places that check for
GLES composition weren't considering this special case, in particular:

- We were skipping the eglSwapBuffers() on these frames.
- We were putting VirtualDisplaySurface in HWC-only composition mode.

This change centralizes the logic for this special case.

Bug: 10957068
Change-Id: I2deaf2ed101e8ea76708862a6bb67751b6078794

10 years agoFix two EGLConfig selection bugs
Jesse Hall [Sat, 28 Sep 2013 05:10:47 +0000 (22:10 -0700)]
Fix two EGLConfig selection bugs

This fixes two bugs introduced by
  Change-Id: Ia8cc084c02a0e3de910def024da8a08d02bbd89d

(a) There is no invalid EGLConfig value, in particular zero is valid.
    Checking return values of eglGetConfigs and eglChooseConfig is the
    only way to determine success.
(b) The "simple" EGLConfig query used as the emulator fallback should
    not include EGL_RECORDABLE; the emulator doesn't have it.

Bug: 10935622
Change-Id: Ib798a24e7cf06a679811c46eaa45d39174a715ec

10 years agoam d9be16f9: Merge "Fix OpenGL stub exception handling."
Elliott Hughes [Fri, 27 Sep 2013 22:38:04 +0000 (15:38 -0700)]
am d9be16f9: Merge "Fix OpenGL stub exception handling."

* commit 'd9be16f920f7c2581fda3ca495c1e6fc88857a6c':
  Fix OpenGL stub exception handling.

10 years agoMerge "Fix OpenGL stub exception handling."
Elliott Hughes [Fri, 27 Sep 2013 22:31:18 +0000 (22:31 +0000)]
Merge "Fix OpenGL stub exception handling."

10 years agoam 86206b41: Merge "fix initialization of framebuffer target crop rect on hwc 1.3...
Mathias Agopian [Thu, 26 Sep 2013 19:44:27 +0000 (12:44 -0700)]
am 86206b41: Merge "fix initialization of framebuffer target crop rect on hwc 1.3" into klp-dev

* commit '86206b41b2ff000e086301c6bafb8da577e563b2':
  fix initialization of framebuffer target crop rect on hwc 1.3

10 years agoam 6da15f46: fix crashers with wifi/virtual displays
Mathias Agopian [Thu, 26 Sep 2013 19:44:27 +0000 (12:44 -0700)]
am 6da15f46: fix crashers with wifi/virtual displays

* commit '6da15f46f5f8b38e31384d641f8d3db2c3c6ea30':
  fix crashers with wifi/virtual displays

10 years agoMerge "fix initialization of framebuffer target crop rect on hwc 1.3" into klp-dev
Mathias Agopian [Thu, 26 Sep 2013 19:41:22 +0000 (19:41 +0000)]
Merge "fix initialization of framebuffer target crop rect on hwc 1.3" into klp-dev

10 years agofix initialization of framebuffer target crop rect on hwc 1.3
Mathias Agopian [Thu, 26 Sep 2013 03:44:34 +0000 (20:44 -0700)]
fix initialization of framebuffer target crop rect on hwc 1.3

Bug: 10936771
Change-Id: If283e5e231ca34b93e0b1784bb4e8e4c7bfd75de

10 years agofix crashers with wifi/virtual displays
Mathias Agopian [Thu, 26 Sep 2013 03:40:07 +0000 (20:40 -0700)]
fix crashers with wifi/virtual displays

Bug: 10647742
Change-Id: I4b8ed9da52ef95af3a3b3a04b98514a3776a674d

10 years agoFix OpenGL stub exception handling.
Elliott Hughes [Wed, 25 Sep 2013 00:18:05 +0000 (17:18 -0700)]
Fix OpenGL stub exception handling.

Bug: https://code.google.com/p/android/issues/detail?id=60390
Change-Id: I2bdc22c5fe75f5e41ffb9dd9259ae92cf8a12917

10 years agoresolved conflicts for merge of e678897f to klp-dev-plus-aosp
Nick Kralevich [Fri, 20 Sep 2013 19:45:20 +0000 (12:45 -0700)]
resolved conflicts for merge of e678897f to klp-dev-plus-aosp

Change-Id: Ie2a5e7a917ab7f5a0ee98300b880d22c7a10bf70

10 years agoMerge "Proper security labeling of multi-user data directories."
Nick Kralevich [Fri, 20 Sep 2013 19:35:36 +0000 (19:35 +0000)]
Merge "Proper security labeling of multi-user data directories."

10 years agoam d555684c: reinstate black-screenshot debugging code
Mathias Agopian [Fri, 20 Sep 2013 00:13:52 +0000 (17:13 -0700)]
am d555684c: reinstate black-screenshot debugging code

* commit 'd555684cb36dfb959694db76962e570184f98838':
  reinstate black-screenshot debugging code

10 years agoreinstate black-screenshot debugging code
Mathias Agopian [Fri, 20 Sep 2013 00:08:37 +0000 (17:08 -0700)]
reinstate black-screenshot debugging code

turned off by default.

Bug: 10809349
Change-Id: I3e6b8c7860e6b0e122b8f07de4020967cd1f005c

10 years agoam e2a3e872: Merge "Fix GLES context version selection" into klp-dev
Mathias Agopian [Thu, 19 Sep 2013 22:34:15 +0000 (15:34 -0700)]
am e2a3e872: Merge "Fix GLES context version selection" into klp-dev

* commit 'e2a3e8727408937bb7107c206444fa49a150f358':
  Fix GLES context version selection

10 years agoMerge "Fix GLES context version selection" into klp-dev
Mathias Agopian [Thu, 19 Sep 2013 22:29:30 +0000 (22:29 +0000)]
Merge "Fix GLES context version selection" into klp-dev

10 years agoam d171da97: GLConsumer: Add query for current frame number.
Eino-Ville Talvala [Thu, 19 Sep 2013 21:59:51 +0000 (14:59 -0700)]
am d171da97: GLConsumer: Add query for current frame number.

* commit 'd171da973de3c6b30263011334fdcd916739144f':
  GLConsumer: Add query for current frame number.

10 years agoGLConsumer: Add query for current frame number.
Eino-Ville Talvala [Thu, 19 Sep 2013 20:36:07 +0000 (13:36 -0700)]
GLConsumer: Add query for current frame number.

Surface the underlying frame number of the current texture.

Bug: 10830400
Change-Id: Ide3a7da12ea0aac54588beb6bf00dbfe2cd37653

10 years agoFix GLES context version selection
Mathias Agopian [Wed, 18 Sep 2013 23:20:26 +0000 (16:20 -0700)]
Fix GLES context version selection

Explicitly selects an ES 2.0 config first, then an ES 1.x config,
before attempting the fallback path for the emulator.

Bug: 10820214
Change-Id: Ia8cc084c02a0e3de910def024da8a08d02bbd89d

10 years agoam c1c05de4: fix camera API 2.0 orientation
Mathias Agopian [Wed, 18 Sep 2013 22:33:38 +0000 (15:33 -0700)]
am c1c05de4: fix camera API 2.0 orientation

* commit 'c1c05de415854eb7a13a16b7e22a22de8515123a':
  fix camera API 2.0 orientation

10 years agoProper security labeling of multi-user data directories.
Robert Craig [Mon, 29 Jul 2013 13:18:09 +0000 (09:18 -0400)]
Proper security labeling of multi-user data directories.

Add seinfo paramater to appropriate make directory
functions. This allows proper labeling for multi-user
scenarios.

Change-Id: Iaba7c40645bc7b6cc823d613da0c3782acf6ddd5
Signed-off-by: rpcraig <rpcraig@tycho.ncsc.mil>
10 years agofix camera API 2.0 orientation
Mathias Agopian [Wed, 18 Sep 2013 06:45:22 +0000 (23:45 -0700)]
fix camera API 2.0 orientation

we add a flag to ANativeWindow::setBufferTransform that means
"apply the inverse rotation of the display this buffer is displayed
onto to".

Bug: 10804238
Change-Id: Id2447676271950463e8dbcef1b95935c5c3f32b2

10 years agoam 799f5126: Fix build (tests)
Mathias Agopian [Tue, 17 Sep 2013 22:58:55 +0000 (15:58 -0700)]
am 799f5126: Fix build (tests)

* commit '799f51268006f319f6ae538dca670bfc7f522688':
  Fix build (tests)

10 years agoFix build (tests)
Mathias Agopian [Tue, 17 Sep 2013 22:55:18 +0000 (15:55 -0700)]
Fix build (tests)

Change-Id: I5b233ef448e5e7eec3818c6586dfea138b28f7b6

10 years agoam 02b62df7: Merge "Make sure do disconnect from a BQ when its client dies." into...
Mathias Agopian [Tue, 17 Sep 2013 21:33:09 +0000 (14:33 -0700)]
am 02b62df7: Merge "Make sure do disconnect from a BQ when its client dies." into klp-dev

* commit '02b62df7119b27c89d91d96938d8f4f5232b296b':
  Make sure do disconnect from a BQ when its client dies.

10 years agoMerge "Make sure do disconnect from a BQ when its client dies." into klp-dev
Mathias Agopian [Tue, 17 Sep 2013 21:31:13 +0000 (21:31 +0000)]
Merge "Make sure do disconnect from a BQ when its client dies." into klp-dev

10 years agoam fca43392: Merge "Fix for AOSP fusion sensors not handling multiple clients correct...
Aravind Akella [Tue, 17 Sep 2013 18:22:59 +0000 (11:22 -0700)]
am fca43392: Merge "Fix for AOSP fusion sensors not handling multiple clients correctly." into klp-dev

* commit 'fca43392b755b34c83c3abbfea216bafa9cd8171':
  Fix for AOSP fusion sensors not handling multiple clients correctly.

10 years agoMerge "Fix for AOSP fusion sensors not handling multiple clients correctly." into...
Aravind Akella [Tue, 17 Sep 2013 18:17:50 +0000 (18:17 +0000)]
Merge "Fix for AOSP fusion sensors not handling multiple clients correctly." into klp-dev

10 years agoam f0c72846: Merge "Sensor Batching Bug fixes." into klp-dev
Aravind Akella [Tue, 17 Sep 2013 17:51:53 +0000 (10:51 -0700)]
am f0c72846: Merge "Sensor Batching Bug fixes." into klp-dev

* commit 'f0c728465a87435e6a8a66991451cf6fe72acc24':
  Sensor Batching Bug fixes.

10 years agoMerge "Sensor Batching Bug fixes." into klp-dev
Aravind Akella [Tue, 17 Sep 2013 17:49:26 +0000 (17:49 +0000)]
Merge "Sensor Batching Bug fixes." into klp-dev

10 years agoam fc7083a8: Merge "Enable FEATURE_DEVICE_ADMIN for handheld devices" into klp-dev
Amith Yamasani [Tue, 17 Sep 2013 15:58:55 +0000 (08:58 -0700)]
am fc7083a8: Merge "Enable FEATURE_DEVICE_ADMIN for handheld devices" into klp-dev

* commit 'fc7083a828b6db00698c1418e5f370b31625213c':
  Enable FEATURE_DEVICE_ADMIN for handheld devices

10 years agoMerge "Enable FEATURE_DEVICE_ADMIN for handheld devices" into klp-dev
Amith Yamasani [Tue, 17 Sep 2013 15:56:23 +0000 (15:56 +0000)]
Merge "Enable FEATURE_DEVICE_ADMIN for handheld devices" into klp-dev

10 years agoam 2a36497e: Merge "Stop using default value for Surface producerControlledByApp...
Jesse Hall [Tue, 17 Sep 2013 03:30:11 +0000 (20:30 -0700)]
am 2a36497e: Merge "Stop using default value for Surface producerControlledByApp parameter" into klp-dev

* commit '2a36497e45d4d96e35fed89cfdcb09b71459ac3c':
  Stop using default value for Surface producerControlledByApp parameter

10 years agoMerge "Stop using default value for Surface producerControlledByApp parameter" into...
Jesse Hall [Tue, 17 Sep 2013 03:27:15 +0000 (03:27 +0000)]
Merge "Stop using default value for Surface producerControlledByApp parameter" into klp-dev

10 years agoMake sure do disconnect from a BQ when its client dies.
Mathias Agopian [Thu, 12 Sep 2013 02:35:45 +0000 (19:35 -0700)]
Make sure do disconnect from a BQ when its client dies.

Bug: 5679534

Change-Id: If447e8673df83fe0b1d6210641e0a48522501a53

10 years agoFix for AOSP fusion sensors not handling multiple clients correctly.
Aravind Akella [Mon, 16 Sep 2013 22:37:41 +0000 (15:37 -0700)]
Fix for AOSP fusion sensors not handling multiple clients correctly.

Bug: 10786801
Change-Id: I7b938bc583a303a30237c3d93b5accbf64cc90b5

10 years agoStop using default value for Surface producerControlledByApp parameter
Jesse Hall [Mon, 16 Sep 2013 22:24:53 +0000 (15:24 -0700)]
Stop using default value for Surface producerControlledByApp parameter

Bug: 10785749
Change-Id: Ifbf9340e5eabe621a69e990ec3e05ac51f8db66a

10 years agoSensor Batching Bug fixes.
Aravind Akella [Fri, 6 Sep 2013 00:03:38 +0000 (17:03 -0700)]
Sensor Batching Bug fixes.

i) SensorService dropping events. Increase SOCKET_BUFFER_SIZE in BitTube ctor.
ii) Call flush before every activate.
iii) Emulate flush for older devices. Add a trivial flush complete event when flush is called.

Bug: 10641596
Change-Id: I30d0f3948e830457143f16e157b6ad81908687ce

10 years agoam a2ba428a: Disable the egl_khr_gl_colorspace extension
Jesse Hall [Mon, 16 Sep 2013 19:44:40 +0000 (12:44 -0700)]
am a2ba428a: Disable the egl_khr_gl_colorspace extension

* commit 'a2ba428a22125558a129c6ba4001dfc2169de2fe':
  Disable the egl_khr_gl_colorspace extension

10 years agoDisable the egl_khr_gl_colorspace extension
Jesse Hall [Sun, 15 Sep 2013 04:00:14 +0000 (21:00 -0700)]
Disable the egl_khr_gl_colorspace extension

Bug: 10777398
Change-Id: Ib50ea8b9d5d960537701b85929d6312304993a0f

10 years agoEnable FEATURE_DEVICE_ADMIN for handheld devices
Amith Yamasani [Mon, 16 Sep 2013 17:48:35 +0000 (10:48 -0700)]
Enable FEATURE_DEVICE_ADMIN for handheld devices

Bug: 9520957
Change-Id: I9c09dc726509db9e6d9ba4700255c74528b9f9fa

10 years agoresolved conflicts for merge of 1852eb4f to klp-dev-plus-aosp
Kenny Root [Thu, 12 Sep 2013 18:51:34 +0000 (11:51 -0700)]
resolved conflicts for merge of 1852eb4f to klp-dev-plus-aosp

Change-Id: I7217c0e859b384a042c02fe339e745996c6ef49e

10 years agoMerge "Remove copy of UniquePtr.h"
Kenny Root [Thu, 12 Sep 2013 18:41:19 +0000 (18:41 +0000)]
Merge "Remove copy of UniquePtr.h"

10 years agoam 90ed3e8d: fix a few problems with BitTube
Mathias Agopian [Wed, 11 Sep 2013 22:06:10 +0000 (15:06 -0700)]
am 90ed3e8d: fix a few problems with BitTube

* commit '90ed3e8d7883d9c80fb8bf11b1c593bd8b2b39d0':
  fix a few problems with BitTube

10 years agoRemove copy of UniquePtr.h
Kenny Root [Wed, 11 Sep 2013 21:29:20 +0000 (14:29 -0700)]
Remove copy of UniquePtr.h

The UniquePtr.h file is no longer in libcore/... so there is no need to
have this extra copy of it anymore.

Change-Id: I4ec4f86d2844e524b50441c3a9100a50a6a45b1a

10 years agofix a few problems with BitTube
Mathias Agopian [Tue, 10 Sep 2013 06:36:25 +0000 (23:36 -0700)]
fix a few problems with BitTube

BitTube used to send objects one at a time and didn't
handle errors properly.

We now send all the objects in one call, which means they
have to be read as a single batch as well. This changes the
BitTube API.

Update SensorService to the new API.

Also added an API to set the size of the send buffer.

Bug: 10641596
Change-Id: I77c70d35e351fdba0416fae4b7ca3b1d56272251

10 years agoam 63108c34: fix a possible null dereference when eglMakeCurrent() fails
Mathias Agopian [Fri, 6 Sep 2013 22:06:41 +0000 (15:06 -0700)]
am 63108c34: fix a possible null dereference when eglMakeCurrent() fails

* commit '63108c34ec181e923b68ee840bb7960f205466a7':
  fix a possible null dereference when eglMakeCurrent() fails

10 years agofix a possible null dereference when eglMakeCurrent() fails
Mathias Agopian [Fri, 6 Sep 2013 20:36:49 +0000 (13:36 -0700)]
fix a possible null dereference when eglMakeCurrent() fails

Bug: 10648797
Change-Id: Iee0be47f2646feb25de4ea199bbb9b707452916e

10 years agoam 77414216: Merge "color blindness enhancement" into klp-dev
Mathias Agopian [Fri, 6 Sep 2013 02:13:13 +0000 (19:13 -0700)]
am 77414216: Merge "color blindness enhancement" into klp-dev

* commit '77414216cde4d131eb09454d81dab30e408e4e7a':
  color blindness enhancement

10 years agoMerge "color blindness enhancement" into klp-dev
Mathias Agopian [Fri, 6 Sep 2013 02:09:42 +0000 (02:09 +0000)]
Merge "color blindness enhancement" into klp-dev

10 years agocolor blindness enhancement
Mathias Agopian [Mon, 2 Sep 2013 04:36:12 +0000 (21:36 -0700)]
color blindness enhancement

This is an attempt at improving the experience of
users with color vision impairement.

At this time this feature can only be enabled for
debugging:

  adb shell service call SurfaceFlinger 1014 i32 PARAM

  with PARAM:
   0 : disabled
   1 : protanomaly/protanopia simulation
   2 : deuteranomaly/deuteranopia simulation
   3 : tritanopia/tritanomaly simulation
  11, 12, 13: same as above w/ attempted correction/enhancement

The enhancement algorithm tries to spread the "error"
such that tones that would otherwise appear similar can be
distinguished.

Bug: 9465644

Change-Id: I860f7eed0cb81f54ef9cf24ad78155b6395ade48

10 years agoam 59b1516f: Fix issue #10422349: Limit/change the battery history data in batterystats
Dianne Hackborn [Thu, 5 Sep 2013 01:24:33 +0000 (18:24 -0700)]
am 59b1516f: Fix issue #10422349: Limit/change the battery history data in batterystats

* commit '59b1516f4cefcfd599f4e5e9c4a227a48d1ace65':
  Fix issue #10422349: Limit/change the battery history data in batterystats

10 years agoFix issue #10422349: Limit/change the battery history data in batterystats
Dianne Hackborn [Thu, 5 Sep 2013 01:04:14 +0000 (18:04 -0700)]
Fix issue #10422349: Limit/change the battery history data in batterystats

Use new compact option to include history when dumping battery stats.

Change-Id: I3833a88db76d8791bd5c2e8f6ff414af65472a42

10 years agoam e6772914: Merge "HDCP: add enums for HDCP module capabilities" into klp-dev
Chong Zhang [Wed, 4 Sep 2013 22:11:28 +0000 (15:11 -0700)]
am e6772914: Merge "HDCP: add enums for HDCP module capabilities" into klp-dev

* commit 'e67729144a56966dd39e1bcda5efa51852e16d74':
  HDCP: add enums for HDCP module capabilities

10 years agoMerge "HDCP: add enums for HDCP module capabilities" into klp-dev
Chong Zhang [Wed, 4 Sep 2013 22:07:46 +0000 (22:07 +0000)]
Merge "HDCP: add enums for HDCP module capabilities" into klp-dev

10 years agoHDCP: add enums for HDCP module capabilities
Chong Zhang [Tue, 3 Sep 2013 21:17:58 +0000 (14:17 -0700)]
HDCP: add enums for HDCP module capabilities

This change adds the enums for HDCP caps. An interface getCaps()
will be added later for querying whether HDCP module supports
encryption from a native buffer output from the encoder.

Bug: 10609422

Change-Id: Ib7fa14e7f4de1da90b46eaa174a7a05ec9dacbdc

10 years agoam a5552de9: Merge "Sensor batching. Changes to the native code." into klp-dev
Aravind Akella [Wed, 4 Sep 2013 00:43:44 +0000 (17:43 -0700)]
am a5552de9: Merge "Sensor batching. Changes to the native code." into klp-dev

* commit 'a5552de96f0cff9fb1947d8d21556bfeccf9cd03':
  Sensor batching. Changes to the native code.

10 years agoMerge "Sensor batching. Changes to the native code." into klp-dev
Aravind Akella [Wed, 4 Sep 2013 00:41:41 +0000 (00:41 +0000)]
Merge "Sensor batching. Changes to the native code." into klp-dev

10 years agoSensor batching. Changes to the native code.
Aravind Akella [Thu, 27 Jun 2013 19:04:23 +0000 (12:04 -0700)]
Sensor batching. Changes to the native code.

Bug: 10109508
Change-Id: I7333f3aac76125a8226a4c99c901fb904588df04

10 years agoam 1d4d8f94: improve mat44 implementation
Mathias Agopian [Tue, 3 Sep 2013 23:49:34 +0000 (16:49 -0700)]
am 1d4d8f94: improve mat44 implementation

* commit '1d4d8f94e2989b7c8667602304df9059d2701653':
  improve mat44 implementation

10 years agoimprove mat44 implementation
Mathias Agopian [Mon, 2 Sep 2013 04:35:36 +0000 (21:35 -0700)]
improve mat44 implementation

this will make it easier to create matrices of different sizes

Change-Id: I2c1771ba0823c42d737762e2dfc2cd47eb302767

11 years agoam 9b5534b0: Merge changes I8283a989,I64add89a into klp-dev
Mathias Agopian [Sat, 31 Aug 2013 01:31:38 +0000 (18:31 -0700)]
am 9b5534b0: Merge changes I8283a989,I64add89a into klp-dev

* commit '9b5534b0e5e1510f56e6a2c58ad0816167603ebd':
  switch to use mat4
  vector and matrix classes for graphics use

11 years agoMerge changes I8283a989,I64add89a into klp-dev
Mathias Agopian [Sat, 31 Aug 2013 01:30:10 +0000 (01:30 +0000)]
Merge changes I8283a989,I64add89a into klp-dev

* changes:
  switch to use mat4
  vector and matrix classes for graphics use

11 years agoam 87967c18: Merge "Force async behavior for the virtual display output BufferQueue...
Jesse Hall [Fri, 30 Aug 2013 21:19:13 +0000 (14:19 -0700)]
am 87967c18: Merge "Force async behavior for the virtual display output BufferQueue" into klp-dev

* commit '87967c186995d1500875c495cba8f04f7cff76cc':
  Force async behavior for the virtual display output BufferQueue

11 years agoMerge "Force async behavior for the virtual display output BufferQueue" into klp-dev
Jesse Hall [Fri, 30 Aug 2013 21:14:55 +0000 (21:14 +0000)]
Merge "Force async behavior for the virtual display output BufferQueue" into klp-dev

11 years agoForce async behavior for the virtual display output BufferQueue
Jesse Hall [Thu, 29 Aug 2013 23:03:50 +0000 (16:03 -0700)]
Force async behavior for the virtual display output BufferQueue

Bug: 10551087
Change-Id: I40bbb2b87d64420939a0ea309254f281437dab56

11 years agoam 19733a32: minor clean-up of the GLESRenderer
Mathias Agopian [Thu, 29 Aug 2013 01:40:14 +0000 (18:40 -0700)]
am 19733a32: minor clean-up of the GLESRenderer

* commit '19733a32799f792125913e746e8644d16f8dc223':
  minor clean-up of the GLESRenderer

11 years agoam 931bda1c: reset the gl viewport at each frame for each display
Mathias Agopian [Thu, 29 Aug 2013 01:17:28 +0000 (18:17 -0700)]
am 931bda1c: reset the gl viewport at each frame for each display

* commit '931bda1c472ba8c8e965bdba6757ff94154df903':
  reset the gl viewport at each frame for each display

11 years agominor clean-up of the GLESRenderer
Mathias Agopian [Thu, 29 Aug 2013 01:13:56 +0000 (18:13 -0700)]
minor clean-up of the GLESRenderer

Change-Id: I978dea25b7687fbbbb283f09c24e115d9bad49a2

11 years agoreset the gl viewport at each frame for each display
Mathias Agopian [Thu, 29 Aug 2013 01:11:46 +0000 (18:11 -0700)]
reset the gl viewport at each frame for each display

Bug: 100971289506003
Change-Id: Ie0403a631e339a9134216224f3366f46ece58b53

11 years agoam 672ddf2b: remove adreno 130 workaround support
Mathias Agopian [Wed, 28 Aug 2013 22:49:37 +0000 (15:49 -0700)]
am 672ddf2b: remove adreno 130 workaround support

* commit '672ddf2b58b6c6ddef4fc4f296e5fa53910d8e3b':
  remove adreno 130 workaround support

11 years agoam f4486c6e: try to keep omap4 alive
Mathias Agopian [Wed, 28 Aug 2013 22:49:36 +0000 (15:49 -0700)]
am f4486c6e: try to keep omap4 alive

* commit 'f4486c6ea4bcb728ee0f38df7a8ec75c389d9d2e':
  try to keep omap4 alive

11 years agoremove adreno 130 workaround support
Mathias Agopian [Wed, 28 Aug 2013 22:27:30 +0000 (15:27 -0700)]
remove adreno 130 workaround support

Change-Id: I8ea5ee65d405114b30cfaa44e1a0c971d1ef2a61

11 years agotry to keep omap4 alive
Mathias Agopian [Wed, 28 Aug 2013 22:22:29 +0000 (15:22 -0700)]
try to keep omap4 alive

Bug: 10527646
Change-Id: Iec572a910e932115cf4f2e1215142b10cd91bd6f

11 years agoam 05f0a81a: Merge "Add libpng include path"
John Reck [Tue, 27 Aug 2013 16:54:06 +0000 (09:54 -0700)]
am 05f0a81a: Merge "Add libpng include path"

* commit '05f0a81a93f0d41fa4115c752e617849d145fe5b':
  Add libpng include path

11 years agoMerge "Add libpng include path"
John Reck [Tue, 27 Aug 2013 16:49:46 +0000 (16:49 +0000)]
Merge "Add libpng include path"

11 years agoswitch to use mat4
Mathias Agopian [Tue, 27 Aug 2013 03:42:07 +0000 (20:42 -0700)]
switch to use mat4

Change-Id: I8283a989cfd2b74d53958150bc90298bc083fee7

11 years agovector and matrix classes for graphics use
Mathias Agopian [Thu, 22 Aug 2013 06:10:41 +0000 (23:10 -0700)]
vector and matrix classes for graphics use

- this implements vec2, vec3, vec4, which are float vectors
of size 2, 3 and 4 respectively.

the code allows easy instantiation of vectors of a different
type via the tvec{2|3|4}<T> template classes.

- this also implements mat4 which is a float 4x4 matrix. the
tmat44<T> template class allows easy instantiation of a
4x4 matrix of a different value_type.

The vector types have some minimal support for the
glsl style swizzled access; for instance:

  vec4 u;
  vec3 v = u.xyz;

only .x, .xy, .xyz and their .stpq / .rgba equivalent are
supported.

most operators are supported on both vector and matrices:
arithmetic, unary, compound assignment and comparison
(bit-wise operators NOT supported).

- operations available on vectors include:
dot, length, distance, normalize and cross

- operations available on matrices include:
transpose, inverse, trace

- and a few utilities to create matrices:
ortho, frustum, lookAt

Change-Id: I64add89ae90fa78d3f2f59985b63495575378635

11 years agoAdd libpng include path
John Reck [Mon, 26 Aug 2013 23:48:46 +0000 (16:48 -0700)]
Add libpng include path

 Forward compatibility change

Change-Id: Iae792715d9a9aea34f53cd6383981371835c4a31

11 years agoam f2e4fcd9: Merge changes I34935d21,If423cd29 into klp-dev
Mathias Agopian [Mon, 26 Aug 2013 22:03:24 +0000 (15:03 -0700)]
am f2e4fcd9: Merge changes I34935d21,If423cd29 into klp-dev

* commit 'f2e4fcd96c11861bd0af1a9525344c1b691c9de9':
  handle several vsync signal correctly
  only use format compatible with CPU consumers

11 years agoam ed127ea3: Merge "make sure SF initialization is ran at target priority and correct...
Mathias Agopian [Mon, 26 Aug 2013 22:03:23 +0000 (15:03 -0700)]
am ed127ea3: Merge "make sure SF initialization is ran at target priority and correct thread group" into klp-dev

* commit 'ed127ea3834045597a072dcf31877ff3084582ff':
  make sure SF initialization is ran at target priority and correct thread group

11 years agoam bcab7b17: fix DimLayer in GLES2.0 SF
Mathias Agopian [Mon, 26 Aug 2013 22:03:19 +0000 (15:03 -0700)]
am bcab7b17: fix DimLayer in GLES2.0 SF

* commit 'bcab7b17b1c5476935a6f2f916922b4eb57991a4':
  fix DimLayer in GLES2.0 SF