summaryrefslogtreecommitdiffstats
path: root/libs/gui/GLConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* libgui: Remove IGBC::BufferItemDan Stoza2015-04-071-12/+1
* DO NOT MERGE Cherry-pick dataSpace and BufferItem changesEino-Ville Talvala2015-04-061-2/+20
* GLConsumer: Fix unsigned subtraction during cropDan Stoza2015-03-181-6/+6
* libgui: Enable -Weverything and -WerrorDan Stoza2015-03-181-92/+108
* am 1834f8ea: GLConsumer: correct EGL_NO_DISPLAY to EGL_NO_CONTEXTJesse Hall2014-10-301-1/+1
|\
| * GLConsumer: correct EGL_NO_DISPLAY to EGL_NO_CONTEXTJesse Hall2014-10-291-1/+1
* | 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
* | 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: 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