summaryrefslogtreecommitdiffstats
path: root/libs/gui
Commit message (Expand)AuthorAgeFilesLines
* Wait for buffers to drainAndy McFadden2013-10-181-17/+30
* Change API from flush(handle) to flush(). Call flush on all active sensors in...Aravind Akella2013-10-092-6/+4
* BufferQueue: fix a test crashJamie Gennis2013-10-021-5/+9
* GLConsumer: start using EGL_ANDROID_image_cropJamie Gennis2013-10-021-63/+124
* GLConsumer: Add query for current frame number.Eino-Ville Talvala2013-09-191-0/+8
* fix camera API 2.0 orientationMathias Agopian2013-09-172-3/+8
* Fix build (tests)Mathias Agopian2013-09-171-1/+1
* Merge "Make sure do disconnect from a BQ when its client dies." into klp-devMathias Agopian2013-09-173-7/+37
|\
| * Make sure do disconnect from a BQ when its client dies.Mathias Agopian2013-09-163-7/+37
* | Stop using default value for Surface producerControlledByApp parameterJesse Hall2013-09-161-5/+7
|/
* fix a few problems with BitTubeMathias Agopian2013-09-102-58/+68
* Sensor batching. Changes to the native code.Aravind Akella2013-09-033-16/+63
* Force async behavior for the virtual display output BufferQueueJesse Hall2013-08-291-2/+4
* Surface: Fix controlledByApp parameterEino-Ville Talvala2013-08-211-1/+1
* Fix buildAndy McFadden2013-08-191-1/+1
* Re-enable frame dropping for non-auto timestampsAndy McFadden2013-08-164-4/+22
* gui: CpuConsumer::lockNextBuffer change return code when too many bufs acquiredIgor Murashkin2013-08-141-1/+3
* Fix build. optional tests were broken.Mathias Agopian2013-08-141-0/+3
* SurfaceFlinger now uses GLES 2.x when availableMathias Agopian2013-08-131-5/+5
* 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
* BuffferQueue disconnect is now always asynchrnousMathias Agopian2013-07-182-57/+21
* BufferQueue improvements and APIs changesMathias Agopian2013-07-1813-188/+49
* always pass the BufferQueue explicitely to consumersYing Wang2013-07-151-1/+2
* always pass the BufferQueue explicitely to consumersMathias Agopian2013-07-127-14/+21