1. 6779df2 Improve the VSYNC api a bit. by Mathias Agopian · 13 years ago
  2. f1195be am a91e54fe: am f57c1388: Merge "SurfaceFlinger: fix layer removal race condition" into ics-mr1 by Jesse Hall · 13 years ago
  3. 8a7c940 SurfaceFlinger: fix layer removal race condition by Jesse Hall · 13 years ago
  4. 79f39eb Add support for sending VSYNC events to the framework by Mathias Agopian · 13 years ago
  5. f9e88fb Fix build. by Mathias Agopian · 13 years ago
  6. f3918c5 Add support for sending VSYNC events to the framework by Mathias Agopian · 13 years ago
  7. e65beaa Fix rotation displays frame N-1 briefly while rotating by Mathias Agopian · 13 years ago
  8. 9ec98cd am aa938c8d: Merge "mDirtyRegion is single threaded, but could be accessed from a hwc thread" into ics-mr0 by Mathias Agopian · 13 years ago
  9. 6497eab mDirtyRegion is single threaded, but could be accessed from a hwc thread by Mathias Agopian · 13 years ago
  10. 2696d05 am 70ac412b: Merge "Add a LayerScreenshot" into ics-mr0 by Dave Burke · 13 years ago
  11. 0ab84ef Add a LayerScreenshot by Mathias Agopian · 13 years ago
  12. a3dca6f am 840b8a67: Revert "Add a LayerScreenshot" by Mathias Agopian · 13 years ago
  13. f21dd1e Merge branch 'master' of ssh://android-git:29418/platform/frameworks/base by Elliott Hughes · 13 years ago
  14. 840b8a6 Revert "Add a LayerScreenshot" by Mathias Agopian · 13 years ago
  15. de14eca SurfaceFlinger: Remove display freezing code by Jamie Gennis · 13 years ago
  16. 122aa6b SurfaceFlinger: make sync transactions explicit by Jamie Gennis · 13 years ago
  17. d6809f4 Add a LayerScreenshot by Mathias Agopian · 13 years ago
  18. e2909e1 SurfaceFlinger: update orientation via transactions by Jamie Gennis · 13 years ago
  19. 9191392 fix an issue where the screen could stay off by Mathias Agopian · 13 years ago
  20. 830d083 SurfaceFlinger: screenshots w/ protected buffers by Jamie Gennis · 13 years ago
  21. edaab94 Force a repaint when hwc invalidate hook is called by Mathias Agopian · 13 years ago
  22. 01a98dd Handle orientation changes more systematically. Bug: 4981385 by Jeff Brown · 13 years ago
  23. 88cde07 fix transition from full overlays to fb by Mathias Agopian · 13 years ago
  24. d0f2f0d rename mInvalidRegion to mSwapRegion by Mathias Agopian · 13 years ago
  25. 0a5abdb Fix another problem with refreshing the screen when switching to/from overlay by Mathias Agopian · 13 years ago
  26. 4bacc9d Fix an issue is SF that caused drawing artifacts when hwc changed mode by Mathias Agopian · 13 years ago
  27. 2143fe0 Add a debug option to turn the "transformation hint" off by Mathias Agopian · 13 years ago
  28. 7f76a3c fix "show screen update" debug option. by Mathias Agopian · 13 years ago
  29. 9b8fc65 SurfaceTexture: fix queues-to-composer by Jamie Gennis · 13 years ago
  30. 93d75ec as a debug option SrufaceFlinger can now connect to DDMS by Mathias Agopian · 13 years ago
  31. 91b5398 SurfaceFlinger doesn't rely on having a custom RefBase destructor by Mathias Agopian · 13 years ago
  32. 55aaccd Merge "don't kill surfaceflinger when system process dies" by Mathias Agopian · 13 years ago
  33. 0c63ef5 don't kill surfaceflinger when system process dies by Mathias Agopian · 13 years ago
  34. eec0f7e return an error code with gralloc buffer allocation failures by Mathias Agopian · 13 years ago
  35. 439863f SF transactions are now O(1) wrt IPC instead of O(N). by Mathias Agopian · 13 years ago
  36. 0dd593f PermissionCache caches permission checks by Mathias Agopian · 13 years ago
  37. 7bb843c unify SurfaceTexture and Surface by Mathias Agopian · 13 years ago
  38. 6960811 Fix a race that could cause GL commands to be executed from the wrong thread. by Mathias Agopian · 13 years ago
  39. 6dcb155 Fix a race in SurfaceFlinger that could cause layers to be leaked forever. by Mathias Agopian · 13 years ago
  40. 5fa7ad6 Fix a race-condtion in SurfaceFlinger that could lead to a crash. by Mathias Agopian · 13 years ago
  41. 9638e5c Get rid of the "pid" parameter from createSurface by Mathias Agopian · 13 years ago
  42. 5f05f99 Fix a GraphicBuffer leak in SurfaceTexture by Mathias Agopian · 13 years ago
  43. f0ff906 Fix some const-ness and comments by Mathias Agopian · 13 years ago
  44. d2acedf ANativeWindow: add queues-to-window-composer check. by Jamie Gennis · 13 years ago
  45. 1d4549a clean-up unneeded code by Mathias Agopian · 14 years ago
  46. fd7a411 Merge "partially fix [3306150] HTML5 video with H/W acceleration blackout" into honeycomb by Mathias Agopian · 14 years ago
  47. f4dfe1b partially fix [3306150] HTML5 video with H/W acceleration blackout by Mathias Agopian · 14 years ago
  48. 010719c Merge "fix [3312683] Camera mirroring problem after switching from back to front camera" into honeycomb by Mathias Agopian · 14 years ago
  49. fb4dcb1 fix [3312683] Camera mirroring problem after switching from back to front camera by Mathias Agopian · 14 years ago
  50. f7acf16 Fix remote GraphicBuffer allocation in SurfaceFlinger. by Jamie Gennis · 14 years ago
  51. 0a53d5c Add the ISurfaceComposer::createGraphicBuffer IPC. by Jamie Gennis · 14 years ago
  52. 3dd25a6 [3258939] Need snapshot to limit which layers are included by Mathias Agopian · 14 years ago
  53. c3802d2 More clean-up. Get rid off the "blur" effect in SurfaceFlinger by Mathias Agopian · 14 years ago
  54. d211230 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 14 years ago
  55. 596e590 am 7e9a54d4: am d4e03f37: addresses parts of 3096779 and 3097475 by Mathias Agopian · 14 years ago
  56. 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
  57. d4e03f3 addresses parts of 3096779 and 3097475 by Mathias Agopian · 14 years ago
  58. eb86aaa am 9a12a3c8: am ba799098: Merge changes I76513387,I335fb671 into gingerbread by Joe Onorato · 14 years ago
  59. 2d2b803 implement part of [3094280] New animation for screen on and screen off by Mathias Agopian · 14 years ago
  60. aab758e turn off the electron beam by Mathias Agopian · 14 years ago
  61. 597c7f6 refactored screenshot code by Mathias Agopian · 14 years ago
  62. 38ed2e3 refactored screenshot code by Mathias Agopian · 14 years ago
  63. d95fec0 am 495ad4f2: am beabe75a: Merge changes I1f7c4535,I741c68a2 into gingerbread by Mathias Agopian · 14 years ago
  64. ca5edbe add support for [1974164] Be able to take a screen shot on the device by Mathias Agopian · 14 years ago
  65. 6a96924 add a way to toggle the h/w composer at runtime by Mathias Agopian · 14 years ago
  66. cfa2759 revert hwcomposer HAL changes. DO NOT MERGE. by Mathias Agopian · 14 years ago
  67. e0d5f5b call into hwcomposer HAL when present by Mathias Agopian · 14 years ago
  68. 1efba9a get rid of our LayerVector implementation by Mathias Agopian · 14 years ago
  69. ff1d410 keep a list of visible sorted surfaces by Mathias Agopian · 14 years ago
  70. 2465168 added BinderService<> template to help creating native binder services by Mathias Agopian · 14 years ago
  71. 08e83bb move native services under services/ by Mathias Agopian · 14 years ago[Renamed from libs/surfaceflinger/SurfaceFlinger.h]
  72. 7623da4 split surface management from surface's buffers management by Mathias Agopian · 14 years ago
  73. 593c05c clean-up client management. by Mathias Agopian · 14 years ago
  74. 770492c more clean-up in preparation of bigger changes by Mathias Agopian · 14 years ago
  75. 898c4c9 fix the threading issue for setBuffercount() by Mathias Agopian · 14 years ago
  76. 9bce873 more surfaceflinger cleanups by Mathias Agopian · 14 years ago
  77. 5d26c1e Added a name to Surface created by SurfaceFlinger by Mathias Agopian · 14 years ago
  78. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 14 years ago
  79. 66c77a5 Add support for physically rotated displays by Mathias Agopian · 14 years ago
  80. 0e44976 fix [2297155] SurfaceFlinger's freeze-timeout doesn't work by Mathias Agopian · 15 years ago
  81. 08c19be DO NOT MERGE: Another gcc 4.0.3 workaround. by Andy McFadden · 15 years ago
  82. 6950e42 fix [2167050] glTexImage2D code path buggy in SurfaceFlinger by Mathias Agopian · 15 years ago
  83. 2e4b68d fix [2133214] STOPSHIP: revert I4a06bb4f: workaround for [2113743] Sholes: frozen then runtime restart going to list view by Mathias Agopian · 15 years ago
  84. fa0a4bd Work around gcc 4.0.3 bug. by Andy McFadden · 15 years ago
  85. 4a06bb4 workaround for [2113743] Sholes: frozen then runtime restart going to list view by Mathias Agopian · 15 years ago
  86. 9779b22 fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 15 years ago
  87. a8d4917 dumpsys SurfaceFlinger will now always dump SF's state, even if SF is deadlocked by Mathias Agopian · 15 years ago
  88. 18b6b49 fix a bug that caused the PixelFormat viewed by Surface to be wrong. by Mathias Agopian · 15 years ago
  89. 33863dd resolved conflicts for merge of ac38dfc5 to master by Mathias Agopian · 15 years ago
  90. 12cedff fix [2017532] Partial Update leaves residual image. by Mathias Agopian · 15 years ago
  91. 94aadce trying to fix the sim, I'm not even sure this syntaxe is valid, but my compilo doesn't complain by Mathias Agopian · 15 years ago
  92. d763b5d get rid of references to MemoryDealer in SurfaceFlinger by Mathias Agopian · 15 years ago
  93. 359140c free gralloc buffers as soon as possible (when a surface is not visible any longer), client who have the buffers still mapped won't crash, btu may see garbage data by Mathias Agopian · 15 years ago
  94. 6edf5af fix a memory corruption where a SF Client could be used after it's been destroyed by Mathias Agopian · 15 years ago
  95. 9cc8852 implement dimming with a texture on msm7k so it uses copybit by Mathias Agopian · 15 years ago
  96. 151e859 new Permission class used to improve permission checks speed (by caching results) by Mathias Agopian · 15 years ago
  97. 2d5ee25 fix a bunch of problems with destroying surfaces. by Mathias Agopian · 15 years ago
  98. 947f4f4 merge master to master_gl by Mathias Agopian · 15 years ago
  99. e755d64 am 69a6c3eb: Merge change 2292 into donut by Android (Google) Code Review · 15 years ago
  100. 627e7b5 split boot animation out of SurfaceFlinger by Mathias Agopian · 15 years ago