1. 9a9dbd5 separate transactions from updates by Mathias Agopian · 13 years ago
  2. 8d1b5e3 added a few more commands to SF's dumpsys by Mathias Agopian · 13 years ago
  3. 1d99795 improve SurfaceFlinger dumpsys by Mathias Agopian · 13 years ago
  4. b335fad hack up frame latency measurement by Jamie Gennis · 13 years ago
  5. de14eca SurfaceFlinger: Remove display freezing code by Jamie Gennis · 13 years ago
  6. 5b315da SurfaceFlinger: set layer names on SurfaceTextures by Jamie Gennis · 13 years ago
  7. 880ac7a improve hwc dumpsys by Mathias Agopian · 13 years ago
  8. 2143fe0 Add a debug option to turn the "transformation hint" off by Mathias Agopian · 13 years ago
  9. 9b8fc65 SurfaceTexture: fix queues-to-composer by Jamie Gennis · 13 years ago
  10. 91b5398 SurfaceFlinger doesn't rely on having a custom RefBase destructor by Mathias Agopian · 13 years ago
  11. ff86f37 use SurfaceTexture new scaling mode in SF by Mathias Agopian · 13 years ago
  12. eb99f0d fix RefBase so it retains binary-compatibility with gingerbread by Mathias Agopian · 13 years ago
  13. 7bb843c unify SurfaceTexture and Surface by Mathias Agopian · 14 years ago
  14. 6960811 Fix a race that could cause GL commands to be executed from the wrong thread. by Mathias Agopian · 13 years ago
  15. f72606c SurfaceFlinger: Respect the PROTECTED gralloc bit. by Jamie Gennis · 14 years ago
  16. d9896ed Merge "Correctly handle translucency of device-specific pixel formats" by Eric Hassold · 14 years ago
  17. 1b0114f fix a surface leak in SurfaceFlinger by Mathias Agopian · 14 years ago
  18. 2ae32bd Correctly handle translucency of device-specific pixel formats by Eric Hassold · 14 years ago
  19. d6f5bde Protected surface API by Glenn Kasten · 14 years ago
  20. 1d4549a clean-up unneeded code by Mathias Agopian · 14 years ago
  21. 1ebaa3a Fix a problem where hwc and GL composition could show a different buffer by Mathias Agopian · 14 years ago
  22. 575eaf5 fix [3223749] media server crashes when switching mode from video capture to still image capture by Mathias Agopian · 14 years ago
  23. 669084d resolved conflicts for merge of a0f011ff to master by Mathias Agopian · 14 years ago
  24. 1989af2 [3171580] Fix two typos related to fixed-size buffers by Mathias Agopian · 14 years ago
  25. 6c925d0 Implement reducing the buffer count of a Surface. by Jamie Gennis · 14 years ago
  26. 597c7f6 refactored screenshot code by Mathias Agopian · 14 years ago
  27. 38ed2e3 refactored screenshot code by Mathias Agopian · 14 years ago
  28. cfa2759 revert hwcomposer HAL changes. DO NOT MERGE. by Mathias Agopian · 14 years ago
  29. e0d5f5b call into hwcomposer HAL when present by Mathias Agopian · 14 years ago
  30. 08e83bb move native services under services/ by Mathias Agopian · 14 years ago[Renamed from libs/surfaceflinger/Layer.h]
  31. 781953d Revert "Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger"" by Mathias Agopian · 14 years ago
  32. 330dd30 Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger" by Andreas Huber · 14 years ago
  33. 081bc5c fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger by Mathias Agopian · 14 years ago
  34. 5e14010 allow re-targetting of surfaces by Mathias Agopian · 14 years ago
  35. 7623da4 split surface management from surface's buffers management by Mathias Agopian · 14 years ago
  36. 593c05c clean-up client management. by Mathias Agopian · 14 years ago
  37. 9237703 Make sure to use filtering while in fixed-size mode by Mathias Agopian · 14 years ago
  38. 2be352a added the notion of fixed-size buffers by Mathias Agopian · 14 years ago
  39. 898c4c9 fix the threading issue for setBuffercount() by Mathias Agopian · 14 years ago
  40. 59751db SharedBufferStack now can grow up to 16 buffers. by Mathias Agopian · 14 years ago
  41. 9f2c4fd Refactor some code in surfaceflinger in preparation of upcoming changes by Mathias Agopian · 14 years ago
  42. aca2ee8 remove the "memcpy" hack by Mathias Agopian · 14 years ago
  43. 9bce873 more surfaceflinger cleanups by Mathias Agopian · 15 years ago
  44. 022a43b to help debugging [2461567] Home screen redraw messed up by Mathias Agopian · 15 years ago
  45. 9042b45 fix [2143798] Need to figure out how to do video by Mathias Agopian · 15 years ago
  46. 382e17d fix [2211532] improves sholes graphics performance by Mathias Agopian · 15 years ago
  47. 4961c95 fix [2152536] ANR in browser by Mathias Agopian · 15 years ago
  48. 351a707 fix [2168528] enable glTexImage2D code path in SF for software-only buffers by Mathias Agopian · 15 years ago
  49. 6950e42 fix [2167050] glTexImage2D code path buggy in SurfaceFlinger by Mathias Agopian · 15 years ago
  50. 0c4cec7 Attempt to fix [2152536] ANR in browser by Mathias Agopian · 15 years ago
  51. cc93476 turn dithering off if it's not needed by Mathias Agopian · 15 years ago
  52. 248b5bd fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore by Mathias Agopian · 15 years ago
  53. 9779b22 fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 15 years ago
  54. 5cec474 second take, hopefully this time it doesn't break one of the builds: "SurfaceFlinger will now allocate buffers based on the usage specified by the clients. This allows to allocate the right kind of buffer automatically, without having the user to specify anything." by Mathias Agopian · 15 years ago
  55. 64e89a8 Revert "SurfaceFlinger will now allocate buffers based on the usage specified by the clients. This allows to allocate the right kind of buffer automatically, without having the user to specify anything." by Fred Quintana · 15 years ago
  56. 8b76a0a SurfaceFlinger will now allocate buffers based on the usage specified by the clients. This allows to allocate the right kind of buffer automatically, without having the user to specify anything. by Mathias Agopian · 15 years ago
  57. d763b5d get rid of references to MemoryDealer in SurfaceFlinger by Mathias Agopian · 15 years ago
  58. 999543b checkpoint. bring back video/camera by Mathias Agopian · 15 years ago
  59. 6edf5af fix a memory corruption where a SF Client could be used after it's been destroyed by Mathias Agopian · 15 years ago
  60. a3aa6c9 Surfaces are now destroyed properly in SurfaceFlinger. by Mathias Agopian · 16 years ago
  61. 6cf0db2 more Surface lifetime management by Mathias Agopian · 16 years ago
  62. 1473f46 Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 16 years ago
  63. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  64. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  65. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago