summaryrefslogtreecommitdiffstats
path: root/libs/gui/GLConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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