summaryrefslogtreecommitdiffstats
path: root/libs/gui
Commit message (Expand)AuthorAgeFilesLines
* resolved conflicts for merge of 1852eb4f to klp-dev-plus-aospKenny Root2013-09-121-1/+0
|\
| * Remove copy of UniquePtr.hKenny Root2013-09-111-1/+0
* | am 90ed3e8d: fix a few problems with BitTubeMathias Agopian2013-09-112-58/+68
|\ \
| * | fix a few problems with BitTubeMathias Agopian2013-09-102-58/+68
* | | am a5552de9: Merge "Sensor batching. Changes to the native code." into klp-devAravind Akella2013-09-033-16/+63
|\ \ \ | |/ /
| * | Sensor batching. Changes to the native code.Aravind Akella2013-09-033-16/+63
* | | am 87967c18: Merge "Force async behavior for the virtual display output Buffe...Jesse Hall2013-08-301-2/+4
|\ \ \ | |/ /
| * | Force async behavior for the virtual display output BufferQueueJesse Hall2013-08-291-2/+4
* | | am b6aea00c: Merge "Surface: Fix controlledByApp parameter" into klp-devEino-Ville Talvala2013-08-221-1/+1
|\ \ \ | |/ /
| * | Surface: Fix controlledByApp parameterEino-Ville Talvala2013-08-211-1/+1
* | | am 8b308ed7: Fix buildAndy McFadden2013-08-191-1/+1
|\ \ \ | |/ /
| * | Fix buildAndy McFadden2013-08-191-1/+1
* | | am 90f59bf9: Merge "Re-enable frame dropping for non-auto timestamps" into kl...Andy McFadden2013-08-194-4/+22
|\ \ \ | |/ /
| * | Re-enable frame dropping for non-auto timestampsAndy McFadden2013-08-164-4/+22
* | | am e60a0b1e: Merge "gui: CpuConsumer::lockNextBuffer change return code when ...Igor Murashkin2013-08-161-1/+3
|\ \ \ | |/ /
| * | gui: CpuConsumer::lockNextBuffer change return code when too many bufs acquiredIgor Murashkin2013-08-141-1/+3
* | | am c6bae007: Fix build. optional tests were broken.Mathias Agopian2013-08-141-0/+3
|\ \ \ | |/ /
| * | Fix build. optional tests were broken.Mathias Agopian2013-08-141-0/+3
* | | am 56f825e7: Merge "SurfaceFlinger now uses GLES 2.x when available" into klp...Mathias Agopian2013-08-141-5/+5
|\ \ \ | |/ /
| * | SurfaceFlinger now uses GLES 2.x when availableMathias Agopian2013-08-131-5/+5
* | | am fc43e16a: Merge "Graphics:Add error check when create GraphicBuffer"Jesse Hall2013-08-131-1/+5
|\ \ \ | |/ / |/| / | |/
| * Graphics:Add error check when create GraphicBufferLingyun Zhu2013-08-131-1/+5
| * Tweaks for forward compatibilityJean-Baptiste Queru2013-07-161-0/+7
* | make sure GLConsumer::releaseTexImage() works after detachFromContext()Mathias Agopian2013-08-121-19/+43
* | make GLConsumer's debug texture staticMathias Agopian2013-08-081-22/+28
* | Add ISurfaceComposer::destroyDisplayJesse Hall2013-08-082-13/+47
* | don't hardcode debug texture dimensionsMathias Agopian2013-08-071-4/+7
* | fix tests moreMathias Agopian2013-08-061-1/+1
* | fix testsMathias Agopian2013-08-061-1/+1
* | remove support for glReadPixels screenshot pathMathias Agopian2013-08-062-9/+4
* | Fix build. 3rd attemptMathias Agopian2013-08-061-1/+1
* | All consumers now take an IGraphicBufferConsumer instead of a BufferQueueMathias Agopian2013-08-0611-51/+61
* | Merge "BufferQueue: Support query of consumer usage bits"Eino-Ville Talvala2013-08-052-0/+21
|\ \
| * | BufferQueue: Support query of consumer usage bitsEino-Ville Talvala2013-07-302-0/+21
* | | Merge "Roll back recent change"Andy McFadden2013-08-022-2/+4
|\ \ \
| * | | Roll back recent changeAndy McFadden2013-08-022-2/+4
* | | | Merge "Binderize the consumer side of BufferQueue"Mathias Agopian2013-08-027-13/+550
|\ \ \ \
| * | | | Binderize the consumer side of BufferQueueMathias Agopian2013-08-017-13/+550
* | | | | Merge "Drop frames based on presentation timestamp"Andy McFadden2013-08-022-31/+69
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Drop frames based on presentation timestampAndy McFadden2013-08-012-31/+69
* | | | log an error when dequeueBuffer gets a NULL FenceMathias Agopian2013-08-014-16/+20
|/ / /
* | | Make Flattenable not virtualMathias Agopian2013-07-302-90/+97
|/ /
* | single buffer mode for BufferQueueMathias Agopian2013-07-262-10/+113
* | fix buildMathias Agopian2013-07-261-2/+0
* | get rid of HAL pixelformats 5551 and 4444Mathias Agopian2013-07-261-2/+0
* | Merge "Fix a race in BufferQueue"Mathias Agopian2013-07-251-17/+27
|\ \
| * | Fix a race in BufferQueueMathias Agopian2013-07-231-17/+27
* | | fix log messages and bogus error messageMathias Agopian2013-07-221-23/+18
|/ /
* | make sure to reset the framenumber when a buffer is marked FREEMathias Agopian2013-07-191-0/+3
* | Make ANW.setSwapInterval(0) work againMathias Agopian2013-07-195-50/+74