summaryrefslogtreecommitdiffstats
path: root/include/gui
Commit message (Expand)AuthorAgeFilesLines
* fix camera API 2.0 orientationMathias Agopian2013-09-171-0/+4
* Make sure do disconnect from a BQ when its client dies.Mathias Agopian2013-09-162-4/+21
* fix a few problems with BitTubeMathias Agopian2013-09-102-6/+31
* Sensor batching. Changes to the native code.Aravind Akella2013-09-033-3/+11
* Re-enable frame dropping for non-auto timestampsAndy McFadden2013-08-162-6/+13
* gui: CpuConsumer::lockNextBuffer change return code when too many bufs acquiredIgor Murashkin2013-08-141-1/+1
* SurfaceFlinger now uses GLES 2.x when availableMathias Agopian2013-08-132-8/+7
* make sure GLConsumer::releaseTexImage() works after detachFromContext()Mathias Agopian2013-08-121-1/+3
* make GLConsumer's debug texture staticMathias Agopian2013-08-081-1/+7
* Add ISurfaceComposer::destroyDisplayJesse Hall2013-08-082-4/+13
* remove support for glReadPixels screenshot pathMathias Agopian2013-08-061-2/+1
* All consumers now take an IGraphicBufferConsumer instead of a BufferQueueMathias Agopian2013-08-067-30/+14
* Binderize the consumer side of BufferQueueMathias Agopian2013-08-014-104/+328
* Make Flattenable not virtualMathias Agopian2013-07-302-10/+9
* single buffer mode for BufferQueueMathias Agopian2013-07-262-2/+25
* Make ANW.setSwapInterval(0) work againMathias Agopian2013-07-193-16/+29
* BuffferQueue disconnect is now always asynchrnousMathias Agopian2013-07-181-21/+15
* BufferQueue improvements and APIs changesMathias Agopian2013-07-188-88/+33
* always pass the BufferQueue explicitely to consumersMathias Agopian2013-07-123-5/+10
* Pay attention to buffer timestampsAndy McFadden2013-07-104-5/+14
* CpuConsumer: Add set buffer size and format functions.Zhijun He2013-06-101-0/+12
* CpuConsumer: Remove CpuConsumer JNI ID.Zhijun He2013-06-031-1/+0
* BufferQueue: remove freeAllBuffersExceptHeadLocked()Lajos Molnar2013-05-231-4/+0
* BufferQueue: track buffer-queue by instance vs. by referenceLajos Molnar2013-05-233-33/+34
* am 87ab83d9: am f743e3db: Merge "Add support for HAL_PIXEL_FORMAT_YCbCr_420_8...Eino-Ville Talvala2013-05-091-0/+8
|\
| * Add support for HAL_PIXEL_FORMAT_YCbCr_420_888Eino-Ville Talvala2013-05-061-0/+8
* | Merge changes I0d9f18d1,Ib96c9161Mathias Agopian2013-04-243-6/+4
|\ \ | |/ |/|
| * clean-up/simplify all dump() APIsMathias Agopian2013-04-223-6/+4
* | fix uninitialized variables in GLConsumerMathias Agopian2013-04-221-1/+1
|/
* Merge "BufferItemConsumer: add functions to set default buffer format/size" i...Igor Murashkin2013-04-171-0/+8
|\
| * BufferItemConsumer: add functions to set default buffer format/sizeIgor Murashkin2013-04-161-0/+8
* | Merge "Updated comments" into jb-mr2-devAndy McFadden2013-04-111-101/+193
|\ \
| * | Updated commentsAndy McFadden2013-04-051-101/+193
| |/
* | libgui: fix an EGLImage leakJamie Gennis2013-04-081-0/+12
|/
* don't use compile-time configuration of libgui as much as possibleMathias Agopian2013-03-291-4/+0
* make sure to unlock the screenshot's buffer on destructionMathias Agopian2013-03-261-0/+1
* Pass sp<Fence>s around instead of file descriptorsJesse Hall2013-03-221-7/+6
* Merge "CpuConsumer: Properly track acquired buffers" into jb-mr2-devEino-Ville Talvala2013-03-211-5/+16
|\
| * CpuConsumer: Properly track acquired buffersEino-Ville Talvala2013-03-051-5/+16
* | Merge "Revert "Revert "Change SurfaceControl setPosition to take floats""" in...Ramanan Rajeswaran2013-03-211-1/+1
|\ \
| * | Revert "Revert "Change SurfaceControl setPosition to take floats""Ramanan Rajeswaran2013-03-211-1/+1
| |/
* | rework how we take screenshots for a CPU consumerMathias Agopian2013-03-192-15/+8
* | Merge changes I61ae54f3,I57cb668e,I7a3f1e1a,Id28a2f9b into jb-mr2-devJesse Hall2013-03-193-8/+7
|\ \
| * | Fix argument types in IGraphicBufferProducer methodsJesse Hall2013-03-182-4/+4
| * | Minor cleanups/fixes before virtual display refactoringJesse Hall2013-03-181-4/+3
* | | don't allow screenshots without the READ_FRAMEBUFFER permissionMathias Agopian2013-03-151-2/+9
|/ /
* | Surface can now be created only from an IGraphicBufferProducerMathias Agopian2013-03-121-11/+0
* | get rid of ISurfaceMathias Agopian2013-03-123-70/+12
* | Remove support for ScreenshotLayerMathias Agopian2013-03-051-2/+0
* | Merge "rework screenshot API and implementation" into jb-mr2-devMathias Agopian2013-03-052-2/+16
|\ \ | |/ |/|