- f6533b3 gfxstream: retry DRM_IOCTM_VIRTGPU_WAIT by Lingfeng Yang · 4 years, 1 month ago
- aa6529f vulkan: Add VK_KHR_image_format_list to allowed device extension list. by Yilong Li · 4 years, 1 month ago
- 8ceea7c [fuchsia] Fix Zircon library dependency. by David 'Digit' Turner · 4 years, 1 month ago
- 1cab537 Merge "vulkan: remove use of lock in syncEncodersFor(CommandBuffer|Queue)" by Lingfeng Yang · 4 years, 1 month ago
- 27ac976 codecs: work around maximum simultanious instance 32 issue by bohu · 4 years, 2 months ago
- 10f8885 codecs: fix pts truncation error by bohu · 4 years, 2 months ago
- 2af8133 codecs: check for nullptr in vpx by bohu · 4 years, 4 months ago
- b012b05 codecs: enable vpx parallel decoding by bohu · 4 years, 4 months ago
- e4308c1 codecs: shrink memory slot size from 8M to 2M by bohu · 4 years, 4 months ago
- 4f8dd7c Merge "Revert "Make it easier to locally unit test guest/host combined tracing"" by Lingfeng Yang · 4 years, 2 months ago
- e926f0a Revert "Make it easier to locally unit test guest/host combined tracing" by Lingfeng Yang · 4 years, 2 months ago
- b9c79eb Merge "Make it easier to locally unit test guest/host combined tracing" by Lingfeng Yang · 4 years, 2 months ago
- 24dfa74 Merge "vulkan: Switch to BumpPool in guest (v2) (take codegen)" by Lingfeng Yang · 4 years, 2 months ago
- 34eec78 vulkan: remove use of lock in syncEncodersFor(CommandBuffer|Queue) by Lingfeng Yang · 4 years, 2 months ago
- 0f6a6c8 vulkan: Switch to BumpPool in guest (v2) (take codegen) by Lingfeng Yang · 4 years, 2 months ago
- 16dbce7 Revert "Switch to vk_icdInitializeOpenInNamespaceCallback" by cstout · 4 years, 2 months ago
- 4b18053 Switch to vk_icdInitializeOpenInNamespaceCallback by Craig Stout · 4 years, 2 months ago
- 9ee90ce Make it easier to locally unit test guest/host combined tracing by Lingfeng Yang · 4 years, 2 months ago
- ab89e17 fuchsia: Set sysmem constraints only if format/tiling/usage valid on host. by Yilong Li · 4 years, 2 months ago
- dcac401 Use VkEncoder.inl.* instead of letting it be generated (guest) by Lingfeng Yang · 4 years, 2 months ago
- 3cee6df Merge "Don't try to do robust buffer access checks on non-linked attrib indices" by Lingfeng Yang · 4 years, 2 months ago
- 62054e9 Don't try to do robust buffer access checks on non-linked attrib indices by Lingfeng Yang · 4 years, 2 months ago
- 452ffeb vulkan: Use heap type to determine buffer collection type by Yilong Li · 4 years, 2 months ago
- e8f712f Merge "vulkan: Support imported host-visible memory on Fuchsia." by Yilong Li · 4 years, 2 months ago
- 1ce350b vulkan: Support imported host-visible memory on Fuchsia. by Yilong Li · 4 years, 2 months ago
- 6fa7750 Merge "renderControl_enc: (2/3) Pass mapping size to rcMapGpaToBufferHandle()." by Treehugger Robot · 4 years, 2 months ago
- 12e203b Merge "Warning fix for asg_context_create" by Treehugger Robot · 4 years, 2 months ago
- b4aa7a2 Merge "vulkan_enc: Add vkGetLinearImageLayoutGOOGLE() method to guest encoder." by Yilong Li · 4 years, 2 months ago
- 11d8c35 Warning fix for asg_context_create by Alistair Delva · 4 years, 2 months ago
- 7998327 Also decref in unregister_VkCommandBuffer/Queue by Lingfeng Yang · 4 years, 2 months ago
- 919100d Always inc/decref in sync(CommandBuffers/Queues) by Lingfeng Yang · 4 years, 2 months ago
- 58621b9 renderControl_enc: (2/3) Pass mapping size to rcMapGpaToBufferHandle(). by Yilong Li · 4 years, 2 months ago
- a48b010 vulkan_enc: Add vkGetLinearImageLayoutGOOGLE() method to guest encoder. by Yilong Li · 4 years, 2 months ago
- 8974508 Merge changes Ia3f63a83,Icc4f5ab9 by Yilong Li · 4 years, 2 months ago
- 5cb1b09 [build] Suppress -Wconversion warnings by Shai Barack · 4 years, 2 months ago
- 379f5c3 fuchsia: Fix Fuchsia build by Yilong Li · 4 years, 2 months ago
- 7351715 renderControl_enc: Add rcCreateBuffer2 method. by Yilong Li · 4 years, 2 months ago
- 1454ba8 Don't query max color attachments in gles2 by Lingfeng Yang · 4 years, 2 months ago
- e96843b Merge "Move host validation to guest" by Lingfeng Yang · 4 years, 2 months ago
- ed069c5 Move host validation to guest by Lingfeng Yang · 4 years, 3 months ago
- 98188d9 Merge changes I4665c1fb,I3d9b8dd9 am: b5bd9f4142 by Treehugger Robot · 4 years, 3 months ago
- b5bd9f4 Merge changes I4665c1fb,I3d9b8dd9 by Treehugger Robot · 4 years, 3 months ago
- 5a16233 Support YUV conversion in vulkan with Android hardware buffer by Yahan Zhou · 4 years, 3 months ago
- 183ce66 Support YUV420p by Yahan Zhou · 4 years, 3 months ago
- 8050014 Merge "intrusive refcount for encoders so we dont need cleanup callback" am: 2a3bc5d2b8 by Lingfeng Yang · 4 years, 3 months ago
- 2a3bc5d Merge "intrusive refcount for encoders so we dont need cleanup callback" by Lingfeng Yang · 4 years, 3 months ago
- fa7efc3 intrusive refcount for encoders so we dont need cleanup callback by Lingfeng Yang · 4 years, 3 months ago
- 55a2eb8 Merge "vulkan: Do not abort if color buffer already exists" am: 2c65020824 by Treehugger Robot · 4 years, 3 months ago
- 2c65020 Merge "vulkan: Do not abort if color buffer already exists" by Treehugger Robot · 4 years, 3 months ago
- 5de9e02 Merge "vulkan_enc: check image format for external images on Fuchsia." am: a862406104 by Treehugger Robot · 4 years, 3 months ago
- a862406 Merge "vulkan_enc: check image format for external images on Fuchsia." by Treehugger Robot · 4 years, 3 months ago
- e8ac9d0 vulkan: Do not abort if color buffer already exists by Yilong Li · 4 years, 3 months ago
- 909d589 Mark Android R (rvc-dev-plus-aosp-without-vendor@6692709) as merged by Xin Li · 4 years, 3 months ago
- 6405487 memset all drm_virtgpu_map structs to 0 before using am: 85dfc611a7 by Lingfeng Yang · 4 years, 3 months ago
- 85dfc61 memset all drm_virtgpu_map structs to 0 before using by Lingfeng Yang · 4 years, 3 months ago
- b2925cc vulkan_enc: check image format for external images on Fuchsia. by Yilong Li · 4 years, 3 months ago
- 1e04835 tracing: Add trace points to encoded gles/rc functions am: 14774b4689 by Lingfeng Yang · 4 years, 3 months ago
- 14774b4 tracing: Add trace points to encoded gles/rc functions by Lingfeng Yang · 4 years, 3 months ago
- e20392a Don't glMapBufferRange on the host if possible am: 1ae08114d8 by Lingfeng Yang · 4 years, 3 months ago
- f14b36e Add StateTrackingSupport that includes a class to track predicates am: 7d677c5a14 by Lingfeng Yang · 4 years, 3 months ago
- c7adc6a Change GOLDFISH_VULKAN macro to GFXSTREAM macro am: 6f9871ba3a by Lingfeng Yang · 4 years, 3 months ago
- 1ae0811 Don't glMapBufferRange on the host if possible by Lingfeng Yang · 4 years, 3 months ago
- 7d677c5 Add StateTrackingSupport that includes a class to track predicates by Lingfeng Yang · 4 years, 3 months ago
- 6f9871b Change GOLDFISH_VULKAN macro to GFXSTREAM macro by Lingfeng Yang · 4 years, 3 months ago
- 494ba43 Merge "fuchsia: Replace deprecated renderControl FIDL methods." am: 6b45cfd7f6 by Treehugger Robot · 4 years, 3 months ago
- 6b45cfd Merge "fuchsia: Replace deprecated renderControl FIDL methods." by Treehugger Robot · 4 years, 3 months ago
- cce1e85 Remove TLS_SLOT_OPENGL usage on Android, use C++11 thread_local instead am: 52cbcbe2bb by Lingfeng Yang · 4 years, 3 months ago
- 52cbcbe Remove TLS_SLOT_OPENGL usage on Android, use C++11 thread_local instead by Lingfeng Yang · 4 years, 3 months ago
- 44e0bba fuchsia: Replace deprecated renderControl FIDL methods. by Yilong Li · 4 years, 3 months ago
- 15f72a9 renderControl_enc: rename rcMapGpaToColorBuffer to rcMapGpaToBufferHandle am: 3eb1c73065 by Yilong Li · 4 years, 3 months ago
- 3eb1c73 renderControl_enc: rename rcMapGpaToColorBuffer to rcMapGpaToBufferHandle by Yilong Li · 4 years, 3 months ago
- bec8812 renderControl_enc: Add two renderControl methods. am: 4c34ca6f8f by Yilong Li · 4 years, 3 months ago
- 4c34ca6 renderControl_enc: Add two renderControl methods. by Yilong Li · 4 years, 4 months ago
- 04252de AddressSpaceStream: Fix Fuchsia build. am: 8892d775fd by Yilong Li · 4 years, 4 months ago
- 8892d77 AddressSpaceStream: Fix Fuchsia build. by Yilong Li · 4 years, 4 months ago
- 66641c7 HostConnection: skip VIRTIO_GPU_ADDRESS_SPACE on Fuchsia am: 4f2e611f0f by Yilong Li · 4 years, 4 months ago
- 4f2e611 HostConnection: skip VIRTIO_GPU_ADDRESS_SPACE on Fuchsia by Yilong Li · 4 years, 4 months ago
- d968327 fuchsia: Fix fuchsia build am: 39ef5bd818 by Yilong Li · 4 years, 4 months ago
- 39ef5bd fuchsia: Fix fuchsia build by Yilong Li · 4 years, 4 months ago
- cb515e7 fuchsia: Replace FIDL C++ bindings with LLCPP. am: 6dc9b5b39a by Yilong Li · 4 years, 4 months ago
- 6dc9b5b fuchsia: Replace FIDL C++ bindings with LLCPP. by Yilong Li · 4 years, 4 months ago
- 8dd6c51 fuchsia: Label all exportable images/buffers as sysmem-backed. am: e1a9133769 by Yilong Li · 4 years, 4 months ago
- 36bd8ad build: Reformat BUILD.gn am: 8c54b9c69f by Yilong Li · 4 years, 4 months ago
- e1a9133 fuchsia: Label all exportable images/buffers as sysmem-backed. by Yilong Li · 4 years, 4 months ago
- 8c54b9c build: Reformat BUILD.gn by Yilong Li · 4 years, 4 months ago
- 24a170a Merge "Fix GCH preview not working w/ minigbm" am: 93ae9108bb am: e81122e725 by Lingfeng Yang · 4 years, 4 months ago
- e81122e Merge "Fix GCH preview not working w/ minigbm" am: 93ae9108bb by Lingfeng Yang · 4 years, 4 months ago
- 93ae910 Merge "Fix GCH preview not working w/ minigbm" by Lingfeng Yang · 4 years, 4 months ago
- 436a6ad Fix GCH preview not working w/ minigbm by Lingfeng Yang · 4 years, 4 months ago
- aab08a8 Merge changes I55f26e97,Iec044d31 am: ec6b3a9781 am: bc6b7b28e1 by Lingfeng Yang · 4 years, 4 months ago
- bc6b7b2 Merge changes I55f26e97,Iec044d31 am: ec6b3a9781 by Lingfeng Yang · 4 years, 4 months ago
- ec6b3a9 Merge changes I55f26e97,Iec044d31 by Lingfeng Yang · 4 years, 4 months ago
- 3b7183e remove encoder lock, change to atomic and thread local check am: 256f9251d4 am: 280c1d9a63 by Lingfeng Yang · 4 years, 4 months ago
- b8996b7 async queue submit (guest) am: f89f75d196 am: a2be1816a0 by Lingfeng Yang · 4 years, 4 months ago
- 280c1d9 remove encoder lock, change to atomic and thread local check am: 256f9251d4 by Lingfeng Yang · 4 years, 4 months ago
- a2be181 async queue submit (guest) am: f89f75d196 by Lingfeng Yang · 4 years, 4 months ago
- 256f925 remove encoder lock, change to atomic and thread local check by Lingfeng Yang · 4 years, 4 months ago
- f89f75d async queue submit (guest) by Lingfeng Yang · 4 years, 4 months ago
- 9e37105 HostConnection: remove the use of the stream pointer after moved am: c42eb49eab am: f42e244ce5 by Kaiyi Li · 4 years, 4 months ago
- f42e244 HostConnection: remove the use of the stream pointer after moved am: c42eb49eab by Kaiyi Li · 4 years, 4 months ago