1. e328134 Fix Recent thumbnails aren't taken when leaving an activity via notification by Mathias Agopian · 13 years ago
  2. 2143fe0 Add a debug option to turn the "transformation hint" off by Mathias Agopian · 13 years ago
  3. 7f76a3c fix "show screen update" debug option. by Mathias Agopian · 13 years ago
  4. 9b8fc65 SurfaceTexture: fix queues-to-composer by Jamie Gennis · 13 years ago
  5. 93d75ec as a debug option SrufaceFlinger can now connect to DDMS by Mathias Agopian · 13 years ago
  6. 91b5398 SurfaceFlinger doesn't rely on having a custom RefBase destructor by Mathias Agopian · 13 years ago
  7. 50c24a2 clean-up. get rid ofunused code and members in Surface[Control].cpp by Mathias Agopian · 13 years ago
  8. ab95117 dump GLES strings in SF dumpsys log by Mathias Agopian · 13 years ago
  9. 3a831d2 fix screen on/off animation (again) by Mathias Agopian · 13 years ago
  10. 55aaccd Merge "don't kill surfaceflinger when system process dies" by Mathias Agopian · 13 years ago
  11. 0c63ef5 don't kill surfaceflinger when system process dies by Mathias Agopian · 13 years ago
  12. eec0f7e return an error code with gralloc buffer allocation failures by Mathias Agopian · 13 years ago
  13. 753db22 fix screen on/off animation, which was flipped by Mathias Agopian · 13 years ago
  14. 439863f SF transactions are now O(1) wrt IPC instead of O(N). by Mathias Agopian · 13 years ago
  15. 0dd593f PermissionCache caches permission checks by Mathias Agopian · 13 years ago
  16. 7bb843c unify SurfaceTexture and Surface by Mathias Agopian · 14 years ago
  17. 6960811 Fix a race that could cause GL commands to be executed from the wrong thread. by Mathias Agopian · 14 years ago
  18. 6dcb155 Fix a race in SurfaceFlinger that could cause layers to be leaked forever. by Mathias Agopian · 14 years ago
  19. 5fa7ad6 Fix a race-condtion in SurfaceFlinger that could lead to a crash. by Mathias Agopian · 14 years ago
  20. 9638e5c Get rid of the "pid" parameter from createSurface by Mathias Agopian · 14 years ago
  21. 5f05f99 Fix a GraphicBuffer leak in SurfaceTexture by Mathias Agopian · 14 years ago
  22. f0ff906 Fix some const-ness and comments by Mathias Agopian · 14 years ago
  23. f72606c SurfaceFlinger: Respect the PROTECTED gralloc bit. by Jamie Gennis · 14 years ago
  24. d2acedf ANativeWindow: add queues-to-window-composer check. by Jamie Gennis · 14 years ago
  25. 32ae094 remove some logs by Mathias Agopian · 14 years ago
  26. 0dc5fdb am e630e5f4: am 919853ce: Merge "Prevent SurfaceFlinger from using layer token 31." into gingerbread by Jamie Gennis · 14 years ago
  27. c86d904 Prevent SurfaceFlinger from using layer token 31. by Jamie Gennis · 14 years ago
  28. 6e138fb [3418265] apply layer transformations to the DimLayer. by Mathias Agopian · 14 years ago
  29. d35c666 fix [3385504] Surface flinger hang when adding dim surface by Mathias Agopian · 14 years ago
  30. 2195604 fix [3361121] hang in glClear() - device unresponsive, OTA fails (DO NOT MERGE) by Mathias Agopian · 14 years ago
  31. 68d3478 partially fix [3306150] HTML5 video with H/W acceleration blackout (DO NOT MERGE) by Mathias Agopian · 14 years ago
  32. 8aa11d8 fix a small bug that caused screenshot to show garbage in some cases (DO NOT MERGE) by Mathias Agopian · 14 years ago
  33. 84c6f5a workaround [3201922] display not on: log full of gralloc errors (DO NOT MERGE) by Mathias Agopian · 14 years ago
  34. 3431f47b tone down the log spew regarding taking screenshots. by Mathias Agopian · 14 years ago
  35. 35e4a49 Merge "fix [3369743] SurfaceFlinger reads hardware composer hints before calling hwc.prepare()" into honeycomb by Mathias Agopian · 14 years ago
  36. 1d4549a clean-up unneeded code by Mathias Agopian · 14 years ago
  37. 06a61e2 improve SurfaceFlinger 'dumpsys' log by Mathias Agopian · 14 years ago
  38. 4549169 fix [3369743] SurfaceFlinger reads hardware composer hints before calling hwc.prepare() by Mathias Agopian · 14 years ago
  39. cd2cfb6 Add logs when taking a screenshot to help tracking issue 3361121 by Mathias Agopian · 14 years ago
  40. fd7a411 Merge "partially fix [3306150] HTML5 video with H/W acceleration blackout" into honeycomb by Mathias Agopian · 14 years ago
  41. f4dfe1b partially fix [3306150] HTML5 video with H/W acceleration blackout by Mathias Agopian · 14 years ago
  42. 010719c Merge "fix [3312683] Camera mirroring problem after switching from back to front camera" into honeycomb by Mathias Agopian · 14 years ago
  43. fb4dcb1 fix [3312683] Camera mirroring problem after switching from back to front camera by Mathias Agopian · 14 years ago
  44. f7acf16 Fix remote GraphicBuffer allocation in SurfaceFlinger. by Jamie Gennis · 14 years ago
  45. 0a53d5c Add the ISurfaceComposer::createGraphicBuffer IPC. by Jamie Gennis · 14 years ago
  46. 1c4e4fc0 fix a small bug that caused screenshot to show garbage in some cases by Mathias Agopian · 14 years ago
  47. a6b8c1c workaround [3201922] display not on: log full of gralloc errors by Mathias Agopian · 14 years ago
  48. 04a709e4 fix debug.sf.showbackground by Mathias Agopian · 14 years ago
  49. 3dd25a6 [3258939] Need snapshot to limit which layers are included by Mathias Agopian · 14 years ago
  50. c3802d2 More clean-up. Get rid off the "blur" effect in SurfaceFlinger by Mathias Agopian · 14 years ago
  51. d211230 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 14 years ago
  52. 94720d7 surfaceflinger: add support for gralloc dump hooks by Erik Gilling · 14 years ago
  53. ee5a3aca [317580] fix issue where the screen wouldn't be rotated properly in bypass mode by Mathias Agopian · 14 years ago
  54. 025005f [3171580] SurfaceFlinger Bypass mode. (DO NOT MERGE) by Mathias Agopian · 14 years ago
  55. d267d2a Remove a problematic empty update optimization. by Jamie Gennis · 14 years ago
  56. 7ece231 am 9f6d18ca: am 04358138: Merge "[3095807] screen takes a long time to turn on" into gingerbread by Mathias Agopian · 14 years ago
  57. 596e590 am 7e9a54d4: am d4e03f37: addresses parts of 3096779 and 3097475 by Mathias Agopian · 14 years ago
  58. 1cf3e2d am a8faf91f: am 6d71f6a0: Merge "fix [3095607] Gingerbread screen turn-on animation does not show the last frame" into gingerbread by Mathias Agopian · 14 years ago
  59. 3577e98 am 3d4a9774: am b0e020ab: Merge "may fix 3097381 and 3097482. don\'t abort on/off if the animation fails" into gingerbread by Mathias Agopian · 14 years ago
  60. 99e3fab am 5bfa3a34: am 011b5bcc: Merge "implement part of [3094280] New animation for screen on and screen off add support for screen on animation" into gingerbread by Mathias Agopian · 14 years ago
  61. dfa08fb [3095807] screen takes a long time to turn on by Mathias Agopian · 14 years ago
  62. d4e03f3 addresses parts of 3096779 and 3097475 by Mathias Agopian · 14 years ago
  63. 8b6a054 fix [3095607] Gingerbread screen turn-on animation does not show the last frame by Mathias Agopian · 14 years ago
  64. a6cd6d3 may fix 3097381 and 3097482. don't abort on/off if the animation fails by Mathias Agopian · 14 years ago
  65. eb86aaa am 9a12a3c8: am ba799098: Merge changes I76513387,I335fb671 into gingerbread by Joe Onorato · 14 years ago
  66. 2d2b803 implement part of [3094280] New animation for screen on and screen off by Mathias Agopian · 14 years ago
  67. aab758e turn off the electron beam by Mathias Agopian · 14 years ago
  68. 597c7f6 refactored screenshot code by Mathias Agopian · 14 years ago
  69. 38ed2e3 refactored screenshot code by Mathias Agopian · 14 years ago
  70. d95fec0 am 495ad4f2: am beabe75a: Merge changes I1f7c4535,I741c68a2 into gingerbread by Mathias Agopian · 14 years ago
  71. ca5edbe add support for [1974164] Be able to take a screen shot on the device by Mathias Agopian · 14 years ago
  72. 90da4dd dump HWC state in dumpsys by Mathias Agopian · 14 years ago
  73. 6a96924 add a way to toggle the h/w composer at runtime by Mathias Agopian · 14 years ago
  74. 10a96da am 793b2293: am 1bcb8b1a: Merge "surfaceflinger / GL extensions cleanup" into gingerbread by Mathias Agopian · 14 years ago
  75. e20a56d surfaceflinger / GL extensions cleanup by Michael I. Gold · 14 years ago
  76. a5ab8ce resolved conflicts for merge of 48a86240 to master by Mathias Agopian · 14 years ago
  77. 04262e9 Add logging of various important graphics events by Mathias Agopian · 14 years ago
  78. 982f58b surfaceflinger: composite HWC_SKIP_LAYER layers by Antti Hatala · 14 years ago
  79. 4c0a4a2 surfaceflinger: unlock clients only after flip by Antti Hatala · 14 years ago
  80. 85cfdd0 Change the framework to use the new camera preview path. by Jamie Gennis · 14 years ago
  81. e3c0183 Squashed commit of the following: by Andreas Huber · 14 years ago
  82. cfa2759 revert hwcomposer HAL changes. DO NOT MERGE. by Mathias Agopian · 14 years ago
  83. 94364b9 surfaceflinger: don't check HWComposer numLayers unless one exists by Erik Gilling · 14 years ago
  84. 0cf2f43 surfaceflinger: don't check HWComposer numLayers unless one exists by Erik Gilling · 14 years ago
  85. f8e705d Fix a couple issues with the new hwcomposer HAL by Mathias Agopian · 14 years ago
  86. e0d5f5b call into hwcomposer HAL when present by Mathias Agopian · 14 years ago
  87. 1efba9a get rid of our LayerVector implementation by Mathias Agopian · 14 years ago
  88. ff1d410 keep a list of visible sorted surfaces by Mathias Agopian · 14 years ago
  89. 2465168 added BinderService<> template to help creating native binder services by Mathias Agopian · 14 years ago
  90. 08e83bb move native services under services/ by Mathias Agopian · 14 years ago[Renamed from libs/surfaceflinger/SurfaceFlinger.cpp]
  91. 4cfb3a6 fix live wallpapers on Droid by Mathias Agopian · 14 years ago
  92. 781953d Revert "Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger"" by Mathias Agopian · 14 years ago
  93. 330dd30 Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger" by Andreas Huber · 14 years ago
  94. 081bc5c fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger by Mathias Agopian · 14 years ago
  95. f8b4b44 Added support for the GL_TEXTURE_EXTERNAL target by Mathias Agopian · 14 years ago
  96. 5e14010 allow re-targetting of surfaces by Mathias Agopian · 14 years ago
  97. 1debc66 fix [2751143] Device crashes when in a text box for too long by Mathias Agopian · 14 years ago
  98. 7623da4 split surface management from surface's buffers management by Mathias Agopian · 14 years ago
  99. 593c05c clean-up client management. by Mathias Agopian · 14 years ago
  100. 770492c more clean-up in preparation of bigger changes by Mathias Agopian · 15 years ago