1. 265f0d9 am 6ee97e74: Merge "Fix a null dereference." by Dan Albert · 11 years ago
  2. c78a0c1 Fix a null dereference. by Dan Albert · 11 years ago
  3. 435d9cd resolved conflicts for merge of 67d8bd66 to lmp-dev-plus-aosp by Lajos Molnar · 11 years ago
  4. 67d8bd6 surfaceflinger: add getDisplayStats() method by Lajos Molnar · 11 years ago
  5. 4355c0c am e1e3d278: Merge "Clean cruft out of makefiles." by Dan Albert · 11 years ago
  6. e03abcd am 4a7001ca: Merge "Work around C11 const atomic restrictions." by Hans Boehm · 11 years ago
  7. 3d0daa5 am 8493b79e: SensorService fixes by Aravind Akella · 11 years ago
  8. b79dfe6 Clean cruft out of makefiles. by Dan Albert · 11 years ago
  9. c0df68b Work around C11 const atomic restrictions. by Hans Boehm · 11 years ago
  10. 8493b79 SensorService fixes by Aravind Akella · 11 years ago
  11. 75ec33e am d15ef27f: Update ScreenshotClient to take advantage of rotation in surfaceflinger\'s screencap api by Riley Andrews · 11 years ago
  12. 129dc84 am edb86f9f: Merge "Add rotation to surfaceflingers screen cap." into lmp-dev by Riley Andrews · 11 years ago
  13. d15ef27 Update ScreenshotClient to take advantage of rotation in surfaceflinger's screencap api by Riley Andrews · 11 years ago
  14. 5273a97 resolved conflicts for merge of 86aeb9ef to lmp-dev-plus-aosp by Dan Albert · 11 years ago
  15. c3ebe66 Add rotation to surfaceflingers screen cap. by Riley Andrews · 11 years ago
  16. 8b49125 Make string literal concatenation play nice with C++11. by Dan Albert · 11 years ago
  17. 553231f Fix CAS argument type. by Hans Boehm · 12 years ago
  18. 08ff802 Revert "Revert "Revert "Revert "Remove incorrect android_atomic_...64 use."""" by Hans Boehm · 12 years ago
  19. 57782cd am 5c4a1566: Merge "GLConsumer: Fix eglTerminate/eglInit edge case." into lmp-dev by Eric Penner · 11 years ago
  20. 2d14a0e GLConsumer: Fix eglTerminate/eglInit edge case. by Eric Penner · 12 years ago
  21. 02a1c2c am efc0b35f: Merge "Fix CAS argument type." by Hans Boehm · 12 years ago
  22. 38e451f am 51d3d176: Merge "Within CpuConsumer, use gralloc lockAsync/unlockAsync" into lmp-dev by Riley Andrews · 12 years ago
  23. 5a7ad73 am 62fbb163: Shelve InputFlinger for another release. DO NOT MERGE by Michael Wright · 12 years ago
  24. d53e052 Within CpuConsumer, use gralloc lockAsync/unlockAsync by Riley Andrews · 12 years ago
  25. cb3b7ce am 703b60ce: Merge "Use gettid directly in binder." by Elliott Hughes · 12 years ago
  26. 62fbb16 Shelve InputFlinger for another release. DO NOT MERGE by Michael Wright · 12 years ago
  27. efc0b35 Merge "Fix CAS argument type." by Hans Boehm · 12 years ago
  28. 1ddaadb Fix CAS argument type. by Hans Boehm · 12 years ago
  29. fa6ad07 Use gettid directly in binder. by Elliott Hughes · 12 years ago
  30. dc1fb90 am a0187a9c: Merge "Revert "Revert "Revert "Revert "Remove incorrect android_atomic_...64 use.""""" by Hans Boehm · 12 years ago
  31. 3effaba Revert "Revert "Revert "Revert "Remove incorrect android_atomic_...64 use."""" by Hans Boehm · 12 years ago
  32. f010a05 Revert "Revert "Revert "Remove incorrect android_atomic_...64 use.""" by Hans Boehm · 12 years ago
  33. 7d1cd4a Merge "Tunneled Video Playback support" into lmp-dev by Rachad · 12 years ago
  34. 66629e0 Revert "Revert "Remove incorrect android_atomic_...64 use."" by Hans Boehm · 12 years ago
  35. 45e2fc2 Revert "Modify EGL to disconnect the window when the surface gets destroyed." by Michael Lentine · 12 years ago
  36. 9dc5c26 Revert "Remove incorrect android_atomic_...64 use." by Hans Boehm · 12 years ago
  37. b37ba39 Sensor related changes for NDK. by Aravind Akella · 12 years ago
  38. 7cb0d39 Tunneled Video Playback support by Rachad · 12 years ago
  39. 64ffcb0 Sensor.cpp changes. by Aravind Akella · 12 years ago
  40. 47e4540 Allow for resizing of Virtual Displays. by Michael Lentine · 12 years ago
  41. 1f6078a Have VirtualDisplays send SF resize messages when resizing by Michael Wright · 12 years ago
  42. cd36eb4 Merge "Modify EGL to disconnect the window when the surface gets destroyed." into lmp-dev by Michael Lentine · 12 years ago
  43. 843cbb2 Modify EGL to disconnect the window when the surface gets destroyed. by Michael Lentine · 12 years ago
  44. fd8498c Remove WAKE_UP_* sensor constants. by Aravind Akella · 12 years ago
  45. 11f1487 BufferQueueProducer: fix which slot gets pre-allocated by Antoine Labour · 12 years ago
  46. c268068 Merge "SensorService performance improvements." into lmp-dev by Aravind Akella · 12 years ago
  47. 56ae426 SensorService performance improvements. by Aravind Akella · 12 years ago
  48. 2295687 Merge "GLProducer: Reference count images rather than buffers." into lmp-dev by Eric Penner · 12 years ago
  49. 2cbba47 add noteResetVideo/Audio to IBatteryStats by Chong Zhang · 12 years ago
  50. 45e695a Merge "crash if getNativeBuffer() called on NULL GraphicBuffer" into lmp-dev by Colin Cross · 12 years ago
  51. 88b7541 Remove incorrect android_atomic_...64 use. by Hans Boehm · 12 years ago
  52. 18fae75 crash if getNativeBuffer() called on NULL GraphicBuffer by Colin Cross · 12 years ago
  53. 9b36529 Merge "update battery status for audio/video" into lmp-dev by Chong Zhang · 12 years ago
  54. bd42d38 update battery status for audio/video by Chong Zhang · 12 years ago
  55. 78014f3 BufferQueue: release mutex while allocating. DO NOT MERGE by Antoine Labour · 12 years ago
  56. 5c3d243 GLProducer: Reference count images rather than buffers. by Eric Penner · 12 years ago
  57. 31d825d Add glance gesture for doze mode. by Jeff Brown · 12 years ago
  58. 1681d95 Add sticky transform to surfaceflinger. by Ruben Brunk · 12 years ago
  59. dc56bf7 Merge "BufferQueue: Add allocateBuffers method" by Dan Stoza · 12 years ago
  60. ab57491 GLConsumer: Allow creation in detached mode by Dan Stoza · 12 years ago
  61. e49ba8e GLConsumer: Stop using default constructor params by Dan Stoza · 12 years ago
  62. 29a3e90 BufferQueue: Add allocateBuffers method by Dan Stoza · 12 years ago
  63. f8f419b Merge "Remove Parcel::writeIntPtr." by Narayan Kamath · 12 years ago
  64. 7da40c0 Remove Parcel::writeIntPtr. by Narayan Kamath · 12 years ago
  65. adb65d9 Merge "Surface reportingMode for Sensors." by Aravind Akella · 12 years ago
  66. 0e025c5 Surface reportingMode for Sensors. by Aravind Akella · 12 years ago
  67. 7227b96 Merge "surfaceflinger: Replace blank/unblank with setPowerMode" by Prashant Malani · 12 years ago
  68. 55fc549 am 72676e7d: am 0e1313cd: Merge "libgui: 64-bit compile issues" by Mark Salyzyn · 12 years ago
  69. f905bc3 Remove Parcel::writeIntPtr. by Narayan Kamath · 12 years ago
  70. b37c8c5 Merge "Fixup more potential issues / warnings in string formats" by Michael Wright · 12 years ago
  71. 63ff3a8 Fixup more potential issues / warnings in string formats by Michael Wright · 12 years ago
  72. 25be048 Merge "Fix warning in logging string interpolation" by Michael Wright · 12 years ago
  73. d0a4a62 Fix warning in logging string interpolation by Michael Wright · 12 years ago
  74. 8f515ce libgui: 64 bit compile issues (part deux) by Mark Salyzyn · 12 years ago
  75. 72676e7 am 0e1313cd: Merge "libgui: 64-bit compile issues" by Mark Salyzyn · 12 years ago
  76. 9110045 libgui: 64-bit compile issues by Mark Salyzyn · 12 years ago
  77. e86420e Merge "Fix flattening/unflattening of android::Sensor." by Narayan Kamath · 12 years ago
  78. 2c9b11f surfaceflinger: Replace blank/unblank with setPowerMode by Prashant Malani · 12 years ago
  79. c2ac589 am 065e9c86: Merge "Fix mips build for libbinder." by Narayan Kamath · 12 years ago
  80. 065e9c8 Merge "Fix mips build for libbinder." by Narayan Kamath · 12 years ago
  81. 2f1f742 Fix mips build for libbinder. by Narayan Kamath · 12 years ago
  82. 87947be Merge "Fix mips build for libbinder." by Narayan Kamath · 12 years ago
  83. 2c68d38 Fix mips build for libbinder. by Narayan Kamath · 12 years ago
  84. b09b936 am f0a24759: am a28750ee: Merge "binder: Turn on -Werror" by Mark Salyzyn · 12 years ago
  85. f0a2475 am a28750ee: Merge "binder: Turn on -Werror" by Mark Salyzyn · 12 years ago
  86. d4ecccf binder: Turn on -Werror by Mark Salyzyn · 12 years ago
  87. db1972b am 26063a91: am f1dd859b: Merge "x86_64: Align uint64_t/int64_t structure member to 8 bytes" by Narayan Kamath · 12 years ago
  88. 26063a9 am f1dd859b: Merge "x86_64: Align uint64_t/int64_t structure member to 8 bytes" by Narayan Kamath · 12 years ago
  89. f1dd859 Merge "x86_64: Align uint64_t/int64_t structure member to 8 bytes" by Narayan Kamath · 12 years ago
  90. edcf7f4 binder: rm utils/Debug.h as unutilized by Mark Salyzyn · 12 years ago
  91. 403ec9f Fix flattening/unflattening of android::Sensor. by Narayan Kamath · 12 years ago
  92. 83e0e42 x86_64: Align uint64_t/int64_t structure member to 8 bytes by Fengwei Yin · 12 years ago
  93. b8b3c53 am ea3f1da9: am 1ce5ecbe: am 63645c69: Merge "binder: rm utils/Debug.h" by Mark Salyzyn · 12 years ago
  94. ea3f1da am 1ce5ecbe: am 63645c69: Merge "binder: rm utils/Debug.h" by Mark Salyzyn · 12 years ago
  95. 1ce5ecb am 63645c69: Merge "binder: rm utils/Debug.h" by Mark Salyzyn · 12 years ago
  96. 317ff37 binder: rm utils/Debug.h by Mark Salyzyn · 12 years ago
  97. 3d5c8a9 Merge "SurfaceFlinger: Add sourceCrop to screenshot" by Dan Stoza · 12 years ago
  98. d9441e4 Surface maxDelay and isWakeUpSensor flag in Sensor.java. by Aravind Akella · 12 years ago
  99. c187900 SurfaceFlinger: Add sourceCrop to screenshot by Dan Stoza · 12 years ago
  100. f8c66b4 am cfba3bf1: am c9fcaf37: Merge "Change InputMessage.motion.pointerSize to a uint32_t." by Narayan Kamath · 12 years ago