summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge changes I82e361a6,I83694682 into jb-mr2-devJamie Gennis2013-04-091-0/+12
|\ \ \ | |_|/ |/| |
| * | libgui: fix an EGLImage leakJamie Gennis2013-04-081-0/+12
* | | Merge "Implement async event callout from drm plugin to Java app" into jb-mr2...Jeff Tinker2013-04-051-3/+39
|\ \ \
| * | | Implement async event callout from drm plugin to Java appJeff Tinker2013-04-031-3/+39
* | | | latch transparent region hint only when we get a new frameMathias Agopian2013-04-021-0/+4
| |_|/ |/| |
* | | Merge "MediaDrm API update" into jb-mr2-devJeff Tinker2013-04-021-33/+100
|\ \ \ | |/ / | | / | |/ |/|
| * MediaDrm API updateJeff Tinker2013-04-011-33/+100
* | don't use compile-time configuration of libgui as much as possibleMathias Agopian2013-03-292-4/+45
* | 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 "improved CallStack a bit" into jb-mr2-devMathias Agopian2013-03-221-2/+4
|\
| * improved CallStack a bitMathias Agopian2013-03-211-2/+4
* | 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
| |/
* | Merge "rework how we take screenshots for a CPU consumer" into jb-mr2-devMathias Agopian2013-03-202-15/+8
|\ \
| * | rework how we take screenshots for a CPU consumerMathias Agopian2013-03-192-15/+8
* | | Merge "Updated MediaDrm API based on review input." into jb-mr2-devJeff Tinker2013-03-203-194/+205
|\ \ \ | |/ / |/| |
| * | Updated MediaDrm API based on review input.Jeff Tinker2013-03-133-194/+205
* | | Fix a crasher with RefBase debugging and vectors of wp<>Mathias Agopian2013-03-191-39/+56
* | | 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
* | | | Merge "Add Vector::resize()" into jb-mr2-devJesse Hall2013-03-162-1/+8
|\ \ \ \ | |/ / /
| * | | Add Vector::resize()Jesse Hall2013-03-152-1/+8
* | | | don't allow screenshots without the READ_FRAMEBUFFER permissionMathias Agopian2013-03-151-2/+9
|/ / /
* | | Revert "Add a compatibility symbol for the MemoryBase constructor."Elliott Hughes2013-03-141-3/+0
* | | am 9b57ad73: am 8facd1b2: Merge "Add a compatibility symbol for the MemoryBas...Elliott Hughes2013-03-131-0/+3
|\ \ \
| * | | Add a compatibility symbol for the MemoryBase constructor.Elliott Hughes2013-03-131-0/+3
| * | | Tweaks for forward compatibilityJean-Baptiste Queru2013-03-063-0/+91
* | | | Surface can now be created only from an IGraphicBufferProducerMathias Agopian2013-03-121-11/+0
* | | | get rid of ISurfaceMathias Agopian2013-03-124-71/+12
| |/ / |/| |
* | | Merge "Add TOUCH_NAVIGATION input source" into jb-mr2-devMichael Wright2013-03-121-0/+2
|\ \ \
| * | | Add TOUCH_NAVIGATION input sourceMichael Wright2013-03-111-0/+2
* | | | Merge "Add Thread::isRunning and Condition::signal(WakeUpType)" into jb-mr2-devRomain Guy2013-03-112-0/+16
|\ \ \ \ | |/ / / |/| | |
| * | | Add Thread::isRunning and Condition::signal(WakeUpType)Romain Guy2013-03-112-0/+16
* | | | rename binder services main thread to Binder_*Mathias Agopian2013-03-073-2/+12
* | | | Make GraphicBuffer a RefBaseMathias Agopian2013-03-061-4/+3
* | | | Remove support for ScreenshotLayerMathias Agopian2013-03-051-2/+0
|/ / /
* | | Merge "rework screenshot API and implementation" into jb-mr2-devMathias Agopian2013-03-052-2/+16
|\ \ \ | |_|/ |/| |
| * | rework screenshot API and implementationMathias Agopian2013-03-012-2/+16
* | | Revert "Change SurfaceControl setPosition to take floats"Dave Burke2013-03-011-1/+1
|/ /
* | CpuConsumer: Add optional asynchronous modeEino-Ville Talvala2013-02-281-1/+1
* | CpuConsumer: Don't unlock buffers on producer disconnectEino-Ville Talvala2013-02-281-1/+5