1. 50cd609 Replace a manual buffer allocation with std::vector am: b2b3323f45 by Roman Kiryanov · 5 years ago
  2. 07c8ed8 Refactor gralloc to reduce usage of global variables and remove macros by Roman Kiryanov · 5 years ago
  3. b2b3323 Replace a manual buffer allocation with std::vector by Roman Kiryanov · 5 years ago
  4. 42b24c4 Refactor gralloc to reduce usage of global variables and remove macros by Roman Kiryanov · 5 years ago
  5. c49406e [vulkan] Improved implementation of VK_FUCHSIA_buffer_collection am: d5d92d6939 by David Reveman · 5 years ago
  6. d5d92d6 [vulkan] Improved implementation of VK_FUCHSIA_buffer_collection by David Reveman · 5 years ago
  7. d3655f1 Retire cb_handle_t::goldfish_dma_buf_size am: 352e1bbf7d by Roman Kiryanov · 5 years ago
  8. 4c3a2c7 [vulkan] Small fuchsia external semaphore cleanup am: 60d3b975a1 by David Reveman · 5 years ago
  9. 352e1bb Retire cb_handle_t::goldfish_dma_buf_size by Roman Kiryanov · 5 years ago
  10. 60d3b97 [vulkan] Small fuchsia external semaphore cleanup by David Reveman · 5 years ago
  11. 09d988a Merge "[vulkan] deferred command buffers (guest)" am: 42b5610868 by Lingfeng Yang · 5 years ago
  12. 42b5610 Merge "[vulkan] deferred command buffers (guest)" by Lingfeng Yang · 5 years ago
  13. 959d5e3 Increment the DMA counter if gralloc_alloc completes successfully am: 047d270064 by Roman Kiryanov · 5 years ago
  14. 5e726bc Retire cb_handle_t::goldfish_dma am: 3bf4795021 by Roman Kiryanov · 5 years ago
  15. c53e747 [vulkan] deferred command buffers (guest) by Lingfeng Yang · 5 years ago
  16. 047d270 Increment the DMA counter if gralloc_alloc completes successfully by Roman Kiryanov · 5 years ago
  17. 3bf4795 Retire cb_handle_t::goldfish_dma by Roman Kiryanov · 5 years ago
  18. 7c6f389 [vulkan] Implement vkGetMemoryZirconHandlePropertiesFUCHSIA am: 488704f3be by David Reveman · 5 years ago
  19. 488704f [vulkan] Implement vkGetMemoryZirconHandlePropertiesFUCHSIA by David Reveman · 5 years ago
  20. f21aa66 Merge "[vulkan] Use new external memory/semaphore extensions on fuchsia." by David Reveman · 5 years ago
  21. d0b2af9 Merge "[vulkan] Use new external memory/semaphore extensions on fuchsia." by Treehugger Robot · 5 years ago
  22. 7cc1d69 Merge "Refactor get_mem_region and put_mem_region in gralloc" am: bcd13aab5f by Roman Kiryanov · 5 years ago
  23. d75a6e4 Merge "Replace a hand-made list of allocated cb's with std::set" am: 27b974a1e1 by Roman Kiryanov · 5 years ago
  24. bcd13aa Merge "Refactor get_mem_region and put_mem_region in gralloc" by Treehugger Robot · 5 years ago
  25. 27b974a Merge "Replace a hand-made list of allocated cb's with std::set" by Treehugger Robot · 5 years ago
  26. ba51ee2 [vulkan] Use new external memory/semaphore extensions on fuchsia. by David Reveman · 5 years ago
  27. b2d1a4f [vulkan] Properly send AHW usage to the guest am: e517d1ecff by Lingfeng Yang · 5 years ago
  28. e517d1e [vulkan] Properly send AHW usage to the guest by Lingfeng Yang · 5 years ago
  29. 4af0379 Merge "[vulkan] properly encode descriptor update template API (guest)" by Lingfeng Yang · 5 years ago
  30. 103d897 Merge "[vulkan] properly encode descriptor update template API (guest)" by Lingfeng Yang · 5 years ago
  31. 05d5ea3 [vulkan] properly encode descriptor update template API (guest) by Lingfeng Yang · 5 years ago
  32. 81240d2 Refactor get_mem_region and put_mem_region in gralloc by Roman Kiryanov · 5 years ago
  33. 1cc49d5 Replace a hand-made list of allocated cb's with std::set by Roman Kiryanov · 5 years ago
  34. 8f76db8 Merge "Check for getDmaVersion instead of s_grdma" am: fc866232d8 by Roman Kiryanov · 5 years ago
  35. fc86623 Merge "Check for getDmaVersion instead of s_grdma" by Treehugger Robot · 5 years ago
  36. ef4d1e4 Merge "Refactor lockAndWriteDma to support goldfish-addess-space" am: 5a181df254 by Roman Kiryanov · 5 years ago
  37. 5a181df Merge "Refactor lockAndWriteDma to support goldfish-addess-space" by Treehugger Robot · 5 years ago
  38. 199319a Merge "Retire goldfish_dma_lock and goldfish_dma_unlock" am: 8a7d434ec2 by Roman Kiryanov · 5 years ago
  39. 8a7d434 Merge "Retire goldfish_dma_lock and goldfish_dma_unlock" by Treehugger Robot · 5 years ago
  40. d099885 Check for getDmaVersion instead of s_grdma by Roman Kiryanov · 5 years ago
  41. 943161f Refactor lockAndWriteDma to support goldfish-addess-space by Roman Kiryanov · 5 years ago
  42. 4614672 Retire goldfish_dma_lock and goldfish_dma_unlock by Roman Kiryanov · 5 years ago
  43. 571aad2 [vulkan] Fix comparison of integers of different signs error am: 9f9f0cf95f by David Reveman · 5 years ago
  44. 9f9f0cf [vulkan] Fix comparison of integers of different signs error by David Reveman · 5 years ago
  45. 6931d22 [vulkan] Fix color buffer lifetime on fuchsia. am: d660e6024a by David Reveman · 5 years ago
  46. d660e60 [vulkan] Fix color buffer lifetime on fuchsia. by David Reveman · 5 years ago
  47. 291adfd [vulkan] Alloc host visible memory in blocks am: a963ea0a03 by Lingfeng Yang · 5 years ago
  48. a963ea0 [vulkan] Alloc host visible memory in blocks by Lingfeng Yang · 5 years ago
  49. 560981a Merge "Mark isHidlGralloc as 'const'" am: 9ff0990501 by Roman Kiryanov · 5 years ago
  50. 9ff0990 Merge "Mark isHidlGralloc as 'const'" by Treehugger Robot · 5 years ago
  51. 5e50dc3 Merge "Retire gralloc_device_t::ashmemRegions" am: ffee181b7a by Roman Kiryanov · 5 years ago
  52. ffee181 Merge "Retire gralloc_device_t::ashmemRegions" by Treehugger Robot · 5 years ago
  53. bc681e1 Merge "Mark local functions 'static' in gralloc" am: c01759b0c7 by Roman Kiryanov · 5 years ago
  54. c01759b Merge "Mark local functions 'static' in gralloc" by Treehugger Robot · 5 years ago
  55. c3add4f [vulkan] Rebase on latest sysmem API am: 676a4930cd by David Reveman · 5 years ago
  56. 9a3eebf Mark isHidlGralloc as 'const' by Roman Kiryanov · 5 years ago
  57. f4175a6 Retire gralloc_device_t::ashmemRegions by Roman Kiryanov · 5 years ago
  58. f1e5ae4 Mark local functions 'static' in gralloc by Roman Kiryanov · 5 years ago
  59. 676a493 [vulkan] Rebase on latest sysmem API by David Reveman · 5 years ago
  60. c59d344 [vulkan] Allow Vulkan 1.1 from host (guest codegen, ResourceTracker changes) by Lingfeng Yang · 5 years ago
  61. f1fb9b1 [vulkan] Implement sync fd's in the guest only am: f434441aaa by Lingfeng Yang · 5 years ago
  62. e739199 [vulkan] Allow Vulkan 1.1 from host (guest codegen, ResourceTracker changes) by Lingfeng Yang · 5 years ago
  63. f434441 [vulkan] Implement sync fd's in the guest only by Lingfeng Yang · 5 years ago
  64. 166c3b8 [vulkan] Emulate BGRA color buffer support on fuchsia am: e060bbcee1 by David Reveman · 5 years ago
  65. e060bbc [vulkan] Emulate BGRA color buffer support on fuchsia by David Reveman · 5 years ago
  66. c83fa64 [multi-display] add renderControl api for multi display am: 2ad0653753 by Lingfeng Yang · 5 years ago
  67. 2ad0653 [multi-display] add renderControl api for multi display by Lingfeng Yang · 5 years ago
  68. 2ff1160 [vulkan] Minimal implementation of VK_FUCHSIA_buffer_collection am: e10aae2529 by David Reveman · 5 years ago
  69. e10aae2 [vulkan] Minimal implementation of VK_FUCHSIA_buffer_collection by David Reveman · 5 years ago
  70. 4cf88bd Route gralloc_lock_ycbcr through gralloc_lock am: 1d270ed131 by Roman Kiryanov · 5 years ago
  71. 1d270ed Route gralloc_lock_ycbcr through gralloc_lock by Roman Kiryanov · 5 years ago
  72. 1239c94 Fix the V offset in rgb888_to_yuv420p am: 87b0c2bd27 by Roman Kiryanov · 5 years ago
  73. 25337ce Retire redundant variables am: 30d08183fc by Roman Kiryanov · 5 years ago
  74. 9be5a4b Fix calculations of RGB offsets in FormatConversions am: 95cdab1774 by Roman Kiryanov · 5 years ago
  75. b07cd94 Fix the DD macro declaration am: 5dd4c7f40d by Roman Kiryanov · 5 years ago
  76. 87b0c2b Fix the V offset in rgb888_to_yuv420p by Roman Kiryanov · 5 years ago
  77. 30d0818 Retire redundant variables by Roman Kiryanov · 5 years ago
  78. 95cdab1 Fix calculations of RGB offsets in FormatConversions by Roman Kiryanov · 5 years ago
  79. 5dd4c7f Fix the DD macro declaration by Roman Kiryanov · 5 years ago
  80. bfe7198 Add Y8Cb8Cr8_420 to the list of supported formats in eglCreateImageKHR by Roman Kiryanov · 5 years ago
  81. 357ca51 Add Y8Cb8Cr8_420 to the list of supported formats in eglCreateImageKHR by Roman Kiryanov · 5 years ago
  82. 394be20 Merge "Fix build on older APIs" am: 7d5cdf447b by Lingfeng Yang · 5 years ago
  83. 5d0645b Fix wrong caching of glBindBuffer am: 2c3a0da0d1 by Lingfeng Yang · 5 years ago
  84. 7d5cdf4 Merge "Fix build on older APIs" by Lingfeng Yang · 5 years ago
  85. 2c3a0da Fix wrong caching of glBindBuffer by Lingfeng Yang · 5 years ago
  86. 3dc7c2f Fix build on older APIs by Lingfeng Yang · 5 years ago
  87. ea06291 Merge "Fix Fuchsia build" am: e4be1b6f3e by Lingfeng Yang · 5 years ago
  88. 92f1f16 Switch to liblog logging on API >= 26 am: 1cb647a086 by Luca Stefani · 5 years ago
  89. 16a0c54 Merge changes from topic "vulkan-enable-ahb" am: 42aa12e312 by Lingfeng Yang · 5 years ago
  90. e4be1b6 Merge "Fix Fuchsia build" by Lingfeng Yang · 5 years ago
  91. f83538d Fix Fuchsia build by Lingfeng Yang · 5 years ago
  92. 1cb647a Switch to liblog logging on API >= 26 by Luca Stefani · 5 years ago
  93. 42aa12e Merge changes from topic "vulkan-enable-ahb" by Lingfeng Yang · 5 years ago
  94. a99a5c4 [vulkan] Enable VK_ANDROID_external_memory_android_hardware_buffer by Lingfeng Yang · 5 years ago
  95. 5c70112 [vulkan] Fill in missing pieces for AHardwareBuffer and sync fd supporti by Lingfeng Yang · 5 years ago
  96. e00bff9 [vulkan] If Vulkan enabled, make ColorBuffers from blob by Lingfeng Yang · 5 years ago
  97. a6e370f hwc2: Specify const for operator() am: 143da772d0 by Luca Stefani · 5 years ago
  98. 143da77 hwc2: Specify const for operator() by Luca Stefani · 5 years ago
  99. 3921457 [vulkan] followup for ext semaphores: work on windows (device side) by Lingfeng Yang · 5 years ago
  100. 1a098c0 [vulkan] followup for ext semaphores: work on windows (device side) by Lingfeng Yang · 5 years ago