1. 9c041bb fix [2511580] Window poop on screen - drop down list left some residual when it resized by Mathias Agopian · 15 years ago
  2. 85b8d12 improve SF logging/debugging a little bit by Mathias Agopian · 15 years ago
  3. 31901cc fix [2425395] portrait UI briefly shows in landscape by Mathias Agopian · 15 years ago
  4. 5d26c1e Added a name to Surface created by SurfaceFlinger by Mathias Agopian · 15 years ago
  5. 022a43b to help debugging [2461567] Home screen redraw messed up by Mathias Agopian · 15 years ago
  6. 8c20ca3 remove a dependency of surfaceflinger on libskia by Mathias Agopian · 15 years ago
  7. 66c77a5 Add support for physically rotated displays by Mathias Agopian · 15 years ago
  8. 0e44976 fix [2297155] SurfaceFlinger's freeze-timeout doesn't work by Mathias Agopian · 15 years ago
  9. 6950e42 fix [2167050] glTexImage2D code path buggy in SurfaceFlinger by Mathias Agopian · 15 years ago
  10. 0c4cec7 Attempt to fix [2152536] ANR in browser by Mathias Agopian · 15 years ago
  11. 98a9c56 attempt to work around [2155085, 2150246] stuck in closeTransaction() by Mathias Agopian · 15 years ago
  12. 8851617 remove unused code by Mathias Agopian · 15 years ago
  13. 81384bf don't emit GL commands when sf is in freeze mode by Mathias Agopian · 15 years ago
  14. f2d28b7 minor SurfaceFlinger code cleanup and remove unnecessary tests by Mathias Agopian · 15 years ago
  15. cc93476 turn dithering off if it's not needed by Mathias Agopian · 15 years ago
  16. 2e4b68d fix [2133214] STOPSHIP: revert I4a06bb4f: workaround for [2113743] Sholes: frozen then runtime restart going to list view by Mathias Agopian · 15 years ago
  17. 4a06bb4 workaround for [2113743] Sholes: frozen then runtime restart going to list view by Mathias Agopian · 15 years ago
  18. b1a1874 Android side of the fix for [2121211] Sholes has stutter during animations by Mathias Agopian · 15 years ago
  19. bcef9ac add basic time stats for surfaces lock time by Mathias Agopian · 15 years ago
  20. 53973fd fix [2117464] SF can crash when calling dumpsys by Mathias Agopian · 15 years ago
  21. 248b5bd fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore by Mathias Agopian · 15 years ago
  22. 9779b22 fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 15 years ago
  23. ffae4fc attempt to fix [2099362] Possible SurfaceFlinger crash by Mathias Agopian · 15 years ago
  24. a8d4917 dumpsys SurfaceFlinger will now always dump SF's state, even if SF is deadlocked by Mathias Agopian · 15 years ago
  25. 18b6b49 fix a bug that caused the PixelFormat viewed by Surface to be wrong. by Mathias Agopian · 15 years ago
  26. 33863dd resolved conflicts for merge of ac38dfc5 to master by Mathias Agopian · 15 years ago
  27. 12cedff fix [2017532] Partial Update leaves residual image. by Mathias Agopian · 15 years ago
  28. 07e456d am 4d2dbebf: fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap size=4294938624 by Mathias Agopian · 15 years ago
  29. 4d2dbeb fix for [1885684] E/SurfaceFlinger( 60): not enough memory for layer bitmap size=4294938624 by Mathias Agopian · 15 years ago
  30. d763b5d get rid of references to MemoryDealer in SurfaceFlinger by Mathias Agopian · 15 years ago
  31. 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
  32. ecfa7cc fix a bug that caused artifacts when SWAP_RECTANGLE was enabled by Mathias Agopian · 15 years ago
  33. 0aed7e9 fix [1947273] the DimLayer causes the whole screen to update during transactions by Mathias Agopian · 15 years ago
  34. 2f157b1 fix [1947273] the DimLayer causes the whole screen to update during transactions by Mathias Agopian · 15 years ago
  35. 8c9687a fix an update bug with SHOW_UPDATE debug feature. Fix a problem with the debug binder codes too by Mathias Agopian · 15 years ago
  36. 6edf5af fix a memory corruption where a SF Client could be used after it's been destroyed by Mathias Agopian · 15 years ago
  37. c8fb5b1 release the last reference to surfaces explicitely instead of letting it go implicitely when the message is destroyed by Mathias Agopian · 15 years ago
  38. 151e859 new Permission class used to improve permission checks speed (by caching results) by Mathias Agopian · 15 years ago
  39. 2d5ee25 fix a bunch of problems with destroying surfaces. by Mathias Agopian · 15 years ago
  40. 947f4f4 merge master to master_gl by Mathias Agopian · 15 years ago
  41. e755d64 am 69a6c3eb: Merge change 2292 into donut by Android (Google) Code Review · 15 years ago
  42. 627e7b5 split boot animation out of SurfaceFlinger by Mathias Agopian · 15 years ago
  43. 0795272 move libbinder's header files under includes/binder by Mathias Agopian · 15 years ago
  44. 6158b1b Region now has its own implementation instead of relying on SkRegion, which allows us to break libui's dependency on libcorecg. by Mathias Agopian · 15 years ago
  45. 2e20bff created an new EGL extension called ANDROID_swap_rectangle by Mathias Agopian · 16 years ago
  46. dff8e58 update surfaceflinger, libui and libagl to the new gralloc api by Mathias Agopian · 16 years ago
  47. a73b41a am 0124a15: Merge change 626 into donut by Android (Google) Code Review · 16 years ago
  48. bdbe602 make use of the perfectly fine List.h instead of our own reimplementation of a linked list. by Mathias Agopian · 16 years ago
  49. 0c6b5f6 fix 1803886 android15 Translucent GLSurfaceView demo does not display properly by Mathias Agopian · 16 years ago
  50. 81b0aa6 get rid of an old hack to work around a bug around glDeleteTextures() in the adreno drivers by Mathias Agopian · 16 years ago
  51. ef07dda get rid of the "show fps" debug option by Mathias Agopian · 16 years ago
  52. a3aa6c9 Surfaces are now destroyed properly in SurfaceFlinger. by Mathias Agopian · 16 years ago
  53. 6ead5d9 a brand new MessageQueue for SurfaceFlinger. by Mathias Agopian · 16 years ago
  54. 6cf0db2 more Surface lifetime management by Mathias Agopian · 16 years ago
  55. 17f638b more splitting of Surface/SurfaceControl. Surface.java is now implemented in terms of Surface and SurfaceControl. by Mathias Agopian · 16 years ago
  56. ed81f22 fix a few typos in comments. this is really intended as a git pull/push test. by Mathias Agopian · 16 years ago
  57. 0179ff6 Merge commit 'goog/master' into master_gl by Mathias Agopian · 16 years ago
  58. 1473f46 Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 16 years ago
  59. eb0c86e AI 143320: am: CL 143171 am: CL 142873 fix [1732012] Only show screen rotation animation when triggered by sensor by Mathias Agopian · 16 years ago
  60. 3552f53 AI 143309: am: CL 143160 am: CL 142856 new-new-new-new rotation animation. it may still change one more time. by Mathias Agopian · 16 years ago
  61. 66b8ec9 AI 143171: am: CL 142873 fix [1732012] Only show screen rotation animation when triggered by sensor by Mathias Agopian · 16 years ago
  62. e186113 Merge commit 'korg/cupcake' by The Android Open Source Project · 16 years ago
  63. 89a1872 AI 143160: am: CL 142856 new-new-new-new rotation animation. it may still change one more time. by Mathias Agopian · 16 years ago
  64. c75c4364 Automated import from //branches/cupcake/...@142873,142873 by Mathias Agopian · 16 years ago
  65. d2f34e5 Automated import from //branches/cupcake/...@142856,142856 by Mathias Agopian · 16 years ago
  66. afbf448 Automated import from //branches/master/...@142447,142447 by Mathias Agopian · 16 years ago
  67. 2764f30 Automated import from //branches/donutburger/...@142446,142446 by Mathias Agopian · 16 years ago
  68. 0134567 Automated import from //branches/master/...@141504,141504 by Mathias Agopian · 16 years ago
  69. 4cf7abe Automated import from //branches/donutburger/...@141502,141502 by Mathias Agopian · 16 years ago
  70. e94fa1b Automated import from //branches/cupcake/...@142445,142445 by Mathias Agopian · 16 years ago
  71. c2ad241 auto import from //branches/cupcake_rel/...@141571 by The Android Open Source Project · 16 years ago
  72. 2a73de7 Merge commit 'remotes/korg/cupcake' into merge by Jean-Baptiste Queru · 16 years ago
  73. c39a6e0 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 16 years ago
  74. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  75. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  76. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  77. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  78. 2076373 Add missing <limits.h> include by Jean-Baptiste Queru · 16 years ago
  79. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  80. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  81. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago