summaryrefslogtreecommitdiffstats
path: root/libs/gui
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | 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
* | Pay attention to buffer timestampsAndy McFadden2013-07-106-37/+70
* | CpuConsumer: Add set buffer size and format functions.Zhijun He2013-06-101-0/+12
* | BufferQueue: remove freeAllBuffersExceptHeadLocked()Lajos Molnar2013-05-231-24/+5
* | BufferQueue: track buffer-queue by instance vs. by referenceLajos Molnar2013-05-235-88/+193
* | am e6eef6c1: am ea74d3b7: make the warning timout of Fence::waitForever() imp...Mathias Agopian2013-05-174-5/+5
|\ \ | |/
| * make the warning timout of Fence::waitForever() implicit and longerMathias Agopian2013-05-164-5/+5
* | am 87ab83d9: am f743e3db: Merge "Add support for HAL_PIXEL_FORMAT_YCbCr_420_8...Eino-Ville Talvala2013-05-091-10/+35
|\ \ | |/
| * Add support for HAL_PIXEL_FORMAT_YCbCr_420_888Eino-Ville Talvala2013-05-061-10/+35
* | am 83ad8957: am 5b6ebd71: Merge "libgui_test: fix a couple minor test issues"...Jamie Gennis2013-04-251-9/+2
|\ \ | |/
| * libgui_test: fix a couple minor test issuesJamie Gennis2013-04-241-9/+2
* | Merge changes I0d9f18d1,Ib96c9161Mathias Agopian2013-04-243-32/+17
|\ \ | |/ |/|
| * clean-up/simplify all dump() APIsMathias Agopian2013-04-223-32/+17
* | fix uninitialized variables in GLConsumerMathias Agopian2013-04-221-0/+3
|/
* Merge "BufferItemConsumer: add functions to set default buffer format/size" i...Igor Murashkin2013-04-171-0/+10
|\
| * BufferItemConsumer: add functions to set default buffer format/sizeIgor Murashkin2013-04-161-0/+10
* | Add a test that checks multi-texturing works with GL_TEXTURE_EXTERNAL_OESMathias Agopian2013-04-162-0/+106