1. 38caff2 Merge "SurfaceFlinger: Fix a typo." into honeycomb-mr1 by Jamie Gennis · 13 years ago
  2. 6912daf SurfaceFlinger: Fix a typo. by Jamie Gennis · 13 years ago
  3. 199d1c1 Fix missing AOSP copyright headers for more files by James Dong · 13 years ago
  4. f40e638 fix [4093196] Device lock up - log spam with SharedBufferStack: waitForCondition(LockCondition) timed out by Mathias Agopian · 13 years ago
  5. f72606c SurfaceFlinger: Respect the PROTECTED gralloc bit. by Jamie Gennis · 13 years ago
  6. d2acedf ANativeWindow: add queues-to-window-composer check. by Jamie Gennis · 13 years ago
  7. 32ae094 remove some logs by Mathias Agopian · 13 years ago
  8. f272ad2 am 0dc5fdb9: am e630e5f4: am 919853ce: Merge "Prevent SurfaceFlinger from using layer token 31." into gingerbread by Jamie Gennis · 13 years ago
  9. 0dc5fdb am e630e5f4: am 919853ce: Merge "Prevent SurfaceFlinger from using layer token 31." into gingerbread by Jamie Gennis · 13 years ago
  10. e630e5f am 919853ce: Merge "Prevent SurfaceFlinger from using layer token 31." into gingerbread by Jamie Gennis · 13 years ago
  11. d9896ed Merge "Correctly handle translucency of device-specific pixel formats" by Eric Hassold · 13 years ago
  12. 1b0114f fix a surface leak in SurfaceFlinger by Mathias Agopian · 13 years ago
  13. 2ae32bd Correctly handle translucency of device-specific pixel formats by Eric Hassold · 13 years ago
  14. c86d904 Prevent SurfaceFlinger from using layer token 31. by Jamie Gennis · 13 years ago
  15. 721f3a6 am 50b029d5: am 7ba35f5a: Merge "[3418265] apply layer transformations to the DimLayer." into honeycomb by Mathias Agopian · 13 years ago
  16. 6e138fb [3418265] apply layer transformations to the DimLayer. by Mathias Agopian · 13 years ago
  17. 4453b1a am 09443aeb: am 62884505: Merge "Reset ANativeWindow crop on buffer geometry changes." into honeycomb by Jamie Gennis · 14 years ago
  18. 6288450 Merge "Reset ANativeWindow crop on buffer geometry changes." into honeycomb by Jamie Gennis · 14 years ago
  19. 694f3e9 am 8d778b37: am 231da079: Merge "fix [3389263] OMX.Nvidia.h264.decode fails to shutdown" into honeycomb by Mathias Agopian · 14 years ago
  20. 1723b04 fix [3389263] OMX.Nvidia.h264.decode fails to shutdown by Mathias Agopian · 14 years ago
  21. 2ece4cd Reset ANativeWindow crop on buffer geometry changes. by Jamie Gennis · 14 years ago
  22. d6f5bde Protected surface API by Glenn Kasten · 14 years ago
  23. d35c666 fix [3385504] Surface flinger hang when adding dim surface by Mathias Agopian · 14 years ago
  24. df83689 am 239fd805: Merge "fix [3361121] hang in glClear() - device unresponsive, OTA fails (DO NOT MERGE)" into gingerbread by Mathias Agopian · 14 years ago
  25. af4fa5d am 1955a5c9: Merge "partially fix [3306150] HTML5 video with H/W acceleration blackout (DO NOT MERGE)" into gingerbread by Mathias Agopian · 14 years ago
  26. 6b72702 am d0441f92: Merge "fix a small bug that caused screenshot to show garbage in some cases (DO NOT MERGE)" into gingerbread by Mathias Agopian · 14 years ago
  27. 2d665dd am 043a3cdd: Merge "workaround [3201922] display not on: log full of gralloc errors (DO NOT MERGE)" into gingerbread by Mathias Agopian · 14 years ago
  28. 88bccab am d3fcd0a1: Merge "minor clean-up. SurfaceFlinger doesn\'t need libpixelflinger.so. (DO NOT MERGE)" into gingerbread by Mathias Agopian · 14 years ago
  29. 2195604 fix [3361121] hang in glClear() - device unresponsive, OTA fails (DO NOT MERGE) by Mathias Agopian · 14 years ago
  30. 68d3478 partially fix [3306150] HTML5 video with H/W acceleration blackout (DO NOT MERGE) by Mathias Agopian · 14 years ago
  31. 8aa11d8 fix a small bug that caused screenshot to show garbage in some cases (DO NOT MERGE) by Mathias Agopian · 14 years ago
  32. 84c6f5a workaround [3201922] display not on: log full of gralloc errors (DO NOT MERGE) by Mathias Agopian · 14 years ago
  33. 728d849 minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so. (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. d8a98cf am c724f2fb: disable the bypass mode. DO NOT MERGE. by Mathias Agopian · 14 years ago
  47. c724f2f disable the bypass mode. DO NOT MERGE. by Mathias Agopian · 14 years ago
  48. 1c4e4fc0 fix a small bug that caused screenshot to show garbage in some cases by Mathias Agopian · 14 years ago
  49. a6b8c1c workaround [3201922] display not on: log full of gralloc errors by Mathias Agopian · 14 years ago
  50. 1ebaa3a Fix a problem where hwc and GL composition could show a different buffer by Mathias Agopian · 14 years ago
  51. 04a709e4 fix debug.sf.showbackground by Mathias Agopian · 14 years ago
  52. 575eaf5 fix [3223749] media server crashes when switching mode from video capture to still image capture by Mathias Agopian · 14 years ago
  53. 7537fd3 Merge "fix [3176642] Camera preview turns completely black for multiple toggles between camera and camcorder app" by Mathias Agopian · 14 years ago
  54. 52e6ada Merge "minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so." by Mathias Agopian · 14 years ago
  55. 5747bbc fix [3176642] Camera preview turns completely black for multiple toggles between camera and camcorder app by Mathias Agopian · 14 years ago
  56. 06f9ebf minor clean-up. SurfaceFlinger doesn't need libpixelflinger.so. by Mathias Agopian · 14 years ago
  57. 3dd25a6 [3258939] Need snapshot to limit which layers are included by Mathias Agopian · 14 years ago
  58. ac843f2 [3211070] camera preview image is rendered offset from the UI overlay frame by Mathias Agopian · 14 years ago
  59. 8128ee8 fix [3260137] Sometimes front-facing camera mirroring is wrong by Mathias Agopian · 14 years ago
  60. c3802d2 More clean-up. Get rid off the "blur" effect in SurfaceFlinger by Mathias Agopian · 14 years ago
  61. a2c3b35 am 74da537f: Merge "[317580] fix issue where the screen wouldn\'t be rotated properly in bypass mode" into gingerbread by Mathias Agopian · 14 years ago
  62. d211230 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 14 years ago
  63. 94720d7 surfaceflinger: add support for gralloc dump hooks by Erik Gilling · 14 years ago
  64. 0b38aa0 should fix build. by Mathias Agopian · 14 years ago
  65. 669084d resolved conflicts for merge of a0f011ff to master by Mathias Agopian · 14 years ago
  66. ee5a3aca [317580] fix issue where the screen wouldn't be rotated properly in bypass mode by Mathias Agopian · 14 years ago
  67. f30c828 am 48f42f8c: am 4153bf3a: Merge "[3171580] don\'t automatically log GraphicBuffer allocation failures" into gingerbread by Mathias Agopian · 14 years ago
  68. 4e345ab am a2977c38: Merge changes Ie03796ae,Ide3e980a into gingerbread by Mathias Agopian · 14 years ago
  69. a0f011f am 05813b0e: Merge changes I244b5469,I32044e91 into gingerbread by Mathias Agopian · 14 years ago
  70. 48f42f8 am 4153bf3a: Merge "[3171580] don\'t automatically log GraphicBuffer allocation failures" into gingerbread by Mathias Agopian · 14 years ago
  71. 025005f [3171580] SurfaceFlinger Bypass mode. (DO NOT MERGE) by Mathias Agopian · 14 years ago
  72. 1989af2 [3171580] Fix two typos related to fixed-size buffers by Mathias Agopian · 14 years ago
  73. e869aee [3171580] don't automatically log GraphicBuffer allocation failures by Mathias Agopian · 14 years ago
  74. 2dd198b Remove const_cast to layer handle by Louis Huemiller · 14 years ago
  75. 7ab17a3 Merge "Implement reducing the buffer count of a Surface." by Jamie Gennis · 14 years ago
  76. 6c925d0 Implement reducing the buffer count of a Surface. by Jamie Gennis · 14 years ago
  77. d267d2a Remove a problematic empty update optimization. by Jamie Gennis · 14 years ago
  78. 267e916 am 5c0efef9: am 7d452f69: Merge "really fix [3118445] Transform * Transform does not work as expected" into gingerbread by Mathias Agopian · 14 years ago
  79. 5c0efef am 7d452f69: Merge "really fix [3118445] Transform * Transform does not work as expected" into gingerbread by Mathias Agopian · 14 years ago
  80. e031ba8 really fix [3118445] Transform * Transform does not work as expected by Mathias Agopian · 14 years ago
  81. a24a519 am e1ca532d: am 457bed2b: Merge "fix [3123221] Video sticks playing back upside down following orientation switch" into gingerbread by Mathias Agopian · 14 years ago
  82. affca7e am b4645353: am ce4d36ad: Merge "fix [3118445] Transform * Transform does not work as expected" into gingerbread by Mathias Agopian · 14 years ago
  83. e1ca532 am 457bed2b: Merge "fix [3123221] Video sticks playing back upside down following orientation switch" into gingerbread by Mathias Agopian · 14 years ago
  84. b464535 am ce4d36ad: Merge "fix [3118445] Transform * Transform does not work as expected" into gingerbread by Mathias Agopian · 14 years ago
  85. 457bed2 Merge "fix [3123221] Video sticks playing back upside down following orientation switch" into gingerbread by Mathias Agopian · 14 years ago
  86. c57b15c fix [3123221] Video sticks playing back upside down following orientation switch by Mathias Agopian · 14 years ago
  87. 546c21d fix [3118445] Transform * Transform does not work as expected by Mathias Agopian · 14 years ago
  88. ac6f0cc am fb31036f: am 583fefc8: Merge "Use the context_priority extension when present." into gingerbread by Mathias Agopian · 14 years ago
  89. fb31036 am 583fefc8: Merge "Use the context_priority extension when present." into gingerbread by Mathias Agopian · 14 years ago
  90. 583fefc Merge "Use the context_priority extension when present." into gingerbread by Mathias Agopian · 14 years ago
  91. 7ece231 am 9f6d18ca: am 04358138: Merge "[3095807] screen takes a long time to turn on" into gingerbread by Mathias Agopian · 14 years ago
  92. 596e590 am 7e9a54d4: am d4e03f37: addresses parts of 3096779 and 3097475 by Mathias Agopian · 14 years ago
  93. 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
  94. 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
  95. 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
  96. 9f6d18c am 04358138: Merge "[3095807] screen takes a long time to turn on" into gingerbread by Mathias Agopian · 14 years ago
  97. dfa08fb [3095807] screen takes a long time to turn on by Mathias Agopian · 14 years ago
  98. 7e9a54d am d4e03f37: addresses parts of 3096779 and 3097475 by Mathias Agopian · 14 years ago
  99. a8faf91 am 6d71f6a0: Merge "fix [3095607] Gingerbread screen turn-on animation does not show the last frame" into gingerbread by Mathias Agopian · 14 years ago
  100. d4e03f3 addresses parts of 3096779 and 3097475 by Mathias Agopian · 14 years ago