1. 4d143ee fix an issue in SF where we could miss some updates by Mathias Agopian · 12 years ago
  2. 99ce5cd separate transactions from updates by Mathias Agopian · 12 years ago
  3. 25e66fc added a few more commands to SF's dumpsys by Mathias Agopian · 12 years ago
  4. 82d7ab6 improve SurfaceFlinger dumpsys by Mathias Agopian · 13 years ago
  5. e8696a4 hack up frame latency measurement by Jamie Gennis · 13 years ago
  6. a402c4c SurfaceFlinger: Remove display freezing code by Jamie Gennis · 13 years ago
  7. a249f2d SurfaceFlinger: set layer names on SurfaceTextures by Jamie Gennis · 13 years ago
  8. fb4d5d5 improve hwc dumpsys by Mathias Agopian · 13 years ago
  9. a458364 Add a debug option to turn the "transformation hint" off by Mathias Agopian · 13 years ago
  10. 582270d SurfaceTexture: fix queues-to-composer by Jamie Gennis · 13 years ago
  11. 47d0812 SurfaceFlinger doesn't rely on having a custom RefBase destructor by Mathias Agopian · 13 years ago
  12. 933389f use SurfaceTexture new scaling mode in SF by Mathias Agopian · 13 years ago
  13. ddc31c3 fix RefBase so it retains binary-compatibility with gingerbread by Mathias Agopian · 13 years ago
  14. a67932f unify SurfaceTexture and Surface by Mathias Agopian · 13 years ago
  15. ca4d360 Fix a race that could cause GL commands to be executed from the wrong thread. by Mathias Agopian · 13 years ago
  16. 7a4d0df SurfaceFlinger: Respect the PROTECTED gralloc bit. by Jamie Gennis · 13 years ago
  17. ab0225e Merge "Correctly handle translucency of device-specific pixel formats" by Eric Hassold · 13 years ago
  18. a1f47b9 fix a surface leak in SurfaceFlinger by Mathias Agopian · 13 years ago
  19. ac45e6b Correctly handle translucency of device-specific pixel formats by Eric Hassold · 13 years ago
  20. 16f0453 Protected surface API by Glenn Kasten · 14 years ago
  21. 2bd1d95 clean-up unneeded code by Mathias Agopian · 14 years ago
  22. 420a283 Fix a problem where hwc and GL composition could show a different buffer by Mathias Agopian · 14 years ago
  23. da9584d fix [3223749] media server crashes when switching mode from video capture to still image capture by Mathias Agopian · 14 years ago
  24. a1aa18f resolved conflicts for merge of a0f011ff to master by Mathias Agopian · 14 years ago
  25. 733189d [3171580] Fix two typos related to fixed-size buffers by Mathias Agopian · 14 years ago
  26. 54cc83e Implement reducing the buffer count of a Surface. by Jamie Gennis · 14 years ago
  27. df85c45 refactored screenshot code by Mathias Agopian · 14 years ago
  28. 74c40c0 refactored screenshot code by Mathias Agopian · 14 years ago
  29. 000ca8f revert hwcomposer HAL changes. DO NOT MERGE. by Mathias Agopian · 14 years ago
  30. a350ff9 call into hwcomposer HAL when present by Mathias Agopian · 14 years ago
  31. 81bac09 move native services under services/ by Mathias Agopian · 14 years ago[Renamed from libs/surfaceflinger/Layer.h]
  32. 1f7bec6 Revert "Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger"" by Mathias Agopian · 14 years ago
  33. e049a95 Revert "fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger" by Andreas Huber · 14 years ago
  34. 01e4483 fix [2793164] Spam 2x/second with TOT master in SurfaceFlinger by Mathias Agopian · 14 years ago
  35. 579b3f8 allow re-targetting of surfaces by Mathias Agopian · 14 years ago
  36. b7e930d split surface management from surface's buffers management by Mathias Agopian · 14 years ago
  37. 96f0819 clean-up client management. by Mathias Agopian · 14 years ago
  38. a7f6692 Make sure to use filtering while in fixed-size mode by Mathias Agopian · 14 years ago
  39. a138f89 added the notion of fixed-size buffers by Mathias Agopian · 14 years ago
  40. bb64124 fix the threading issue for setBuffercount() by Mathias Agopian · 14 years ago
  41. b5b7f26 SharedBufferStack now can grow up to 16 buffers. by Mathias Agopian · 14 years ago
  42. d606de6 Refactor some code in surfaceflinger in preparation of upcoming changes by Mathias Agopian · 14 years ago
  43. 89141f9 remove the "memcpy" hack by Mathias Agopian · 14 years ago
  44. 1b5e102 more surfaceflinger cleanups by Mathias Agopian · 14 years ago
  45. 45853c9 to help debugging [2461567] Home screen redraw messed up by Mathias Agopian · 14 years ago
  46. 54ba51d fix [2143798] Need to figure out how to do video by Mathias Agopian · 15 years ago
  47. 57720c3 fix [2211532] improves sholes graphics performance by Mathias Agopian · 15 years ago
  48. 9ec430a fix [2152536] ANR in browser by Mathias Agopian · 15 years ago
  49. a4b740e fix [2168528] enable glTexImage2D code path in SF for software-only buffers by Mathias Agopian · 15 years ago
  50. 3330b20 fix [2167050] glTexImage2D code path buggy in SurfaceFlinger by Mathias Agopian · 15 years ago
  51. 0b3ad46 Attempt to fix [2152536] ANR in browser by Mathias Agopian · 15 years ago
  52. 401c257 turn dithering off if it's not needed by Mathias Agopian · 15 years ago
  53. 48d819a fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore by Mathias Agopian · 15 years ago
  54. cbb288b fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 15 years ago
  55. 5221271 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
  56. b2fd466 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
  57. df37b62 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
  58. 7303c6b get rid of references to MemoryDealer in SurfaceFlinger by Mathias Agopian · 15 years ago
  59. 1fed11c checkpoint. bring back video/camera by Mathias Agopian · 15 years ago
  60. f9d9327 fix a memory corruption where a SF Client could be used after it's been destroyed by Mathias Agopian · 15 years ago
  61. 0aa758d Surfaces are now destroyed properly in SurfaceFlinger. by Mathias Agopian · 15 years ago
  62. 9a11206 more Surface lifetime management by Mathias Agopian · 15 years ago
  63. 076b1cc Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 15 years ago
  64. edbf3b6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  65. d5193d9 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  66. 7c1b96a Initial Contribution by The Android Open Source Project · 16 years ago