summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/SurfaceFlinger.h
Commit message (Expand)AuthorAgeFilesLines
* SF transactions are now O(1) wrt IPC instead of O(N).Mathias Agopian2011-06-291-7/+2
* PermissionCache caches permission checksMathias Agopian2011-06-271-11/+6
* unify SurfaceTexture and SurfaceMathias Agopian2011-06-131-39/+3
* Fix a race that could cause GL commands to be executed from the wrong thread.Mathias Agopian2011-05-191-4/+9
* Fix a race in SurfaceFlinger that could cause layers to be leaked forever.Mathias Agopian2011-05-031-0/+1
* Fix a race-condtion in SurfaceFlinger that could lead to a crash.Mathias Agopian2011-05-031-3/+9
* Get rid of the "pid" parameter from createSurfaceMathias Agopian2011-04-201-4/+5
* Fix a GraphicBuffer leak in SurfaceTextureMathias Agopian2011-04-081-6/+0
* Fix some const-ness and commentsMathias Agopian2011-03-111-2/+2
* ANativeWindow: add queues-to-window-composer check.Jamie Gennis2011-03-081-0/+1
* clean-up unneeded codeMathias Agopian2011-01-201-1/+0
* Merge "partially fix [3306150] HTML5 video with H/W acceleration blackout" in...Mathias Agopian2011-01-141-0/+1
|\
| * partially fix [3306150] HTML5 video with H/W acceleration blackoutMathias Agopian2011-01-141-0/+1
* | Merge "fix [3312683] Camera mirroring problem after switching from back to fr...Mathias Agopian2011-01-141-0/+1
|\ \
| * | fix [3312683] Camera mirroring problem after switching from back to front cameraMathias Agopian2011-01-131-0/+1
| |/
* | Fix remote GraphicBuffer allocation in SurfaceFlinger.Jamie Gennis2011-01-131-2/+17
|/
* Add the ISurfaceComposer::createGraphicBuffer IPC.Jamie Gennis2011-01-061-0/+2
* [3258939] Need snapshot to limit which layers are includedMathias Agopian2010-12-101-8/+9
* More clean-up. Get rid off the "blur" effect in SurfaceFlingerMathias Agopian2010-12-081-6/+0
* remove support for PUSH_BUFFER surfaces and overlaysMathias Agopian2010-12-081-8/+0
* am 7e9a54d4: am d4e03f37: addresses parts of 3096779 and 3097475Mathias Agopian2010-10-161-3/+3
|\
| * addresses parts of 3096779 and 3097475Mathias Agopian2010-10-141-3/+3
* | am 5bfa3a34: am 011b5bcc: Merge "implement part of [3094280] New animation fo...Mathias Agopian2010-10-151-0/+7
|\ \ | |/
| * implement part of [3094280] New animation for screen on and screen offMathias Agopian2010-10-131-0/+7
* | am 9a12a3c8: am ba799098: Merge changes I76513387,I335fb671 into gingerbreadJoe Onorato2010-10-131-0/+4
|\ \ | |/
| * turn off the electron beamMathias Agopian2010-10-121-0/+4
| * refactored screenshot codeMathias Agopian2010-10-041-1/+8
* | refactored screenshot codeMathias Agopian2010-09-291-1/+8
* | am 495ad4f2: am beabe75a: Merge changes I1f7c4535,I741c68a2 into gingerbreadMathias Agopian2010-09-241-0/+6
|\ \ | |/
| * add support for [1974164] Be able to take a screen shot on the deviceMathias Agopian2010-09-241-0/+6
| * revert hwcomposer HAL changes. DO NOT MERGE.Mathias Agopian2010-08-171-2/+0
* | add a way to toggle the h/w composer at runtimeMathias Agopian2010-09-221-0/+1
|/
* call into hwcomposer HAL when presentMathias Agopian2010-08-111-0/+2
* get rid of our LayerVector implementationMathias Agopian2010-08-111-14/+12
* keep a list of visible sorted surfacesMathias Agopian2010-08-111-3/+2
* added BinderService<> template to help creating native binder servicesMathias Agopian2010-07-141-3/+6
* move native services under services/Mathias Agopian2010-07-141-0/+420