OSDN Git Service
The Android Automerger [Wed, 30 May 2012 14:03:19 +0000 (07:03 -0700)]
merge in jb-release history after reset to jb-dev
Mathias Agopian [Wed, 30 May 2012 03:41:03 +0000 (20:41 -0700)]
Fix a crasher is surfaceflinger.
this bug introduced recently would happen when the very first
buffer of a surface was rejected for not having the right size
Bug:
6577035
Change-Id: I9fabf20006019f2a6c308be7c7f5c05bdcfd5014
Mathias Agopian [Thu, 24 May 2012 00:56:42 +0000 (17:56 -0700)]
add the ability to reject buffers in SurfaceTexture::updateTexImage
SurfaceFlinger is using this new feature to reject buffers that
don't have the right size.
Bug:
6498869
Change-Id: I8a7250a47db6c082a357b703feb3b9d0fc8d3443
Mathias Agopian [Thu, 24 May 2012 00:50:31 +0000 (17:50 -0700)]
refactoring in preparation for bug:
6498869 fix
here we just shuffle a bit the code inside lockPageFlip(),
we move the code that handles the buffer size closer to the call
to updateTexImage(). no functionality change.
Change-Id: Ie3193cd86cd32cf3c89532449fd747d145ca0ab6
Mathias Agopian [Wed, 23 May 2012 21:35:49 +0000 (14:35 -0700)]
improve resize transactions
use a flag instead of pre-committing the "requested" state
to prevent propagation or "requested" to "active", which makes
things a lot clearer when reading the code.
also avoid going through the "resized" code-path when requested
size is equal to "active" size.
Bug:
6498869
Change-Id: I24f893ba0ec5ca06aac5b8da9818989ae7ce4005
Mathias Agopian [Wed, 23 May 2012 21:34:07 +0000 (14:34 -0700)]
Improve debug logs and minor clean-up
Bug:
6498869
Change-Id: I14d1b4d6960b87b5a7c4d7e20b92538edd9331ff
The Android Automerger [Wed, 23 May 2012 14:02:43 +0000 (07:02 -0700)]
merge in jb-release history after reset to jb-dev
Jesse Hall [Mon, 21 May 2012 18:23:28 +0000 (11:23 -0700)]
Enable SurfaceTexture fence sync for the emulator
The host-accelerated GL ES driver doesn't do the implicit
synchronization required when fence sync isn't used.
Bug:
6515813
Change-Id: I6a667f2db6b519f3557b5abda78775f767841dae
Jesse Hall [Tue, 22 May 2012 17:42:56 +0000 (10:42 -0700)]
Implement the EGL_KHR_fence_sync in libagl
Implementing this in libagl allows us to start using it for
SurfaceTexture in emulator builds, which is necessary to avoid
corruption in the Browser when using the host-accelerated GL path.
Bug:
6515813
Change-Id: Icafba8687cb5d010d8d42b3866b298d2be984fc9
The Android Automerger [Tue, 22 May 2012 14:05:42 +0000 (07:05 -0700)]
merge in jb-release history after reset to jb-dev
Mathias Agopian [Mon, 21 May 2012 21:01:37 +0000 (14:01 -0700)]
fix EGL_CLIENT_STRING
it should read OpenGL_ES (with an underscore)
Bug:
6529643
Change-Id: I7caf07793bffe5a8dcceaff496a222077486fc87
The Android Automerger [Sun, 20 May 2012 14:39:46 +0000 (07:39 -0700)]
merge in jb-release history after reset to jb-dev
Mathias Agopian [Fri, 18 May 2012 23:50:58 +0000 (16:50 -0700)]
make sure BufferQueue releases newly acquired buffers on failures
this prevents SurfaceTexture producer to hang in dequeueBuffer()
when something goes wrong in the consumer.
only the consumer gets an error and the current frame is kept
instead of the new one. the producer is unaware of the problem.
Bug:
6476587
Change-Id: Ie6db5526632aabc3e60229b93dfe29c19491ade4
Mathias Agopian [Fri, 18 May 2012 22:32:28 +0000 (15:32 -0700)]
Remove misleading and wrong ALOGW
Bug:
6476587
Change-Id: I4345f1100db02786bb50ad83ca7b559cad301706
Mathias Agopian [Fri, 18 May 2012 21:18:08 +0000 (14:18 -0700)]
we need to wait for vsync when doing the screen-off animation
Bug:
6511421
Change-Id: I7a85a55e66a3a8d9937df575e98a5efec01a634f
Jeff Sharkey [Fri, 18 May 2012 18:40:49 +0000 (11:40 -0700)]
Merge "Dump packages.xml as root." into jb-dev
Mathias Agopian [Fri, 18 May 2012 00:48:09 +0000 (17:48 -0700)]
Merge "fix a corruption in Vector<> when adding new items" into jb-dev
Mathias Agopian [Thu, 17 May 2012 23:52:21 +0000 (16:52 -0700)]
fix a corruption in Vector<> when adding new items
would happen when vectors are copied and new items is
added in both vectors. we didn't duplicate the underlying
storage when adding items in vectors.
Bug:
6515797
Change-Id: If544c07d96c05821e088d7f2c9b5736f7e306c31
Jeff Sharkey [Thu, 17 May 2012 19:40:11 +0000 (12:40 -0700)]
Dump packages.xml as root.
Bug:
6501151
Change-Id: Ied638bdbe9ed6fbf749a44de8ac1f9d4167829c1
Jesse Hall [Thu, 17 May 2012 19:07:39 +0000 (12:07 -0700)]
Merge "Recreate EGLImage for previously used slots" into jb-dev
Jesse Hall [Thu, 17 May 2012 06:44:34 +0000 (23:44 -0700)]
Recreate EGLImage for previously used slots
SurfaceTexture would only create an EGLImage for a buffer slot when
BufferQueue returns a GraphicBuffer, i.e. either the slot was acquired
for the first time ever, or the buffer for the slot was reallocated.
But the EGLImage may also need to be re-created for a
previously-acquired buffer if the slot's EGLImage was destroyed during
detachFromContext(); in this case BufferQueue won't return a
GraphicBuffer since SurfaceTexture already has a reference to the
correct buffer.
Bug:
6461693
Change-Id: Ib95d0d757192efe336c5fda0866f857481a6617d
JP Abgrall [Thu, 17 May 2012 18:04:07 +0000 (11:04 -0700)]
Merge "dumpstate: collect xtables based iface stats, update iptables info." into jb-dev
The Android Automerger [Thu, 17 May 2012 14:03:31 +0000 (07:03 -0700)]
merge in jb-release history after reset to jb-dev
JP Abgrall [Thu, 17 May 2012 03:49:29 +0000 (20:49 -0700)]
dumpstate: collect xtables based iface stats, update iptables info.
The newer kernels now have /proc/net/xt_qtaguid/iface_stat_fmt.
Add the extra iptables output and remove ip6tables for nat which doesn't
exist.
Change-Id: I819c707b337a707ca0acd87d9ab38cd68ca0f36c
Mathias Agopian [Thu, 17 May 2012 02:29:29 +0000 (19:29 -0700)]
Merge changes I9f3cbbe0,I12a6f9a9 into jb-dev
* changes:
Fix "Battery/Status/Clock status bar area flickers when dragging down"
minor refactoring in praparation of crop fix
Mathias Agopian [Thu, 17 May 2012 01:21:32 +0000 (18:21 -0700)]
Fix "Battery/Status/Clock status bar area flickers when dragging down"
The crop is now handled like a resize, it's latched only when we
receive a new buffer in the case we have a resize in the same
transaction.
Bug:
6498869
Change-Id: I9f3cbbe08fb19443899461ec441c714748a4fd1a
Mathias Agopian [Thu, 17 May 2012 00:07:49 +0000 (17:07 -0700)]
minor refactoring in praparation of crop fix
Bug:
6498869
Change-Id: I12a6f9a9fdfd2ea1db3fbe5fc8cb443aeaedb328
Siva Velusamy [Wed, 16 May 2012 22:33:16 +0000 (15:33 -0700)]
Merge "gltrace: Allow receiving commands of length > 4" into jb-dev
Siva Velusamy [Wed, 16 May 2012 18:38:03 +0000 (11:38 -0700)]
gltrace: Allow receiving commands of length > 4
Currently, gltrace offers very few trace collection options. As a
result, these options are encoded in a single integer. The trace
control task simply receives integers and interprets them as
commands.
This patch changes the control protocol to first receive the
command length followed by the actual command itself. This allows
for future flexibility to provide enable other commands.
Change-Id: Id5f56c80a025bbbe7613ab4457e092732e7d9dc9
The Android Automerger [Wed, 16 May 2012 14:03:25 +0000 (07:03 -0700)]
merge in jb-release history after reset to jb-dev
Eino-Ville Talvala [Wed, 16 May 2012 00:21:33 +0000 (17:21 -0700)]
Merge "Move CameraParameters header to join rest of camera library." into jb-dev
Eino-Ville Talvala [Tue, 15 May 2012 22:34:42 +0000 (15:34 -0700)]
Move CameraParameters header to join rest of camera library.
CameraParameters was moved over to frameworks/native before
frameworks/av was created, since it is referenced by HAL
implementations. Move it to frameworks/av to keep it together with its
implementation.
Bug:
6500863
Change-Id: Iffd890c861a334930da71a2722553572bad1cb54
Jamie Gennis [Tue, 15 May 2012 18:33:42 +0000 (11:33 -0700)]
Merge changes I32fbc2b6,Ifd0ed05b into jb-dev
* changes:
SurfaceFlinger: recompute visible regions less
libgui: remove setPostTransformCrop
The Android Automerger [Tue, 15 May 2012 14:04:24 +0000 (07:04 -0700)]
merge in jb-release history after reset to jb-dev
Glenn Kasten [Tue, 15 May 2012 00:06:48 +0000 (17:06 -0700)]
Merge "Fix log spam about CPU frequency on one device" into jb-dev
Glenn Kasten [Mon, 14 May 2012 17:49:17 +0000 (10:49 -0700)]
Fix log spam about CPU frequency on one device
Previous kernels have allowed opening the CPU frequency file regardless
whether the CPU is up or not. This fixes some log spam on one device
with dynamic hot plug CPU feature, which does not allow opening the CPU
frequency file if CPU is down.
Also, since the file descriptors are global and have long lives, add
the close-on-exec flag.
Change-Id: Ia14a2b9e20038dfb96a573920176a47a96bd3f5a
Mathias Agopian [Mon, 14 May 2012 23:09:32 +0000 (16:09 -0700)]
Merge "minor Rect.h cleanup" into jb-dev
Jamie Gennis [Mon, 14 May 2012 22:30:16 +0000 (15:30 -0700)]
SurfaceFlinger: recompute visible regions less
This change removes some visible region recomputation that was needed to handle
the SCALING_MODE_FREEZE cropping. We've changed things to use a window crop
from the WindowManager instead, so this is no longer needed.
Bug:
6299171
Change-Id: I32fbc2b689c985837126d8ba3d9a91e79613ffbf
Jamie Gennis [Mon, 14 May 2012 02:41:35 +0000 (19:41 -0700)]
libgui: remove setPostTransformCrop
This change removes the setPostTransformCrop function from
SurfaceTextureClient. It also includes a small logging fix in BufferQueue.
Bug:
6299171
Change-Id: Ifd0ed05b95dad6085e7a8267fda4d69b76ea3bad
JP Abgrall [Mon, 14 May 2012 17:49:07 +0000 (10:49 -0700)]
Merge "Ignore SIGPIPE is some of the tools used via bugreport" into jb-dev
The Android Automerger [Mon, 14 May 2012 14:03:41 +0000 (07:03 -0700)]
merge in jb-release history after reset to jb-dev
Mathias Agopian [Mon, 14 May 2012 03:02:04 +0000 (20:02 -0700)]
minor Rect.h cleanup
add getBounds(), getWidth(), getHeight(), width() and height()
are kept for backward compatibility.
Change-Id: I83837abf17dc2f8bded1beff73430e8c7d9bbdb3
Jamie Gennis [Thu, 10 May 2012 09:22:33 +0000 (02:22 -0700)]
libgui: improve some logging and dumping
This change updates some of the SurfaceTextureClient and BufferQueue logging
and dumping to include the crop, transform and scaling mode. It also removes
the uses of the NO_SCALE_CROP scaling mode enum, which was added by accident in
a previous change.
Change-Id: I62912716a1e48885fb22f12b92678aa13f10fcd9
Bug:
6470541
The Android Automerger [Sat, 12 May 2012 04:26:09 +0000 (21:26 -0700)]
keep history after reset to JRN40G
Jamie Gennis [Thu, 10 May 2012 09:22:33 +0000 (02:22 -0700)]
libgui: improve some logging and dumping
This change updates some of the SurfaceTextureClient and BufferQueue logging
and dumping to include the crop, transform and scaling mode. It also removes
the uses of the NO_SCALE_CROP scaling mode enum, which was added by accident in
a previous change.
Change-Id: I62912716a1e48885fb22f12b92678aa13f10fcd9
Bug:
6470541
JP Abgrall [Fri, 11 May 2012 21:14:09 +0000 (14:14 -0700)]
Ignore SIGPIPE is some of the tools used via bugreport
adb bugreport > b & sleep 5; kill $?
will show that a bunch of tools will SIGPIPE when trying to output data
which is normal.
We don't have a way on linux (bsd yes), to set NOSIGPIPE on the file desc
passed down via fork/exec.
Bug:
6447319
Change-Id: I25b30a823addcff89d252f162d0a07035d4fdd3f
Jamie Gennis [Fri, 11 May 2012 11:42:59 +0000 (04:42 -0700)]
libutils: add a tracing tag for video
Change-Id: Icbecc7184844e95ee81a558b0a54d5513d5cf59f
Jamie Gennis [Fri, 11 May 2012 03:43:55 +0000 (20:43 -0700)]
SurfaceFlinger: add a crop to the layer state
This change adds a crop rectangle specified in window coordinates to the layer
state. The all window pixels outside this crop rectangle are treated as though
they were fully transparent. This change also adds the plumbing necessary for
WindowManager to set that crop.
Change-Id: I582bc445dc8c97d4c943d4db8d582a6ef5a66081
Glenn Kasten [Thu, 10 May 2012 22:50:19 +0000 (15:50 -0700)]
Workaround for add_tid_to_cgroup failed to write
Bug:
6467109
Change-Id: I6dff8e608d83c7a7c453c25c94ad100f113769b9
Glenn Kasten [Fri, 11 May 2012 00:38:34 +0000 (17:38 -0700)]
Merge "Workaround for add_tid_to_cgroup failed to write" into jb-dev
Glenn Kasten [Thu, 10 May 2012 22:50:19 +0000 (15:50 -0700)]
Workaround for add_tid_to_cgroup failed to write
Bug:
6467109
Change-Id: I6dff8e608d83c7a7c453c25c94ad100f113769b9
Jamie Gennis [Thu, 10 May 2012 21:37:14 +0000 (14:37 -0700)]
SurfaceFlinger: recompute visible regions more
This change makes a change in the crop, scaling mode, transform, or buffer
dimensions trigger a recomputation of the visible regions of a window. With
the new cropping behavior for SCALING_MODE_FREEZE all of these can now affect
the visible region.
Bug:
6470541
Change-Id: I1904e47efbd708e28bf189f637d24dbef65cd41e
Jamie Gennis [Thu, 10 May 2012 09:22:33 +0000 (02:22 -0700)]
libgui: improve some logging and dumping
This change updates some of the SurfaceTextureClient and BufferQueue logging
and dumping to include the crop, transform and scaling mode. It also removes
the uses of the NO_SCALE_CROP scaling mode enum, which was added by accident in
a previous change.
Change-Id: I62912716a1e48885fb22f12b92678aa13f10fcd9
Bug:
6470541
Jean-Michel Trivi [Thu, 10 May 2012 16:53:44 +0000 (09:53 -0700)]
Merge "OMX IL header additions for FLAC" into jb-dev
The Android Automerger [Thu, 10 May 2012 14:03:31 +0000 (07:03 -0700)]
merge in jb-release history after reset to jb-dev
Jean-Michel Trivi [Mon, 30 Apr 2012 17:27:25 +0000 (10:27 -0700)]
OMX IL header additions for FLAC
Bug
5525503
Change-Id: I8d305d5351d3780f8ca933b8e602f2bf88e9ac78
Dianne Hackborn [Wed, 9 May 2012 01:54:22 +0000 (18:54 -0700)]
Add callback hack to find out when to reload system properties.
Every IBinder object can accept a new transaction to tell it that
it might want to reload system properties, and in the process
anyone can register a callback to be executed when this happens.
Use this to reload the trace property.
This is very much ONLY for debugging.
Change-Id: I55c67c46f8f3fa9073bef0dfaab4577ed1d47eb4
Jamie Gennis [Mon, 7 May 2012 20:51:53 +0000 (13:51 -0700)]
SurfaceFlinger: SCALING_MODE_FREEZE cropping support
This change adss support for applying a buffer crop to layers with the
SCALING_MODE_FREEZE scaling mode. These layers do not scale the image, but
rather treat all pixels outside the crop rectangle as fully transparent.
Change-Id: I762518e56a37aef7747f9b581df2f2589b232c49
Bug:
6299171
Jamie Gennis [Wed, 9 May 2012 00:05:52 +0000 (17:05 -0700)]
SurfaceFlinger: tell SurfaceTex about filtering
This change makes SurfaceFlinger set the filtering-enable on each layer's
SurfaceTexture before querying the texture matrix to use for GLES composition.
Change-Id: I40c3defd73ebf96e3cabb3bfdb1fc97f2036753a
Jamie Gennis [Wed, 9 May 2012 19:52:25 +0000 (12:52 -0700)]
Merge "SurfaceTexture: improve texture matrix computation" into jb-dev
Jamie Gennis [Wed, 9 May 2012 19:51:57 +0000 (12:51 -0700)]
Merge "libgui: Add support for post-xform crops." into jb-dev
Jamie Gennis [Wed, 9 May 2012 19:51:39 +0000 (12:51 -0700)]
Merge "libui: add the Rect::transform method" into jb-dev
The Android Automerger [Wed, 9 May 2012 14:47:09 +0000 (07:47 -0700)]
merge in jb-release history after reset to jb-dev
Jamie Gennis [Tue, 8 May 2012 23:56:34 +0000 (16:56 -0700)]
SurfaceTexture: improve texture matrix computation
This change reduces the shrinking of the crop rectangle in some cases. It adds
a way to inform the SurfaceTexture that its texture will be used without
bilinear interpolation, and uses knowledge of the pixel format to avoid
shrinking unecessarily.
Change-Id: I72365f39f74ecb7fcc51b4cf42f2d0fa97727212
Jamie Gennis [Mon, 7 May 2012 20:50:11 +0000 (13:50 -0700)]
libgui: Add support for post-xform crops.
This change adds support for specifying a crop rectangle to a
SurfaceTextureClient that is in post-transformed coordinate space.
Change-Id: I247901de343e71b32850f7ae3bac62dfa612ad3d
Bug:
6299171
Dianne Hackborn [Tue, 8 May 2012 21:54:24 +0000 (14:54 -0700)]
Change name of system property for traces.
This allows the property to be changed from the settings UI.
Change-Id: Ife7424b3549e5bbe51b6ad2fb8e5edde3a9fd608
The Android Automerger [Tue, 8 May 2012 15:20:38 +0000 (08:20 -0700)]
merge in jb-release history after reset to jb-dev
Mathias Agopian [Tue, 8 May 2012 03:09:20 +0000 (20:09 -0700)]
Merge "return errors properly in BitTube and SensorEventQueue" into jb-dev
Mathias Agopian [Mon, 7 May 2012 22:20:15 +0000 (15:20 -0700)]
return errors properly in BitTube and SensorEventQueue
Change-Id: Idf31179f9fcc666e287c7b01b2007431cb60127d
Jamie Gennis [Mon, 7 May 2012 20:49:17 +0000 (13:49 -0700)]
libui: add the Rect::transform method
This change adds a method to Rect to transform a rectangle by a graphics HAL
transform.
Change-Id: Ic0d0988e731bdb5662faee41a5927b1242891658
Bug:
6299171
Glenn Kasten [Mon, 7 May 2012 18:08:31 +0000 (11:08 -0700)]
Add audio tag to systrace
Change-Id: I4a558c43e4ccd81a4ed94684c5fad6b3c486bd14
The Android Automerger [Sun, 6 May 2012 21:21:39 +0000 (14:21 -0700)]
merge in jb-release history after reset to jb-dev
Jesse Hall [Sat, 5 May 2012 00:14:57 +0000 (17:14 -0700)]
Merge "Disable EGL hibernation due to jank" into jb-dev
Mathias Agopian [Fri, 4 May 2012 23:30:27 +0000 (16:30 -0700)]
Merge "set a Sensor's version properly" into jb-dev
Mathias Agopian [Fri, 4 May 2012 22:47:13 +0000 (15:47 -0700)]
set a Sensor's version properly
Bug:
6447433
Change-Id: Iaa5d074a8137d9543ea78c2c6f63a750774b3057
Jesse Hall [Fri, 4 May 2012 21:52:40 +0000 (14:52 -0700)]
Disable EGL hibernation due to jank
Hibernating EGL takes a long time (>100 ms) and blocks all other
rendering. During window animations, the outgoing activity begins
hibernation before the animation stops, causing visible stutter.
Hibernation is still available by setting 'BOARD_ALLOW_EGL_HIBERNATION
:= true' in the devices BoardConfig.mk
Change-Id: Iab4e00723a1adcd97481e81b2efdc821b3e9712f
Andy Stadler [Thu, 3 May 2012 22:04:37 +0000 (15:04 -0700)]
Add System Tracing capability to Sync Manager
See also: Change-Id: Ia8bc01adbba345a568405b0ac8ade96e56b40cc1
Change-Id: I2678974cf85464fbc09072b06f647a0787e6e23f
The Android Automerger [Thu, 3 May 2012 14:12:51 +0000 (07:12 -0700)]
merge in jb-release history after reset to jb-dev
Jamie Gennis [Wed, 2 May 2012 20:10:56 +0000 (13:10 -0700)]
SurfaceTexture: fix a memory leak
This change fixes a memory leak.
Bug:
6414806
Change-Id: I43536689b4219a042749aec2096a1d5c4e664ae3
The Android Automerger [Mon, 30 Apr 2012 14:03:15 +0000 (07:03 -0700)]
merge in jb-release history after reset to jb-dev
Mathias Agopian [Fri, 27 Apr 2012 20:55:05 +0000 (13:55 -0700)]
don't actuate vsync hint when not needed
Change-Id: I61c43dd76041816ab8cbe9aeaa55c11c1479ed03
Mathias Agopian [Thu, 26 Apr 2012 23:11:59 +0000 (16:11 -0700)]
set vsync power hint
Change-Id: I28c2faf9ff584df3e74392712971cbcf75eb9e98
Dianne Hackborn [Thu, 26 Apr 2012 22:24:00 +0000 (15:24 -0700)]
Merge "Add traces for window manager and activity manager." into jb-dev
Dianne Hackborn [Thu, 26 Apr 2012 21:15:10 +0000 (14:15 -0700)]
Add traces for window manager and activity manager.
Change-Id: I6677ca64164f234efc7856ddd173ad6989b4f59e
Siva Velusamy [Thu, 26 Apr 2012 20:37:43 +0000 (13:37 -0700)]
Merge "gldebugger: Allow connections from root user" into jb-dev
Siva Velusamy [Thu, 26 Apr 2012 16:05:35 +0000 (09:05 -0700)]
gldebugger: Allow connections from root user
Change-Id: I26ce670ae93c43bd36843576e824a9d7acea644d
The Android Automerger [Thu, 26 Apr 2012 14:03:28 +0000 (07:03 -0700)]
merge in jb-release history after reset to jb-dev
Dave Burke [Tue, 24 Apr 2012 23:06:50 +0000 (16:06 -0700)]
Define OMX_AUDIO_AACObjectELD
Change-Id: Icfbcbddb46fc0bf185e00b193462bc9e035c222b
The Android Automerger [Wed, 25 Apr 2012 14:48:23 +0000 (07:48 -0700)]
merge in jb-release history after reset to jb-dev
Mathias Agopian [Wed, 25 Apr 2012 06:27:31 +0000 (23:27 -0700)]
PixelFormat.UNKNOWN should return an error when queried
Bug:
6294260
Change-Id: Iad6f7bcbdda0a684abca6d9584da611a8b28f7ab
Jamie Gennis [Wed, 18 Apr 2012 02:36:18 +0000 (19:36 -0700)]
libgui: Add plumbing for active rectangle
This change adds the plumbing to SurfaceTextureClient, BufferQueue, and
SurfaceTexture to get the active rectangle passed to the ANativeWindow to
the buffer consumer.
Change-Id: I35da0889b266327ebb079b6a7136fa3e2e8b00e6
Daniel Lam [Thu, 19 Apr 2012 04:29:19 +0000 (21:29 -0700)]
SurfaceTexture: detachFromContext fixed
Fixed AttachToContextSucceeds test SurfaceTexture test by
not deleting the current texture when cleaning up memory.
Bug:
6363186
Change-Id: Ib886bfe6bb86e25ea4825d18b5008afba6b33eae
The Android Automerger [Tue, 24 Apr 2012 14:03:22 +0000 (07:03 -0700)]
merge in jb-release history after reset to master
Mathias Agopian [Sat, 21 Apr 2012 00:19:28 +0000 (17:19 -0700)]
add a way to query whether an ANativeWindow consumer is running ahead of the producer
Change-Id: Ibccfa1feb56db2ab11f0c0934ce2d570a2b65ae2
Mathias Agopian [Mon, 23 Apr 2012 21:28:58 +0000 (14:28 -0700)]
update the binder protocol for connect to match that of queueBuffer
indeed, connect and queueBuffer return the same data, so it's
easier to have them use the same protocol.
Change-Id: I4f9fa3be0a80c9ab0a7a4039b282ae843aab02e1
Mathias Agopian [Mon, 23 Apr 2012 20:59:36 +0000 (13:59 -0700)]
remove SurfaceTexture::connect()
use BufferQueue::connect() instead
Change-Id: I04aab7cf11304bf962cde38470747f3b19ddba42
Mathias Agopian [Tue, 24 Apr 2012 03:04:17 +0000 (20:04 -0700)]
Merge "triple buffering is now controled by BoardConfig and enabled by default"
Mathias Agopian [Tue, 24 Apr 2012 03:00:16 +0000 (20:00 -0700)]
triple buffering is now controled by BoardConfig and enabled by default
use TARGET_DISABLE_TRIPLE_BUFFERING := true to disable
triple buffering.
Change-Id: I9875d6ddefd23c1af9e51e7ee7dec1bacd1e6799
Glenn Kasten [Tue, 24 Apr 2012 00:11:51 +0000 (17:11 -0700)]
Merge "Scheduling group cleanup"
The Android Automerger [Mon, 23 Apr 2012 14:04:21 +0000 (07:04 -0700)]
merge in jb-release history after reset to master