1. 24a42e9 SurfaceFlinger: Fix null pointer exception by Dan Stoza · 10 years ago
  2. fcd15b4 surfaceflinger: use Mutex timedLock instead of tryLock loop by Jesse Hall · 11 years ago
  3. 097ca27 Replace IInterface::asBinder() with a static by Marco Nelissen · 11 years ago
  4. 89fd4f7 Frameworks/native: Wall Werror in surfaceflinger by Andreas Gampe · 11 years ago
  5. 759115c am 9cc84950: Merge "Don\'t check if this == NULL." by Dan Albert · 11 years ago
  6. 9cc8495 Merge "Don't check if this == NULL." by Dan Albert · 11 years ago
  7. 3f121fc When eglMakeCurrent fails we need to fix the egl state. by Michael Lentine · 11 years ago
  8. 67d8bd6 surfaceflinger: add getDisplayStats() method by Lajos Molnar · 11 years ago
  9. 1474f88 Don't check if this == NULL. by Dan Albert · 11 years ago
  10. 9e0e103 Silence warnings about unused parameters. by Dan Albert · 11 years ago
  11. c3ebe66 Add rotation to surfaceflingers screen cap. by Riley Andrews · 11 years ago
  12. d4548dd am 514e30a9: am c3d1889e: Merge "surfaceflinger: skip composition for empty frames" into klp-modular-dev by Jesse Hall · 11 years ago
  13. 514e30a am c3d1889e: Merge "surfaceflinger: skip composition for empty frames" into klp-modular-dev by Jesse Hall · 11 years ago
  14. b7a0549 surfaceflinger: skip composition for empty frames by Jesse Hall · 11 years ago
  15. 8663990 Take advantage of sync points during screen cap. by Riley Andrews · 11 years ago
  16. a02e948 Merge "SurfaceFlinger: Prevent deadlock by updating an atomic layer set." into lmp-dev by Eric Penner · 11 years ago
  17. 51c59cd SurfaceFlinger: Prevent deadlock by updating an atomic layer set. by Eric Penner · 11 years ago
  18. 9ae79d8 Build fix for size_t on 64bit. by Michael Lentine · 11 years ago
  19. 7306c67 Add error for format and make sure setActiveConfig fails with an invalid mode. by Michael Lentine · 11 years ago
  20. 47e4540 Allow for resizing of Virtual Displays. by Michael Lentine · 11 years ago
  21. 6c9e34a Modified SurfaceFlinger to implment setActiveConfig and getActiveConfig. by Michael Lentine · 11 years ago
  22. 03414a1 Turn on support for async cursor update in surfaceflinger. by Riley Andrews · 11 years ago
  23. b154c42 Improve memory coherence management in screenshot code [DO NOT MERGE] by Jesse Hall · 11 years ago
  24. 24cd98e Compile libsurfaceflinger with Clang and -std=c++11 [DO NOT MERGE] by Jesse Hall · 11 years ago
  25. eac96b9 Merge "SurfaceFlinger: Fix rect out-of-bounds checks" by Dan Stoza · 11 years ago
  26. 91b2ca8 Add two new display info fields by Andy McFadden · 11 years ago
  27. be31f44 SurfaceFlinger: Fix rect out-of-bounds checks by Dan Stoza · 11 years ago
  28. 20071e5 am e3d37a7b: Enable support RGBX_8888 for omap3 by Wengang Wu · 11 years ago
  29. e3d37a7 Enable support RGBX_8888 for omap3 by Wengang Wu · 11 years ago
  30. 7227b96 Merge "surfaceflinger: Replace blank/unblank with setPowerMode" by Prashant Malani · 11 years ago
  31. 1210f2a am 20071e50: am e3d37a7b: Enable support RGBX_8888 for omap3 by Wengang Wu · 11 years ago
  32. 645b1f7 Replace "lower power mode" experiment by Andy McFadden · 11 years ago
  33. 5167ec6 Disable DispSync resync when not needed by Andy McFadden · 11 years ago
  34. 2c9b11f surfaceflinger: Replace blank/unblank with setPowerMode by Prashant Malani · 11 years ago
  35. c187900 SurfaceFlinger: Add sourceCrop to screenshot by Dan Stoza · 11 years ago
  36. 39cde06 am b6601961: Merge "DO NOT MERGE Add "dumpsys SurfaceFlinger --dispsync"" into klp-modular-dev by Andy McFadden · 11 years ago
  37. a7f75c0 Merge "Add "dumpsys SurfaceFlinger --dispsync"" by Andy McFadden · 11 years ago
  38. 232f5bc DO NOT MERGE Add "dumpsys SurfaceFlinger --dispsync" by Andy McFadden · 11 years ago
  39. c751e92 Add "dumpsys SurfaceFlinger --dispsync" by Andy McFadden · 11 years ago
  40. dd02391 Merge "Enable changing display configuration" by Dan Stoza · 11 years ago
  41. 7f7da32 Enable changing display configuration by Dan Stoza · 11 years ago
  42. 41d67d7 Improve SurfaceFlinger PTS estimation by Andy McFadden · 11 years ago
  43. f52b3c8 SurfaceFlinger: Adds the functionality to reduce refresh rate to half of by Ruchi Kandoi · 11 years ago
  44. bba1385 am f3c07d4f: Fix virtual display nesting by Dan Stoza · 11 years ago
  45. f3c07d4 Fix virtual display nesting by Dan Stoza · 11 years ago
  46. d85084b Adding render stats APIs to UiAutomation (framework native). by Svetoslav · 11 years ago
  47. 8b834ff am 1b751203: am 50ef8562: Merge "GraphicProducerWrapper may return false transact status" by Jesse Hall · 11 years ago
  48. 1b75120 am 50ef8562: Merge "GraphicProducerWrapper may return false transact status" by Jesse Hall · 11 years ago
  49. c2633ce GraphicProducerWrapper may return false transact status by bdeng3X · 11 years ago
  50. b9b0883 Remove deprecated BufferQueue constructor by Dan Stoza · 11 years ago
  51. 8bf3b1a Merge "Revert "Implement video plane layer"" by Wonsik Kim · 11 years ago
  52. 29fa959 Revert "Implement video plane layer" by Wonsik Kim · 11 years ago
  53. 55886cb am 7429e4f7: am 112aa42e: Merge "SurfaceFlinger: fix 64-bit format string warnings" by Greg Hackmann · 11 years ago
  54. 7429e4f am 112aa42e: Merge "SurfaceFlinger: fix 64-bit format string warnings" by Greg Hackmann · 11 years ago
  55. 86efcc0 SurfaceFlinger: fix 64-bit format string warnings by Greg Hackmann · 11 years ago
  56. f837c93 Implement video plane layer by Wonsik Kim · 11 years ago
  57. 44c35ec Allow "opaque" flag to be updated. DO NOT MERGE by Andy McFadden · 11 years ago
  58. c701401 Allow disabling layer rotation during screenshots by Dan Stoza · 11 years ago
  59. 7143316 Fix virtual display nesting by Dan Stoza · 11 years ago
  60. 4125a4f Allow "opaque" flag to be updated by Andy McFadden · 11 years ago
  61. 5246725 am 03691218: am e5f7bf74: am b6c21004: Merge "Implement per-display EGLConfig and configless EGLContext" by Jesse Hall · 12 years ago
  62. 10ca42c am 4c37d088: am 6c7dcfa9: am 662d3134: Merge "Move EGLConfig selection to RenderEngine" by Jesse Hall · 12 years ago
  63. 19e8729 Implement per-display EGLConfig and configless EGLContext by Jesse Hall · 12 years ago
  64. 05f8c70 Move EGLConfig selection to RenderEngine by Jesse Hall · 12 years ago
  65. cd65a2c am bbfbe93c: am 0a645cc5: SurfaceFlinger: give SF its own vsync phase by Jamie Gennis · 12 years ago
  66. 5727fc0 am 47c772e8: am d1700756: SurfaceFlinger: Add EventControlThread by Jamie Gennis · 12 years ago
  67. c6694b4 resolved conflicts for merge of e94d204a to master by Jesse Hall · 12 years ago
  68. 0a645cc SurfaceFlinger: give SF its own vsync phase by Jamie Gennis · 12 years ago
  69. d170075 SurfaceFlinger: Add EventControlThread by Jamie Gennis · 12 years ago
  70. 948fe0c Disable hardware vsync when blanking the screen by Jesse Hall · 12 years ago
  71. 95e4a7d am c00ab7b5: am 2d8d120d: Fix blank / partial screenshots by Andy McFadden · 12 years ago
  72. 2d8d120 Fix blank / partial screenshots by Andy McFadden · 12 years ago
  73. b85d2cf resolved conflicts for merge of 790b6d09 to master by Jamie Gennis · 12 years ago
  74. faf77cc SurfaceFlinger: SW-based vsync events by Jamie Gennis · 12 years ago
  75. 794c5ba Simplify color adjustment using homogeneous coordinates by Alan Viverette · 12 years ago
  76. c521428 am 9b4b1180: am 06993503: Merge "only clear FB when asked for the opaque layer" into klp-dev by Dave Burke · 12 years ago
  77. 0699350 Merge "only clear FB when asked for the opaque layer" into klp-dev by Dave Burke · 12 years ago
  78. fee52e2 am f3fa0712: am 93573e91: Merge "Treat composition frames with no layers as using GLES composition" into klp-dev by Jesse Hall · 12 years ago
  79. 93573e9 Merge "Treat composition frames with no layers as using GLES composition" into klp-dev by Jesse Hall · 12 years ago
  80. 0c6fd94 am 92d7c3ee: am b65f32eb: Fix two EGLConfig selection bugs by Jesse Hall · 12 years ago
  81. ac68302 only clear FB when asked for the opaque layer by Mathias Agopian · 12 years ago
  82. d05a17f Treat composition frames with no layers as using GLES composition by Jesse Hall · 12 years ago
  83. b65f32e Fix two EGLConfig selection bugs by Jesse Hall · 12 years ago
  84. 2b3d0c4 am 0ff4b283: am 6da15f46: fix crashers with wifi/virtual displays by Mathias Agopian · 12 years ago
  85. 6da15f4 fix crashers with wifi/virtual displays by Mathias Agopian · 12 years ago
  86. 1c479c5 am 754bad45: am d555684c: reinstate black-screenshot debugging code by Mathias Agopian · 12 years ago
  87. 4d57553 am f589dd29: am e2a3e872: Merge "Fix GLES context version selection" into klp-dev by Mathias Agopian · 12 years ago
  88. d555684 reinstate black-screenshot debugging code by Mathias Agopian · 12 years ago
  89. 2185f8b Fix GLES context version selection by Mathias Agopian · 12 years ago
  90. cd9fd42 am b8080d9a: am 2a36497e: Merge "Stop using default value for Surface producerControlledByApp parameter" into klp-dev by Jesse Hall · 12 years ago
  91. 83cafff Stop using default value for Surface producerControlledByApp parameter by Jesse Hall · 12 years ago
  92. 9c5a333 Add API for pushing color transforms to SurfaceFlinger by Alan Viverette · 12 years ago
  93. ff2ed70 color blindness enhancement by Mathias Agopian · 12 years ago
  94. 931bda1 reset the gl viewport at each frame for each display by Mathias Agopian · 12 years ago
  95. 9414d67 make sure SF initialization is ran at target priority and correct thread group by Mathias Agopian · 12 years ago
  96. 4ceff3d screenshot layers wouldn't work in some cases by Mathias Agopian · 12 years ago
  97. d2cf8c2 Merge "Provide HWC prepare with a valid output buffer" into klp-dev by Jesse Hall · 12 years ago
  98. 028dc8f Provide HWC prepare with a valid output buffer by Jesse Hall · 12 years ago
  99. 4f4f094 SurfaceFlinger now runs in the process's main thread by Mathias Agopian · 12 years ago
  100. 9e663de Use new HWC display type/count constants. by Jesse Hall · 12 years ago