summaryrefslogtreecommitdiffstats
path: root/libs/gui/GLConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* GLConsumer: Fix crop mathDan Stoza2015-06-101-6/+10
* Fix PTS handling for buffer replacementDan Stoza2015-05-121-2/+3
* libgui: Remove IGBC::BufferItemDan Stoza2015-03-161-12/+1
* libgui: Prepare for IGBC::BufferItem removalDan Stoza2015-03-121-2/+14
* Merge "Add dataSpace to buffer queues; remove old format enums."Eino-Ville Talvala2015-03-061-0/+6
|\
| * Add dataSpace to buffer queues; remove old format enums.Eino-Ville Talvala2015-03-041-0/+6
* | GLConsumer: Fix unsigned subtraction during cropDan Stoza2015-03-041-6/+6
|/
* libgui: Enable -Weverything and -WerrorDan Stoza2014-12-051-92/+108
* am 15b2ecf5: am dcc959be: Merge "Adding eglInitialize and eglTerminate image ...Michael Lentine2014-10-211-0/+4
|\
| * am dcc959be: Merge "Adding eglInitialize and eglTerminate image creation and ...Michael Lentine2014-10-211-0/+4
| |\
| | * Adding eglInitialize and eglTerminate image creation and deletion.Michael Lentine2014-10-091-0/+4
* | | am 5273a978: resolved conflicts for merge of 86aeb9ef to lmp-dev-plus-aospDan Albert2014-09-091-5/+5
|\ \ \ | |/ /
| * | resolved conflicts for merge of 86aeb9ef to lmp-dev-plus-aospDan Albert2014-09-081-5/+5
| |\ \ | | |/ | |/|
| | * Make string literal concatenation play nice with C++11.Dan Albert2014-09-081-5/+5
* | | GLConsumer: correct EGL_NO_DISPLAY to EGL_NO_CONTEXTJesse Hall2014-09-041-1/+1
|/ /
* | GLConsumer: Fix eglTerminate/eglInit edge case.Eric Penner2014-08-271-9/+23
* | GLProducer: Reference count images rather than buffers.Eric Penner2014-07-211-169/+155
* | GLConsumer: Allow creation in detached modeDan Stoza2014-06-251-0/+27
* | Always release a bufferAndy McFadden2014-04-041-2/+12
|/
* 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
* 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
* don't hardcode debug texture dimensionsMathias Agopian2013-08-071-4/+7
* All consumers now take an IGraphicBufferConsumer instead of a BufferQueueMathias Agopian2013-08-061-8/+8
* single buffer mode for BufferQueueMathias Agopian2013-07-261-7/+88
* get rid of HAL pixelformats 5551 and 4444Mathias Agopian2013-07-261-2/+0
* BufferQueue improvements and APIs changesMathias Agopian2013-07-181-14/+2
* always pass the BufferQueue explicitely to consumersMathias Agopian2013-07-121-3/+3
* Pay attention to buffer timestampsAndy McFadden2013-07-101-3/+4
* BufferQueue: track buffer-queue by instance vs. by referenceLajos Molnar2013-05-231-9/+19
* am e6eef6c1: am ea74d3b7: make the warning timout of Fence::waitForever() imp...Mathias Agopian2013-05-171-1/+1
|\
| * make the warning timout of Fence::waitForever() implicit and longerMathias Agopian2013-05-161-1/+1
* | Merge changes I0d9f18d1,Ib96c9161Mathias Agopian2013-04-241-5/+3
|\ \ | |/ |/|
| * clean-up/simplify all dump() APIsMathias Agopian2013-04-221-5/+3
* | fix uninitialized variables in GLConsumerMathias Agopian2013-04-221-0/+3
|/
* don't use compile-time configuration of libgui as much as possibleMathias Agopian2013-03-291-44/+5
* replace eglWaitSyncANDROID by eglWaitSyncKHRMathias Agopian2013-03-281-3/+3
* Pass sp<Fence>s around instead of file descriptorsJesse Hall2013-03-221-8/+8
* libgui: disallow NULL Fence pointersJamie Gennis2013-02-121-1/+2
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-0/+961