1. 388ecd5 Merge "Try not to crash when gl interop fails" into main by Treehugger Robot · 1 year, 1 month ago
  2. 730c174 Merge "Update link status in glProgramBinary" into main by Jason Macnak · 1 year, 1 month ago
  3. 340b69c Update link status in glProgramBinary by Jason Macnak · 1 year, 1 month ago
  4. d7f0dc6 Try not to crash when gl interop fails by Yahan Zhou · 1 year, 1 month ago
  5. b23315d Merge "Ignore STREAM_RENDERER_PARAM_NULL params" into main by Jason Macnak · 1 year, 1 month ago
  6. 3d2a2e0 Merge changes from topic "gfxstream-build-libnames" into main by Jason Macnak · 1 year, 1 month ago
  7. 6cd13bc Merge "Add a debug log level and use in virtio-gpu-gfxstream-renderer" into main by Jason Macnak · 1 year, 1 month ago
  8. d12c475 Merge "gpu: add PrivateMemory to manage host memory import" into main by Treehugger Robot · 1 year, 1 month ago
  9. b09d20f gpu: add PrivateMemory to manage host memory import by Bo Hu · 1 year, 1 month ago
  10. e17ba9b Format Android.bp files by Jason Macnak · 1 year, 1 month ago
  11. b808eeb Normalize some Gfxstream library names by Jason Macnak · 1 year, 1 month ago
  12. 9774329 Ignore STREAM_RENDERER_PARAM_NULL params by Jason Macnak · 1 year, 1 month ago
  13. 2c826b7 Add a debug log level and use in virtio-gpu-gfxstream-renderer by Jason Macnak · 1 year, 1 month ago
  14. f044f01 Add renderer param for passing feature enables/disables by Jason Macnak · 1 year, 1 month ago
  15. ac97b7a Merge "Enable GPU in crosvm" into main by Treehugger Robot · 1 year, 1 month ago
  16. 101343b Use append to chain memory pointer info by Serdar Kocdemir · 1 year, 1 month ago
  17. a70f9db Merge "amdgpu: only allow device local memory" into main by Bo Hu · 1 year, 1 month ago
  18. 95e90c7 Merge "Dup external memory handles in dedicated import" into main by Lars Harrison · 1 year, 1 month ago
  19. dcb2b4a amdgpu: only allow device local memory by Bo Hu · 1 year, 1 month ago
  20. 70fe8f8 Dup external memory handles in dedicated import by Lars Harrison · 1 year, 1 month ago
  21. e097e8b Enable GPU in crosvm by Jiyong Park · 1 year, 1 month ago
  22. d680e52 Merge "Fix pool object for deepcopy_VkSamplerCreateInfo" into main by Serdar Kocdemir · 1 year, 1 month ago
  23. d0f4357 Fix pool object for deepcopy_VkSamplerCreateInfo by Serdar Kocdemir · 1 year, 1 month ago
  24. 29946e8 gfxstream: stream_renderer_snapshot(..) + stream_renderer_restore(..) by Gurchetan Singh · 1 year, 2 months ago
  25. 117c14f Merge "Migrate Test Targets to New Android Ownership Model" into main by Treehugger Robot · 1 year, 2 months ago
  26. 7098977 Remove workaround in when updating colorbuffer by Lars Harrison · 1 year, 2 months ago
  27. d6daa4b Snapshot vk image content in common situation by Yahan Zhou · 1 year, 2 months ago
  28. fc49c32 Move vulkan internal structs into a separate file by Yahan Zhou · 1 year, 2 months ago
  29. e25e15f Merge "[host][meson] Always use provided Vulkan headers" into main by Craig Stout · 1 year, 2 months ago
  30. f4c5ef8 Migrate Test Targets to New Android Ownership Model by Aditya Choudhary · 1 year, 2 months ago
  31. 495cd8b Merge "Add snasphot support for vk coherent memory" into main by Yahan Zhou · 1 year, 2 months ago
  32. 261ca4a [host][meson] Always use provided Vulkan headers by C Stout · 1 year, 2 months ago
  33. 361a9e3 Merge "Provide a fallback for libdrm" into main by Treehugger Robot · 1 year, 2 months ago
  34. c27896c Merge "Revert "Defer destruction of fences and semaphores used for ANI"" into main by Treehugger Robot · 1 year, 2 months ago
  35. b6f5885 Revert "Defer destruction of fences and semaphores used for ANI" by Dan Shi · 1 year, 2 months ago
  36. bc8d54f Merge "Try not to use nullptr in vsnprintf for %s" into main by Yahan Zhou · 1 year, 2 months ago
  37. 217c9c2 Try not to use nullptr in vsnprintf for %s by Yahan Zhou · 1 year, 2 months ago
  38. 56e3362 Fix test build by Jason Macnak · 1 year, 2 months ago
  39. 3292ee2 Update CompositorVk to handle recycled Vk objs when caching by Jason Macnak · 1 year, 2 months ago
  40. 4564102 Provide a fallback for libdrm by Erwin Jansen · 1 year, 2 months ago
  41. 5c76bdb Adds vk debug annotations for more host objs and renderer ops by Jason Macnak · 1 year, 2 months ago
  42. fd6cb62 Add snasphot support for vk coherent memory by Yahan Zhou · 1 year, 2 months ago
  43. 4380d6b Merge "Skip snapshot when using unsupported EGLImage target" into main by Treehugger Robot · 1 year, 2 months ago
  44. 3c041cc Report unsupported format in crash report by Yahan Zhou · 1 year, 2 months ago
  45. d8ba7fa Skip snapshot when using unsupported EGLImage target by Yahan Zhou · 1 year, 2 months ago
  46. f5fd42b Merge "Add basic image snapshot test case" into main by Yahan Zhou · 1 year, 2 months ago
  47. 537664b Add basic image snapshot test case by Yahan Zhou · 1 year, 2 months ago
  48. 9d89991 Remove extra newline in logs by Jason Macnak · 1 year, 2 months ago
  49. 07d11c0 Merge "Defer destruction of fences and semaphores used for ANI" into main by Jason Macnak · 1 year, 2 months ago
  50. e62ae28 Defer destruction of fences and semaphores used for ANI by Jason Macnak · 1 year, 2 months ago
  51. f7b7fdc gfxstream: don't forward declare ProcessResources by Gurchetan Singh · 1 year, 2 months ago
  52. 74c87d0 Merge changes Ic86b856d,Ice31274e into main by Treehugger Robot · 1 year, 2 months ago
  53. ed39a8d Implement GLES-to-VK GL_RGB channel conversion by Igor Chernyshev · 1 year, 2 months ago
  54. 95b30dc Reland "gfxstream: introduce GFXSTREAM_ENABLE_HOST_GLES compiler flag" by Gurchetan Singh · 1 year, 2 months ago
  55. 813c75c Merge "Revert "gfxstream: introduce GFXSTREAM_ENABLE_HOST_GLES compiler flag"" into main by Mehdi Alizadeh · 1 year, 2 months ago
  56. 6ed12e9 Revert "gfxstream: introduce GFXSTREAM_ENABLE_HOST_GLES compiler flag" by Gurchetan Singh · 1 year, 2 months ago
  57. 0f5558c gfxstream: more relative path fixes by Gurchetan Singh · 1 year, 2 months ago
  58. 7328390 gfxstream: introduce inc_gfxstream_include by Gurchetan Singh · 1 year, 2 months ago
  59. 1c7d2bc Merge "Add VK_EXT_fragment_density_map for Chrome" into main by Treehugger Robot · 1 year, 2 months ago
  60. 49275d7 Merge "gfxstream: host: Linear tiling for QNX Screen buffer" into main by Treehugger Robot · 1 year, 2 months ago
  61. 0f1ed1f Merge changes from topic "use_gles" into main by Treehugger Robot · 1 year, 2 months ago
  62. 26ab998 Merge "Use safer getter for fenceSync" into main by Treehugger Robot · 1 year, 2 months ago
  63. b01fc5a Add VK_EXT_fragment_density_map for Chrome by Yahan Zhou · 1 year, 2 months ago
  64. 7f5aaab gfxstream: host: Linear tiling for QNX Screen buffer by Aaron Ruby · 1 year, 2 months ago
  65. 3380167 Merge "Propagate GLES image-memory-bound buffers to VK" into main by Igor Chernyshev · 1 year, 2 months ago
  66. 4675a9d gfxstream: introduce GFXSTREAM_ENABLE_HOST_GLES compiler flag by Gurchetan Singh · 1 year, 2 months ago
  67. fccd048 gfxstream: USE_MAGMA --> GFXSTREAM_ENABLE_HOST_MAGMA by Gurchetan Singh · 1 year, 2 months ago
  68. a21b2a7 gfxstream: unified Meson build between guest & host by Gurchetan Singh · 1 year, 2 months ago
  69. 0678ccb Propagate GLES image-memory-bound buffers to VK by Igor Chernyshev · 1 year, 2 months ago
  70. c2ec5a6 Use safer getter for fenceSync by Yahan Zhou · 1 year, 2 months ago
  71. 9b0b00c Merge changes Icdd015f9,I29a38e57,I2b704fbe into main by Gurchetan Singh · 1 year, 2 months ago
  72. 8ca8546 gfxstream: host_cpp_args in meson build by Gurchetan Singh · 1 year, 2 months ago
  73. 0540f31 gfxstream: YUV converter changes by Gurchetan Singh · 1 year, 2 months ago
  74. aef68fd gfxstream: Advertise VK_KHR_external_semaphore_fd always on Linux/Android guests. by Aaron Ruby · 1 year, 2 months ago
  75. 4fc86ed gfxstream: Add Vulkan external memory resource import implementation for host. by Aaron Ruby · 1 year, 2 months ago
  76. 4ea0cc7 gfxstream: add back in VK_USE_PLATFORM_SCREEN_QNX for QNX build by Aaron Ruby · 1 year, 2 months ago
  77. 4846dba gfxstream: additional checks around VK swapchains by Aaron Ruby · 1 year, 2 months ago
  78. 9348922 Fix recusion and thread safety of EGL context setup by Igor Chernyshev · 1 year, 2 months ago
  79. 99339e8 Merge "Propagate GL_EXT_clip_cull_distance" into main by Igor Chernyshev · 1 year, 2 months ago
  80. bf606a2 Propagate GL_EXT_clip_cull_distance by Igor Chernyshev · 1 year, 2 months ago
  81. 5c366a0 gfxstream: more relative path fixes by Gurchetan Singh · 1 year, 3 months ago
  82. dfbb265 Avoid incomplete BufferBinding definition by Tomasz Wasilczyk · 1 year, 3 months ago
  83. aa3412d gfxstream: nuke android.cmake by Gurchetan Singh · 1 year, 3 months ago
  84. a2bb14f gfxstream: use absolute path for some code by Gurchetan Singh · 1 year, 3 months ago
  85. 3e45436 Merge "Fix crash on exit" into main by Kaiyi Li · 1 year, 3 months ago
  86. c0cab1e gfxstream: nuke goldfish_vk_unbox by Gurchetan Singh · 1 year, 3 months ago
  87. 9412a86 gfxstream: nuke goldfish_vk_handlemap by Gurchetan Singh · 1 year, 3 months ago
  88. 3a894ad Fix crash on exit by Kaiyi Li · 1 year, 3 months ago
  89. 5eaa196 Merge "gfxstream: add CONFIG_AEMU to logger statements" into main by Treehugger Robot · 1 year, 3 months ago
  90. c4444b8 gfxstream: mega-change to support guest Linux WSI with gfxstream by Gurchetan Singh · 1 year, 3 months ago
  91. 527ffa5 gfxstream: add CONFIG_AEMU to logger statements by Gurchetan Singh · 1 year, 3 months ago
  92. d392584 Merge "Provide error message on unhandled VK structs" into main by Yahan Zhou · 1 year, 3 months ago
  93. 0de3a22 Provide error message on unhandled VK structs by Lars Harrison · 1 year, 3 months ago
  94. 5ef37b1 Add VK_EXT_debug_utils and VK_EXT_scalar_block_layout by Igor Chernyshev · 1 year, 3 months ago
  95. 5a6c4df Merge "Add VK_EXT_vertex_attribute_divisor support for guest ANGLE" into main by Treehugger Robot · 1 year, 3 months ago
  96. c90b360 Add VK_EXT_vertex_attribute_divisor support for guest ANGLE by Yahan Zhou · 1 year, 3 months ago
  97. 1ad5a61 Supress spurious vkResetFences() validation errors by Igor Chernyshev · 1 year, 3 months ago
  98. 7170c21 Merge "Re-enable logger setup" into main by Treehugger Robot · 1 year, 3 months ago
  99. abf4920 Handle SOLID_COLOR layers in CompositorVk by Jason Macnak · 1 year, 4 months ago
  100. 000a701 Merge "Skip solid color layers in CompositorVk" into main by Treehugger Robot · 1 year, 4 months ago