summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/SurfaceFlinger.h
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated BufferQueue constructorDan Stoza2014-03-181-1/+1
* Revert "Implement video plane layer"Wonsik Kim2014-03-171-4/+0
* Implement video plane layerWonsik Kim2014-02-271-0/+4
* Allow disabling layer rotation during screenshotsDan Stoza2014-02-141-3/+5
* am 4c37d088: am 6c7dcfa9: am 662d3134: Merge "Move EGLConfig selection to Ren...Jesse Hall2014-01-031-6/+0
|\
| * Move EGLConfig selection to RenderEngineJesse Hall2013-12-231-6/+0
* | am bbfbe93c: am 0a645cc5: SurfaceFlinger: give SF its own vsync phaseJamie Gennis2013-10-151-0/+1
|\ \ | |/
| * SurfaceFlinger: give SF its own vsync phaseJamie Gennis2013-10-151-0/+1
* | am 47c772e8: am d1700756: SurfaceFlinger: Add EventControlThreadJamie Gennis2013-10-151-1/+2
|\ \ | |/
| * SurfaceFlinger: Add EventControlThreadJamie Gennis2013-10-151-1/+2
* | resolved conflicts for merge of e94d204a to masterJesse Hall2013-10-151-2/+3
|\ \ | |/
| * Disable hardware vsync when blanking the screenJesse Hall2013-10-141-2/+3
* | resolved conflicts for merge of 790b6d09 to masterJamie Gennis2013-10-081-0/+12
|\ \ | |/
| * SurfaceFlinger: SW-based vsync eventsJamie Gennis2013-10-071-0/+12
* | am 92d7c3ee: am b65f32eb: Fix two EGLConfig selection bugsJesse Hall2013-10-011-2/+2
|\ \ | |/
| * Fix two EGLConfig selection bugsJesse Hall2013-09-301-2/+2
* | am 754bad45: am d555684c: reinstate black-screenshot debugging codeMathias Agopian2013-09-201-1/+1
|\ \ | |/
| * reinstate black-screenshot debugging codeMathias Agopian2013-09-191-1/+1
* | am f589dd29: am e2a3e872: Merge "Fix GLES context version selection" into klp...Mathias Agopian2013-09-201-1/+2
|\ \ | |/
| * Fix GLES context version selectionMathias Agopian2013-09-181-1/+2
* | Add API for pushing color transforms to SurfaceFlingerAlan Viverette2013-09-121-0/+4
|/
* color blindness enhancementMathias Agopian2013-09-041-1/+3
* SurfaceFlinger now runs in the process's main threadMathias Agopian2013-08-201-8/+8
* Use new HWC display type/count constants.Jesse Hall2013-08-161-1/+1
* SurfaceFlinger now uses GLES 2.x when availableMathias Agopian2013-08-131-22/+15
* Add ISurfaceComposer::destroyDisplayJesse Hall2013-08-081-0/+1
* remove support for glReadPixels screenshot pathMathias Agopian2013-08-061-3/+2
* surfaceflinger: add frame duration loggingJamie Gennis2013-07-231-0/+6
* Merge "Refactor SF. Move all GL operations in their own class."Mathias Agopian2013-07-081-22/+7
|\
| * Refactor SF. Move all GL operations in their own class.Mathias Agopian2013-07-031-22/+7
* | Debug code for detecting all black pixels screenshotsMathias Agopian2013-07-081-0/+3
|/
* Prevent opaque windows from making framebuffer translucentJesse Hall2013-05-241-0/+13
* make all libsurfaceflinger and libsensorservice symbols's visibility hiddenMathias Agopian2013-05-091-2/+2
* use a Framebuffer Object to render all screenshotsMathias Agopian2013-04-291-8/+2
* clean-up/simplify all dump() APIsMathias Agopian2013-04-221-4/+5
* Improve screenshot performance on some devices (DO NOT MERGE)Mathias Agopian2013-04-111-0/+6
* Clean up HWC state when releasing a DisplayDeviceJesse Hall2013-03-271-3/+3
* Fix dump when virtual display existsJesse Hall2013-03-221-1/+1
* make sure screenshot are in a format supported by Bitmap.javaMathias Agopian2013-03-221-0/+1
* only use glReadPixels() when needed when taking screenshotsMathias Agopian2013-03-211-0/+1
* rework how we take screenshots for a CPU consumerMathias Agopian2013-03-191-10/+6
* get rid of purgatory and fix QueuesToWindowComposer queryMathias Agopian2013-03-141-8/+6
* get rid of ISurfaceMathias Agopian2013-03-121-8/+12
* Get rid of LayerBase.Mathias Agopian2013-03-051-12/+10
* fold LayerBaseClient into LayerBaseMathias Agopian2013-03-051-4/+2
* Remove support for ScreenshotLayerMathias Agopian2013-03-051-5/+0
* rework screenshot API and implementationMathias Agopian2013-03-011-12/+16
* Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-141-1/+1
* get rid of Surface identity and tokenMathias Agopian2013-02-131-4/+3
* SurfaceFlinger: add win anim frame time trackingJamie Gennis2013-02-081-2/+5