summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger
Commit message (Expand)AuthorAgeFilesLines
* Merge "Return information about whether overlays are disabled."Dianne Hackborn2012-02-071-0/+1
|\
| * Return information about whether overlays are disabled.Dianne Hackborn2012-02-061-0/+1
* | fix a crasher when starting SF with the screen offMathias Agopian2012-02-053-9/+11
* | ui freeze workaround: reenable triple buffering modeMathias Agopian2012-02-054-8/+22
* | improve SF dumpsysMathias Agopian2012-02-052-2/+9
* | fix UI freezesMathias Agopian2012-02-041-21/+18
* | attempt to fix an ANR in various appsMathias Agopian2012-02-031-5/+7
* | Merge "separate transactions from updates"Mathias Agopian2012-02-029-171/+248
|\ \
| * | separate transactions from updatesMathias Agopian2012-02-019-171/+248
| |/
* | fix an issue where SF would spin if /sys/power/wait_for_fb_xxx don't existMathias Agopian2012-02-022-97/+68
|/
* Merge "fix an issue with vsync event delivery"Mathias Agopian2012-01-312-7/+5
|\
| * fix an issue with vsync event deliveryMathias Agopian2012-01-312-7/+5
* | Nexus S now reports the proper frame-rateMathias Agopian2012-01-301-1/+0
|/
* SF now synchronizes to VSYNCMathias Agopian2012-01-308-14/+120
* remove unneeded codeMathias Agopian2012-01-292-22/+2
* added a few more commands to SF's dumpsysMathias Agopian2012-01-286-8/+65
* improve SurfaceFlinger dumpsysMathias Agopian2012-01-249-131/+203
* hack up frame latency measurementJamie Gennis2012-01-244-1/+43
* Get AID_GRAPHICS from right placeGlenn Kasten2012-01-131-7/+1
* fix a bug with vsync managementMathias Agopian2012-01-121-8/+7
* remove dead/usnused codeMathias Agopian2012-01-114-42/+0
* Fix an issue with VSYNCMathias Agopian2012-01-111-38/+31
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-084-23/+23
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-065-9/+9
* Merge "Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE"Steve Block2012-01-053-23/+23
|\
| * Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-043-23/+23
* | Merge "Use the standard CC_LIKELY and CC_UNLIKELY macros"Glenn Kasten2012-01-053-19/+18
|\ \ | |/ |/|
| * Use the standard CC_LIKELY and CC_UNLIKELY macrosGlenn Kasten2012-01-053-19/+18
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-036-17/+17
|/
* Improve the VSYNC api a bit.Mathias Agopian2011-12-066-35/+132
* fix a deadlock when removing a DisplayEventConnectionMathias Agopian2011-12-052-21/+46
* Merge "fix an issue where invalidate/transactions could be missed"Mathias Agopian2011-12-042-6/+9
|\
| * fix an issue where invalidate/transactions could be missedMathias Agopian2011-12-032-6/+9
* | am a91e54fe: am f57c1388: Merge "SurfaceFlinger: fix layer removal race condi...Jesse Hall2011-12-022-1/+10
|\ \ | |/ |/|
| * SurfaceFlinger: fix layer removal race conditionJesse Hall2011-12-022-1/+10
* | fix an issue where updates could starve transactionsMathias Agopian2011-12-022-9/+2
* | am e2970700: am e8ba2aba: Merge "add a way to access the version string of th...Mathias Agopian2011-11-301-1/+9
|\ \ | |/
| * Merge "add a way to access the version string of the h/w implementation of EG...Mathias Agopian2011-11-301-1/+9
| |\
| | * add a way to access the version string of the h/w implementation of EGLMathias Agopian2011-11-291-1/+9
* | | am 55d3880e: am bb1e7d43: Merge changes I7e973a35,Ib3386fcc into ics-mr1Mathias Agopian2011-11-301-1/+1
|\ \ \ | |/ /
| * | SurfaceTexture: add EGL_KHR_fence_sync optionJamie Gennis2011-11-291-1/+1
| |/
* | Add support for sending VSYNC events to the frameworkMathias Agopian2011-11-2915-27/+720
* | Fix build.Mathias Agopian2011-11-295-110/+27
* | Merge changes If4126023,Iacda2386,I1eb691f7,Ib56139f8Mathias Agopian2011-11-297-243/+174
|\ \ | |/ |/|
| * Add support for sending VSYNC events to the frameworkMathias Agopian2011-11-295-27/+110
| * rewrite SF's message loop on top of LooperMathias Agopian2011-11-283-216/+64
* | temporarily hardcode Nexus S refresh rateMathias Agopian2011-11-231-0/+1
|/
* remove hack that hardcoded the refresh rateMathias Agopian2011-11-161-4/+0
* rework a bit how we manage EGL extensionsMathias Agopian2011-11-141-16/+0
* Back to 59fpsDave Burke2011-11-091-1/+1