1. 5b73057 Merge "surfaceflinger: use Mutex timedLock instead of tryLock loop" by Jesse Hall · 11 years ago
  2. fcd15b4 surfaceflinger: use Mutex timedLock instead of tryLock loop by Jesse Hall · 11 years ago
  3. 5ea47f7 We have POSIX clocks, and we don't need to ask for the openssl headers. by Elliott Hughes · 11 years ago
  4. 033f7e8 Merge "InputDispatcher: Optimize count()" by Narayan Kamath · 11 years ago
  5. dd883c0 libgui: Enable -Weverything and -Werror by Dan Stoza · 11 years ago
  6. 01049c8 Enable clang for libui/libgui/surfaceflinger by Dan Stoza · 11 years ago
  7. 65dbe97 InputDispatcher: Optimize count() by Jon McCaffrey · 11 years ago
  8. 72952ef Don't error out because SensorEventConnection::dump overloads BBinder::dump by Bernhard Rosenkränzer · 11 years ago
  9. 5f61993 Fix potential format string vulnerability by Bernhard Rosenkränzer · 11 years ago
  10. 3bdc5b8 C++11 compatibility. by Dan Albert · 11 years ago
  11. 6183eb7 Remove comparisons that can't be true by Bernhard Rosenkränzer · 11 years ago
  12. 097ca27 Replace IInterface::asBinder() with a static by Marco Nelissen · 11 years ago
  13. 6d72063 Move frameworks/native to libc++. by Dan Albert · 11 years ago
  14. 9c17fb1 Merge "Frameworks/native: Wall Werror in batteryservice & powermanager" by Andreas Gampe · 11 years ago
  15. 347f288 Frameworks/native: Wall Werror in batteryservice & powermanager by Andreas Gampe · 11 years ago
  16. 89fd4f7 Frameworks/native: Wall Werror in surfaceflinger by Andreas Gampe · 11 years ago
  17. 5cf92d4 am cb8a9fcc: Merge "Switch to libsigchain.a" by Dmitriy Ivanov · 11 years ago
  18. 4340a14 Switch to libsigchain.a by Dmitriy Ivanov · 11 years ago
  19. 433fe2a am 0b6acb22: Add version number to SensorService dump output. by Aravind Akella · 11 years ago
  20. 0b6acb2 Add version number to SensorService dump output. by Aravind Akella · 11 years ago
  21. 97a3367 Clean up unused parameter warnings. by Narayan Kamath · 11 years ago
  22. 759115c am 9cc84950: Merge "Don\'t check if this == NULL." by Dan Albert · 11 years ago
  23. 9cc8495 Merge "Don't check if this == NULL." by Dan Albert · 11 years ago
  24. 9b9d1a4 am 26a28149: Merge "Link sigchain to surfaceflinger main executable" by Dmitriy Ivanov · 11 years ago
  25. 1222c89 am ffb49774: Improve ANR diagnostics. by Jeff Brown · 11 years ago
  26. ffb4977 Improve ANR diagnostics. by Jeff Brown · 11 years ago
  27. f3da24d Link sigchain to surfaceflinger main executable by Dmitriy Ivanov · 11 years ago
  28. a046f50 am 7830ef3d: Change ordering of memory allocation and calling Thread::run(). by Aravind Akella · 11 years ago
  29. 7830ef3 Change ordering of memory allocation and calling Thread::run(). by Aravind Akella · 11 years ago
  30. 021543f am a7eb4b74: Merge "Fix sockfd leakage in SensorService." into lmp-dev by Aravind Akella · 11 years ago
  31. a7eb4b7 Merge "Fix sockfd leakage in SensorService." into lmp-dev by Aravind Akella · 11 years ago
  32. 8dcdf79 am 6747be9f: Generate the SurfaceFlinger shader cache on initialization by Riley Andrews · 11 years ago
  33. 6747be9 Generate the SurfaceFlinger shader cache on initialization by Riley Andrews · 11 years ago
  34. 8a96955 Fix sockfd leakage in SensorService. by Aravind Akella · 11 years ago
  35. 20daf00 am db57cfbd: Merge "When eglMakeCurrent fails we need to fix the egl state." into lmp-dev by Michael Lentine · 11 years ago
  36. db57cfb Merge "When eglMakeCurrent fails we need to fix the egl state." into lmp-dev by Michael Lentine · 11 years ago
  37. e245cdc am 5bf786d8: surfaceflinger: recompute visibility after sideband stream change by Jesse Hall · 11 years ago
  38. 3f121fc When eglMakeCurrent fails we need to fix the egl state. by Michael Lentine · 11 years ago
  39. 5bf786d surfaceflinger: recompute visibility after sideband stream change by Jesse Hall · 11 years ago
  40. 112a745 am deb71b28: Merge "Fix a possible SensorService deadlock." into lmp-dev by Aravind Akella · 11 years ago
  41. 2a8ae4e am bacc28ef: surfaceflinger: Use landscape resolution for default dpi by Jesse Hall · 11 years ago
  42. deb71b2 Merge "Fix a possible SensorService deadlock." into lmp-dev by Aravind Akella · 11 years ago
  43. bacc28e surfaceflinger: Use landscape resolution for default dpi by Jesse Hall · 11 years ago
  44. e148bc2 Fix a possible SensorService deadlock. by Aravind Akella · 11 years ago
  45. bea1db5 am 71e351d9: Merge "Revert "Fix sockfd leakage in SensorService. Remove sockfd from Looper when the connection is removed from mActiveConnections."" into lmp-dev by Aravind Akella · 11 years ago
  46. 71e351d Merge "Revert "Fix sockfd leakage in SensorService. Remove sockfd from Looper when the connection is removed from mActiveConnections."" into lmp-dev by Aravind Akella · 11 years ago
  47. 678f4fc Revert "Fix sockfd leakage in SensorService. Remove sockfd from Looper when the connection is removed from mActiveConnections." by Aravind Akella · 11 years ago
  48. cfbc365 am 4b20d402: Merge "Only mark repeated keys as PASS_TO_USER if the original key was." into lmp-dev by Michael Wright · 11 years ago
  49. 1b5c883 am 728a8da1: Merge "surfaceflinger: Check sideband stream changed to trigger sideband Layer update." into lmp-dev by Jesse Hall · 11 years ago
  50. 4b20d40 Merge "Only mark repeated keys as PASS_TO_USER if the original key was." into lmp-dev by Michael Wright · 11 years ago
  51. 2e73295 Only mark repeated keys as PASS_TO_USER if the original key was. by Michael Wright · 12 years ago
  52. 728a8da Merge "surfaceflinger: Check sideband stream changed to trigger sideband Layer update." into lmp-dev by Jesse Hall · 12 years ago
  53. 8b4869d am 5105960d: Fix sockfd leakage in SensorService. Remove sockfd from Looper when the connection is removed from mActiveConnections. by Aravind Akella · 12 years ago
  54. 0ea1cb9 surfaceflinger: Check sideband stream changed to trigger sideband Layer update. by chenhg · 12 years ago
  55. 5105960 Fix sockfd leakage in SensorService. Remove sockfd from Looper by Aravind Akella · 12 years ago
  56. 435d9cd resolved conflicts for merge of 67d8bd66 to lmp-dev-plus-aosp by Lajos Molnar · 12 years ago
  57. 67d8bd6 surfaceflinger: add getDisplayStats() method by Lajos Molnar · 12 years ago
  58. 1474f88 Don't check if this == NULL. by Dan Albert · 12 years ago
  59. c8a1b36 am e225f6fd: Merge "SensorService fixes." into lmp-dev by Aravind Akella · 12 years ago
  60. 0ec2066 SensorService fixes. by Aravind Akella · 12 years ago
  61. 4355c0c am e1e3d278: Merge "Clean cruft out of makefiles." by Dan Albert · 12 years ago
  62. 3d0daa5 am 8493b79e: SensorService fixes by Aravind Akella · 12 years ago
  63. b79dfe6 Clean cruft out of makefiles. by Dan Albert · 12 years ago
  64. 7d587c3 Merge "Silence warnings about unused parameters." by Dan Albert · 12 years ago
  65. 8493b79 SensorService fixes by Aravind Akella · 12 years ago
  66. 5746f14 am fb017a4c: Merge "Fix clang warnings about struct vs. class." by Dan Albert · 12 years ago
  67. 9e0e103 Silence warnings about unused parameters. by Dan Albert · 12 years ago
  68. aeb8ab8 Fix clang warnings about struct vs. class. by Dan Albert · 12 years ago
  69. c3ebe66 Add rotation to surfaceflingers screen cap. by Riley Andrews · 12 years ago
  70. a602086 Make IPowerManager native conform to .aidl for oneway by Glenn Kasten · 12 years ago
  71. 253c472 Merge "SensorService flush fixes." into lmp-dev by Aravind Akella · 12 years ago
  72. 437353a Merge "IPowerManager: make all binder call one way" into lmp-dev by Eric Laurent · 12 years ago
  73. f20c329 IPowerManager: make all binder call one way by Eric Laurent · 12 years ago
  74. 9e3adfc SensorService flush fixes. by Aravind Akella · 12 years ago
  75. 3da3b84 Fix type for temp variable by Michael Wright · 12 years ago
  76. bcbf97e Add logging for switch state by Michael Wright · 12 years ago
  77. 4d407a0 surfaceflinger: Trace HW vsync enable by Jesse Hall · 12 years ago
  78. 5466c3d SensorService fixes by Aravind Akella · 12 years ago
  79. eb21986 Merge "Update currentConfig variable when active display is changed." into lmp-dev by Michael Lentine · 12 years ago
  80. d3e6914 Update currentConfig variable when active display is changed. by Michael Lentine · 12 years ago
  81. e74baf6 SensorService fixes. by Aravind Akella · 12 years ago
  82. d4548dd am 514e30a9: am c3d1889e: Merge "surfaceflinger: skip composition for empty frames" into klp-modular-dev by Jesse Hall · 12 years ago
  83. 514e30a am c3d1889e: Merge "surfaceflinger: skip composition for empty frames" into klp-modular-dev by Jesse Hall · 12 years ago
  84. 949ea08 sf: Clear display configs when hot pluggable display is disconnected by Naseer Ahmed · 12 years ago
  85. 4d7c410 Merge "Destroy eglSurface before recreating." into lmp-dev by Michael Lentine · 12 years ago
  86. f2568de Destroy eglSurface before recreating. by Michael Lentine · 12 years ago
  87. 7b90258 Fix inverse orientation when original is not applied first. by Michael Lentine · 12 years ago
  88. 1440963 Fix camera orientation by swapping horizontal and vertical flips when needed. by Michael Lentine · 12 years ago
  89. b7a0549 surfaceflinger: skip composition for empty frames by Jesse Hall · 12 years ago
  90. f755140 Incorporate TransformToDisplayInverse into the crop calculation. by Michael Lentine · 12 years ago
  91. 2cfbef2 Merge "Fix inverse orientation when original is not applied first." into lmp-dev by Michael Lentine · 12 years ago
  92. 6220559 Merge "Fix camera orientation by swapping horizontal and vertical flips when needed." into lmp-dev by Michael Lentine · 12 years ago
  93. b3abe7c Merge "Incorporate TransformToDisplayInverse into the crop calculation." into lmp-dev by Michael Lentine · 12 years ago
  94. a54f3b2 Merge "SensorService fixes." into lmp-dev by Aravind Akella · 12 years ago
  95. 8663990 Take advantage of sync points during screen cap. by Riley Andrews · 12 years ago
  96. 6c2664a SensorService fixes. by Aravind Akella · 12 years ago
  97. 62fbb16 Shelve InputFlinger for another release. DO NOT MERGE by Michael Wright · 12 years ago
  98. 25db8dc Merge "Change output format to not throw warning on volantis." into lmp-dev by Michael Lentine · 12 years ago
  99. b54ee77 Change output format to not throw warning on volantis. by Michael Lentine · 12 years ago
  100. 5af281f Fix HWComposer Surface Crop when surface is rotated by Michael Lentine · 12 years ago