1. 37193ee Fix Fuchsia build; add missing constants by Lingfeng Yang · 5 years ago
  2. 22e361a gl2 encoder: async unmapbuffer by Lingfeng Yang · 5 years ago
  3. 667b9e7 IOStream: allow subclasses of IOStream to influence how alloc() works by Lingfeng Yang · 5 years ago
  4. 29f078e [ring-buffer] add ring buffer library to guest android-emu by Lingfeng Yang · 5 years ago
  5. 20937d2 Merge "Select GL transport and draw call flush interval based on prop" by Lingfeng Yang · 5 years ago
  6. 891a5aa Merge "Support HWC 2.3" by Huihong Luo · 5 years ago
  7. 4d0ffea Select GL transport and draw call flush interval based on prop by Lingfeng Yang · 5 years ago
  8. fa2ba65 Support HWC 2.3 by Huihong Luo · 5 years ago
  9. d1b41da Fix typo in GoldfishAddressSpaceBlockProvider for subdevice checking by Roman Kiryanov · 5 years ago
  10. 754c3eb Add 'release' calls to address space resources by Roman Kiryanov · 5 years ago
  11. a2bb9c1 Pass the subdevice type to GoldfishAddressSpaceBlockProvider ctor by Roman Kiryanov · 5 years ago
  12. 8a659df Move GL format defines to a separate header file by Roman Kiryanov · 5 years ago
  13. c573155 Use memory in the DMA context directly instead of via GoldfishAddressSpaceBlock by Roman Kiryanov · 5 years ago
  14. 1b830a4 Add gralloc_is_yuv_format to FormatConversions by Roman Kiryanov · 5 years ago
  15. 44a5340 Fix const correctness in copy_rgb_buffer_from_unlocked by Roman Kiryanov · 5 years ago
  16. 81ce8af Retire cb_handle_old_t::frameworkFormat by Roman Kiryanov · 5 years ago
  17. aa6c468 Retire the postCount variable by Roman Kiryanov · 5 years ago
  18. b7f1519 Move internal format selection into a separate function by Roman Kiryanov · 5 years ago
  19. ff5c3a6 Swap 'format' and 'frameworkFormat' and mark 'frameworkFormat' const in gralloc_alloc by Roman Kiryanov · 5 years ago
  20. 81288f2 gl: delete vao spam by Lingfeng Yang · 5 years ago
  21. 12232de Hotplug all physical displays to Android by Huihong Luo · 5 years ago
  22. 6726fc5 Merge "Add a field for host side display id" by Huihong Luo · 5 years ago
  23. e1ec6dd Merge "hwc2: make vsync period configurable" by Lingfeng Yang · 5 years ago
  24. 6cc49ed Update generated makefiles to fix build by Lingfeng Yang · 5 years ago
  25. 0694567 Add a field for host side display id by Huihong Luo · 5 years ago
  26. 1252734 hwc2: make vsync period configurable by Lingfeng Yang · 5 years ago
  27. ad9cac5 Fix bionic include stuff. by Lingfeng Yang · 5 years ago
  28. 89355a6 Merge "Introduce a shared header between gralloc versions" by Treehugger Robot · 5 years ago
  29. 6eca9b0 fix build by Lingfeng Yang · 5 years ago
  30. 387b8d9 Move to bionic platform include. by Christopher Ferris · 5 years ago
  31. f1d5a3d Introduce a shared header between gralloc versions by Roman Kiryanov · 5 years ago
  32. ee1c993 Rename cb_handle_t into cb_handle_old_t by Roman Kiryanov · 5 years ago
  33. 80946b7 Remove the reference to ashmem from AndroidHardwareBuffer.cpp by Roman Kiryanov · 5 years ago
  34. 17fcfba Move gralloc to gralloc_old by Roman Kiryanov · 5 years ago
  35. f163516 Introduce safer type castings for cb_handle_t by Roman Kiryanov · 5 years ago
  36. dbda8a1 Revert "Introduce safer type castings for cb_handle_t" by Lingfeng Yang · 5 years ago
  37. afea830 Introduce safer type castings for cb_handle_t by Roman Kiryanov · 5 years ago
  38. a6057b0 Use vk_find_struct to find the chained struct by Roman Kiryanov · 5 years ago
  39. 471f45a Merge "Retire map_flags in map_buffer" by Treehugger Robot · 5 years ago
  40. 717c5d9 Retire map_flags in map_buffer by Roman Kiryanov · 5 years ago
  41. 9ebd48a [vulkan] Handle case when color buffer has already been created. by David Reveman · 5 years ago
  42. c6db530 Merge "Don't use hardware backed gralloc buffer for blob if not asked for" by Bo Hu · 5 years ago
  43. a461040 Don't use hardware backed gralloc buffer for blob if not asked for by Yahan Zhou · 5 years ago
  44. 0eac780 [vulkan] Fix Fuchsia build and return NoOp for valid proc names. by David Reveman · 5 years ago
  45. a077e9e try to fix build by Lingfeng Yang · 5 years ago
  46. 93d4cfe DO NOT MERGE - Merge Android 10 into master by Xin Li · 5 years ago
  47. e849bc0 Merge "Add external physical display emulation" am: f97ddfce1c by Huihong Luo · 5 years ago
  48. f97ddfc Merge "Add external physical display emulation" by Huihong Luo · 5 years ago
  49. ccff49b Merge "Split wait_offset to version and wait_fd fields" am: a330ee1ba3 by Roman Kiryanov · 5 years ago
  50. a330ee1 Merge "Split wait_offset to version and wait_fd fields" by Treehugger Robot · 5 years ago
  51. 4aac138 Add external physical display emulation by Huihong Luo · 5 years ago
  52. 96a9fa8 Merge "[vulkan] android: external fence sync fd support (guest)" am: 9220447285 by Lingfeng Yang · 5 years ago
  53. 9220447 Merge "[vulkan] android: external fence sync fd support (guest)" by Lingfeng Yang · 5 years ago
  54. cd2d8fe [vulkan] android: external fence sync fd support (guest) by Lingfeng Yang · 5 years ago
  55. 63d2cb5 [vulkan] Fix ASAN errors. am: f48239055b by David Reveman · 5 years ago
  56. f482390 [vulkan] Fix ASAN errors. by David Reveman · 5 years ago
  57. b435036 [vulkan] Return NULL for nonexistent entrypoints am: e8b8780f8b by David Reveman · 5 years ago
  58. e8b8780 [vulkan] Return NULL for nonexistent entrypoints by David Reveman · 5 years ago
  59. 449b2c8 Split wait_offset to version and wait_fd fields by Roman Kiryanov · 5 years ago
  60. 9493d84 [vulkan] fix fuchsia build am: 6c7e727af4 by Lingfeng Yang · 5 years ago
  61. 241d5c6 [vulkan] WorkPool (guest) am: f6861064c4 by Lingfeng Yang · 5 years ago
  62. 6c7e727 [vulkan] fix fuchsia build by Lingfeng Yang · 5 years ago
  63. f686106 [vulkan] WorkPool (guest) by Lingfeng Yang · 5 years ago
  64. 0a3b4ae [vulkan] allow hostconnections to be created from ResourceTracker am: 34b5caeb85 by Lingfeng Yang · 5 years ago
  65. 34b5cae [vulkan] allow hostconnections to be created from ResourceTracker by Lingfeng Yang · 5 years ago
  66. 7e048c1 Merge "Fix more builds warnings" am: 382465e55c by Lingfeng Yang · 5 years ago
  67. 382465e Merge "Fix more builds warnings" by Lingfeng Yang · 5 years ago
  68. edcfdc5 Merge "Fix empty tag for logcat" am: 2af50d7f9d by Huihong Luo · 5 years ago
  69. 2af50d7 Merge "Fix empty tag for logcat" by Treehugger Robot · 5 years ago
  70. 28753d9 Fix empty tag for logcat by Huihong Luo · 5 years ago
  71. 936c4dc Merge "Handle composition v2 for validate method" am: 504c47844d by Huihong Luo · 5 years ago
  72. 504c478 Merge "Handle composition v2 for validate method" by Huihong Luo · 5 years ago
  73. 8b0a925 Fix more builds warnings by Luca Stefani · 5 years ago
  74. d195d49 fix more compile warnings (part 2) am: 764a1fc5fa by Lingfeng Yang · 5 years ago
  75. 453eca7 Handle composition v2 for validate method by Huihong Luo · 5 years ago
  76. 550043a fix some more compile warnings am: de7eaa79a2 by Lingfeng Yang · 5 years ago
  77. 0960900 gl: gen code fixing compile warning (guest) am: a9980172f0 by Lingfeng Yang · 5 years ago
  78. 764a1fc fix more compile warnings (part 2) by Lingfeng Yang · 5 years ago
  79. de7eaa7 fix some more compile warnings by Lingfeng Yang · 5 years ago
  80. a998017 gl: gen code fixing compile warning (guest) by Lingfeng Yang · 5 years ago
  81. 9eb02cb android-emu: Add threading-related classes am: 0c401140bb by Lingfeng Yang · 5 years ago
  82. 0c40114 android-emu: Add threading-related classes by Lingfeng Yang · 5 years ago
  83. 502b12a Merge changes from topic "physical-display-emulation" am: 324ae40d9b by Huihong Luo · 5 years ago
  84. 324ae40 Merge changes from topic "physical-display-emulation" by Huihong Luo · 5 years ago
  85. fabe031 Merge "Vulkan can interact with YV12 gralloc buffer now" am: 6b00da1ed3 by Yahan Zhou · 5 years ago
  86. 6b00da1 Merge "Vulkan can interact with YV12 gralloc buffer now" by Treehugger Robot · 5 years ago
  87. a38b63c Switch to version 2 of ComposeDevice by Huihong Luo · 5 years ago
  88. 4235274 Add a new version of ComposeDevice by Huihong Luo · 5 years ago
  89. 0af014a Vulkan can interact with YV12 gralloc buffer now by Yahan Zhou · 5 years ago
  90. 5a211c4 DO NOT MERGE - Skip qt-dev-plus-aosp-without-vendor (5713463) in stage-aosp-master by Xin Li · 5 years ago
  91. 08010d2 Merge "[vulkan] hack: unblock sync fd tests by signaling early" am: 26ca8405fb by Lingfeng Yang · 5 years ago
  92. 26ca840 Merge "[vulkan] hack: unblock sync fd tests by signaling early" by Lingfeng Yang · 5 years ago
  93. 59651ac [vulkan] Fix static array encoding (take codegen) am: bb775b2a7b by Lingfeng Yang · 5 years ago
  94. 2ea8f16 [vulkan] hack: unblock sync fd tests by signaling early by Lingfeng Yang · 5 years ago
  95. bb775b2 [vulkan] Fix static array encoding (take codegen) by Lingfeng Yang · 5 years ago
  96. dbed4bd [vulkan] Close fence fd on vkAcquireImageANDROID am: c6b34c409e by Lingfeng Yang · 5 years ago
  97. c6b34c4 [vulkan] Close fence fd on vkAcquireImageANDROID by Lingfeng Yang · 5 years ago
  98. 9b6293b [vulkan] Exclude more HW usages for rgb888 am: 59a7096aee by Lingfeng Yang · 5 years ago
  99. 9a851ee [vulkan] Advertise VK_EXT_queue_family_foreign am: 0eb6760fa5 by Lingfeng Yang · 5 years ago
  100. 59a7096 [vulkan] Exclude more HW usages for rgb888 by Lingfeng Yang · 5 years ago