1. 202e6e9 Merge "egl: add EGL_KHR_mutable_render_buffer" into nyc-dev by Pablo Ceballos · 9 years ago
  2. 6979bb9 remove non-mandatory features from car_core by Keun-young Park · 9 years ago
  3. a0a4e0e Merge changes I7389829a,I4f3f91e8 into nyc-dev by TreeHugger Robot · 9 years ago
  4. 8506baf Merge "Minor changes and cleanup to support EXT_protected_content." into nyc-dev by Craig Donner · 9 years ago
  5. 94a2c0e vulkan: pass VK_LAYER_FUNCTION_DATA_CALLBACK to layers by Chia-I Wu · 9 years ago
  6. da2a8ca Merge "Build target path before closedir()." into nyc-dev by Jeff Sharkey · 9 years ago
  7. 1d992f9 Build target path before closedir(). by Jeff Sharkey · 9 years ago
  8. b01334e Merge "EGL: Ensure surfaces are disconnected when destroyed" into nyc-dev by Pablo Ceballos · 9 years ago
  9. dc71beb Merge "Add Surface::waitForNextFrame" into nyc-dev by Rob Carr · 9 years ago
  10. ef1081f Merge "Added support for 'bugreport -z'." into nyc-dev by TreeHugger Robot · 9 years ago
  11. 9b9fc47 Merge "Binder: add pid to thread name for binder threads." into nyc-dev by Philip Cuadra · 9 years ago
  12. ceb9ee7 egl: add EGL_KHR_mutable_render_buffer by Pablo Ceballos · 9 years ago
  13. 8cfae6d Minor changes and cleanup to support EXT_protected_content. by Craig Donner · 9 years ago
  14. a082fa8 Binder: add pid to thread name for binder threads. by Philip Cuadra · 9 years ago
  15. 2628e9e Added support for 'bugreport -z'. by Felipe Leme · 9 years ago
  16. 7fcd744 vulkan: update vk_layer_interface.h by Chia-I Wu · 9 years ago
  17. 9f31e29 Add Surface::waitForNextFrame by Robert Carr · 9 years ago
  18. ad798d0 Merge "Revert "Death to synchronous transactions (1/2)"" into nyc-dev by Jorim Jaggi · 9 years ago
  19. 092123c Revert "Death to synchronous transactions (1/2)" by Jorim Jaggi · 9 years ago
  20. a1d53fa Merge "vulkan: fix vkGetDeviceProcAddr for intercepted commands" into nyc-dev by Chia-I Wu · 9 years ago
  21. a50117e Drop compatibility with pre 2012 adb clients by Nick Kralevich · 9 years ago
  22. c56603e vulkan: fix vkGetDeviceProcAddr for intercepted commands by Chia-I Wu · 9 years ago
  23. 1600e26 vulkan: fix support for unknown extensions by Chia-I Wu · 9 years ago
  24. 9ffa1a4 Merge "libvulkan: Use a stub HAL when no real Vulkan HAL is present" into nyc-dev by Jesse Hall · 9 years ago
  25. b7c4e3b libvulkan: Use a stub HAL when no real Vulkan HAL is present by Jesse Hall · 9 years ago
  26. 1e451b2 Merge "Setting v1-dev4 as default." into nyc-dev by Felipe Leme · 9 years ago
  27. cc37b8e Setting v1-dev4 as default. by Felipe Leme · 9 years ago
  28. 2b97c06 Merge changes I33360e15,I2f102fa9,If44c40f8,Ic7bc29ef into nyc-dev by Chia-I Wu · 9 years ago
  29. df4f17e Merge "Refactor sensor list in SensorService" into nyc-dev by Peng Xu · 9 years ago
  30. 0cc8f80 Refactor sensor list in SensorService by Peng Xu · 9 years ago
  31. 7e5e128 Merge "DispSync: Always resync after inactivity" into nyc-dev by Dan Stoza · 9 years ago
  32. 6c444a4 Merge "Let's try casting to fix the build." into nyc-dev by Jeff Sharkey · 9 years ago
  33. 7240a15 Let's try casting to fix the build. by Jeff Sharkey · 9 years ago
  34. 82b4c7a Merge "Use inode numbers for CE storage, fix sizes." into nyc-dev by Jeff Sharkey · 9 years ago
  35. 3e6c2d6 vulkan: use CamelCase() for CreateInfoWrapper by Chia-I Wu · 9 years ago
  36. eef27fa vulkan: use CamelCase() for LayerChain by Chia-I Wu · 9 years ago
  37. c3fa20c vulkan: use CamelCase() for OverrideExtensionNames by Chia-I Wu · 9 years ago
  38. 026b8fa vulkan: use CamelCase() for OverrideLayerNames by Chia-I Wu · 9 years ago
  39. 2f720f7 Use inode numbers for CE storage, fix sizes. by Jeff Sharkey · 9 years ago
  40. 4ad5c14 Merge changes I21f07545,I73c39cbe,I47b1639c,I4a6268d7,I06be9898, ... into nyc-dev by Chia-I Wu · 9 years ago
  41. 3b6b5ad vulkan: remove unused loader.{cpp.h} by Chia-I Wu · 9 years ago
  42. 4a6a916 vulkan: use driver::GetData everywhere by Chia-I Wu · 9 years ago
  43. 6226223 vulkan: move all _Bottom functions by Chia-I Wu · 9 years ago
  44. de82e27 vulkan: add swapchain.h by Chia-I Wu · 9 years ago
  45. c96880f vulkan: add layers_extensions.h by Chia-I Wu · 9 years ago
  46. ff4a6c7 vulkan: rework CreateInstance_Bottom and related ones by Chia-I Wu · 9 years ago
  47. 01cf305 vulkan: rework EnumerateDeviceExtensionProperties_Bottom by Chia-I Wu · 9 years ago
  48. 4901db7 vulkan: rework {Create,Destroy}Device_Bottom by Chia-I Wu · 9 years ago
  49. a70a421 Merge "vulkan: check for unsupported extensions" into nyc-dev by Chia-I Wu · 9 years ago
  50. 8391efa Merge "vulkan: avoid double-free in InitSharedPtr" into nyc-dev by Chia-I Wu · 9 years ago
  51. c684560 vulkan: avoid double-free in InitSharedPtr by Chia-I Wu · 9 years ago
  52. 541de49 EGL: Ensure surfaces are disconnected when destroyed by Pablo Ceballos · 9 years ago
  53. cd582bb Merge "media: update VP9 CodecProfileLevel" into nyc-dev by Hangyu Kuang · 9 years ago
  54. c6a607a Death to synchronous transactions (1/2) by Jorim Jaggi · 9 years ago
  55. 19c6a83 media: update VP9 CodecProfileLevel by Hangyu Kuang · 9 years ago
  56. 97a46df Merge changes I0f07043f,Ib4635ee4,I472ad9f0 into nyc-dev by Dan Stoza · 9 years ago
  57. c4f471e Plumb HDR capabilities up to SurfaceComposerClient by Dan Stoza · 9 years ago
  58. 7d7ae73 HWC2: Add getHdrCapabilities to C++ shim by Dan Stoza · 9 years ago
  59. 45d15b8 Merge "installd: log failed unlinks." into nyc-dev by Narayan Kamath · 9 years ago
  60. f99c6f4 Merge "batteryservice: Expose Charge Counters." into nyc-dev by Ruchi Kandoi · 9 years ago
  61. ed40eba HWC2: Add getHdrCapabilities stub to adapter by Dan Stoza · 9 years ago
  62. f34b9be DispSync: Always resync after inactivity by Dan Stoza · 9 years ago
  63. 5006f3a installd: log failed unlinks. by Narayan Kamath · 9 years ago
  64. 6a58a8a vulkan: move AllocateCommandBuffers_Bottom by Chia-I Wu · 9 years ago
  65. ba0be41 vulkan: move GetDeviceQueue_Bottom by Chia-I Wu · 9 years ago
  66. cc5e276 vulkan: rework DriverDispatchTable by Chia-I Wu · 9 years ago
  67. eb7db12 vulkan: rework driver::Get*ProcAddr by Chia-I Wu · 9 years ago
  68. b262ddc vulkan: add VK_ANDROID_native_buffer to vulkan.api by Chia-I Wu · 9 years ago
  69. dbb7e9c vulkan: move driver::GetDefaultAllocator by Chia-I Wu · 9 years ago
  70. 136b8eb vulkan: move driver::OpenHAL by Chia-I Wu · 9 years ago
  71. 9d51816 vulkan: move driver::Debuggable by Chia-I Wu · 9 years ago
  72. 1f8f46b vulkan: check for unsupported extensions by Chia-I Wu · 9 years ago
  73. 3e3a11a Merge "Caps Lock toggle with Meta + Alt (1/2)" into nyc-dev by Andrii Kulian · 9 years ago
  74. 42a689b batteryservice: Expose Charge Counters. by Ruchi Kandoi · 9 years ago
  75. 79632ee Merge "SF/HWC2: Reorder makeCurrent to avoid deadlock" into nyc-dev by Dan Stoza · 9 years ago
  76. 16ce3ce Merge changes from topic 'vkjson' into nyc-dev by Jesse Hall · 9 years ago
  77. 2dc3be8 SF/HWC2: Reorder makeCurrent to avoid deadlock by Dan Stoza · 9 years ago
  78. 10a91a5 Merge "SensorService: Remove unused function" into nyc-dev by Greg Kaiser · 9 years ago
  79. c130d7a SensorService: Remove unused function by Greg Kaiser · 9 years ago
  80. cf463a9 Merge "Updating wearable_core_hardware to support device administration." into nyc-dev by Ashley Smith · 9 years ago
  81. 64b59cc Close profile before leaving android::installd::clear_profile. by Roland Levillain · 9 years ago
  82. 90b745d Merge "[sensorservice] temporarily remove Autolock mSensorsLock" into nyc-dev by Peng Xu · 9 years ago
  83. e51c257 [sensorservice] temporarily remove Autolock mSensorsLock by Peng Xu · 9 years ago
  84. 1285a68 Merge "vulkan: rewrite top of loader" into nyc-dev by Chia-I Wu · 9 years ago
  85. 90e840f Merge "dumpstate: acquire /data/misc/logd/ log contents" into nyc-dev by Mark Salyzyn · 9 years ago
  86. 233fbed Merge "Added option to redirect stdout on run_command_always." into nyc-dev by Felipe Leme · 9 years ago
  87. 29c3971 Added option to redirect stdout on run_command_always. by Felipe Leme · 9 years ago
  88. 4d42dea dumpstate: acquire /data/misc/logd/ log contents by Mark Salyzyn · 9 years ago
  89. 9917903 media: update Dolby Vision Profile. by Ronghua Wu · 9 years ago
  90. 8b0d55e GpuService: Add 'help' and 'vkjson' commands by Jesse Hall · 9 years ago
  91. fc038bd Add service "gpu" in the SurfaceFlinger process by Jesse Hall · 9 years ago
  92. d5194bd Merge "Fix a few known issues in SensorService" into nyc-dev by Peng Xu · 9 years ago
  93. 47e9601 Fix a few known issues in SensorService by Peng Xu · 9 years ago
  94. 8a2c34f Updating wearable_core_hardware to support device administration. by Ashley Smith · 9 years ago
  95. fbe08bf Merge "Add build id as part of bugreport name." into nyc-dev by Felipe Leme · 9 years ago
  96. 9385b17 Add build id as part of bugreport name. by Felipe Leme · 9 years ago
  97. 14e034a Dumps systrace to a file. by Felipe Leme · 9 years ago
  98. 69a1a38 SF: Disable FenceTracker from makefile by Pablo Ceballos · 9 years ago
  99. 2af4358 Merge "Add an option to write the trace to a file" into nyc-dev by John Reck · 9 years ago
  100. a812bcf Revert "Avoid unlinking app image file" by Mathieu Chartier · 9 years ago