1. a260d5b Merge "Squelch negative counts/lengths in glInvalidate(Sub)Framebuffer" into rvc-dev by Bo Hu · 4 years ago
  2. e947575 Squelch negative counts/lengths in glInvalidate(Sub)Framebuffer by Lingfeng Yang · 4 years ago
  3. 6c667b4 Add checks to glDrawElementsInstanced, glGetShaderSource by Lingfeng Yang · 4 years ago
  4. b541519 Account for row slack in upload/download of textures by Lingfeng Yang · 4 years ago
  5. 04281e6 Rename Call() in goldfish pipe FIDL call usage. by Yilong Li · 4 years ago
  6. f1520ae Define NVX_device_generated_commands handles only when that extension exists. by Yilong Li · 4 years ago
  7. 5e128f7 Support Ycbcr sampler on Fuchsia. by Yilong Li · 4 years ago
  8. a07b54a Retire duplicate qemu_pipe and gralloc_cb headers by Roman Kiryanov · 4 years ago
  9. fcd0f65 Merge "Delete exports.lds from codecs" into rvc-dev by TreeHugger Robot · 4 years ago
  10. 984b889 Delete exports.lds from codecs by Roman Kiryanov · 4 years ago
  11. bb4b09d Switch licenses by Lingfeng Yang · 4 years, 1 month ago
  12. 5287950 Revise virtio-gpu-next path to latest by Lingfeng Yang · 4 years, 2 months ago
  13. 1c8e820 Remove some eglMakeCurrent spam by Lingfeng Yang · 4 years, 1 month ago
  14. c3b9921 egl: only return nonzero EGLConfig values by Lingfeng Yang · 4 years, 1 month ago
  15. bf1cd3d Migrate libGoldfishAddressSpace to .bp by Roman Kiryanov · 4 years ago
  16. c79df77 Move GoldfishAddressSpace into a separate library by Roman Kiryanov · 4 years, 1 month ago
  17. 1776b58 Remove the "autogenerated" tag from system/vulkan_enc/Android.mk by Roman Kiryanov · 4 years, 1 month ago
  18. 9948948 Move IOStream_common.cpp to GLESv2_enc by Roman Kiryanov · 4 years, 1 month ago
  19. a8f5675 Migrate libandroidemu to .bp on the guest by Roman Kiryanov · 4 years, 1 month ago
  20. 3769cd2 Remove some references to PLATFORM_SDK_VERSION by Roman Kiryanov · 4 years, 1 month ago
  21. c57fe51 Retire FixedBuffer by Roman Kiryanov · 4 years, 1 month ago
  22. 5fb783e (reland) Add libqemupipe.ranchu and libgralloc_cb.ranchu by Roman Kiryanov · 4 years, 1 month ago
  23. 1a27438 goldfish-codecs: render vp8 and vp9 on host by bohu · 4 years, 2 months ago
  24. 4cbda82 goldfish-codecs: use 2560x2560 as largest resolution for vpx by bohu · 4 years, 3 months ago
  25. a7a1ee6 Use qemu_pipe_write_fully in QemuPipeStream by Roman Kiryanov · 4 years, 1 month ago
  26. 017f41f Refactor QEMU_PIPE_RETRY by Roman Kiryanov · 4 years, 1 month ago
  27. 94f3ba8 Retire CbManager by Roman Kiryanov · 4 years, 1 month ago
  28. e171b80 Force reset displayId for secondary display by Huan Song · 4 years, 1 month ago
  29. cddc516 Retire cbmananger from EmuHWC2 by Roman Kiryanov · 4 years, 1 month ago
  30. 8e14cbc Retire hwc2/MiniFence by Roman Kiryanov · 4 years, 1 month ago
  31. 670129a vulkan: always tear down host visible memory blocks properly (guest) by Lingfeng Yang · 4 years, 1 month ago
  32. 84464fb android vulkan: disallow noflags memory types again for AHB (for now) by Lingfeng Yang · 4 years, 1 month ago
  33. 3ca60e5 Allow ASTC format in glTexStorage by Yahan Zhou · 4 years, 2 months ago
  34. 454ebdd Fix SkQP tests (android 10 cts r3) by Lingfeng Yang · 4 years, 2 months ago
  35. c83652e vulkan: 1.2.1 CTS fixes by Lingfeng Yang · 4 years, 2 months ago
  36. eaef6f4 vulkan: suppress sampler field of VkDescriptorImageInfo (guest) by Lingfeng Yang · 4 years, 2 months ago
  37. ec3c8ba vulkan: Properly free guest-side handles for descriptor sets (guest) am: e9e77d5f9b by Lingfeng Yang · 4 years, 2 months ago
  38. 1b5bf91 vulkan: hack: use 65536 as min alignment for virtualized sub-mappings am: d782b7e019 by Lingfeng Yang · 4 years, 2 months ago
  39. cb2d0b0 Add OMX_COLOR_FormatYUV420Planar to GoldfishMapper::isSupportedImpl by Roman Kiryanov · 4 years, 2 months ago
  40. 40db38b (reland) Use the shared slots host memory allocator by Roman Kiryanov · 4 years, 3 months ago
  41. 18f51fa goldfish-opengl: use RGBA for YCBCR_420_888 by bohu · 4 years, 2 months ago
  42. 440bf82 Rename mapper to be emulator specific by Lingfeng Yang · 4 years, 3 months ago
  43. 64c1e39 Revert "Use the shared slots host memory allocator" by Roman Kiryanov · 4 years, 2 months ago
  44. 994843f Use the shared slots host memory allocator by Roman Kiryanov · 4 years, 3 months ago
  45. 91efb56 Make vkEnumerate*ExtensionProperties conform to the Vulkan spec by Theodore Dubois · 4 years, 3 months ago
  46. 8c6155f Flush host connection on rcFBPost by Lingfeng Yang · 4 years, 3 months ago
  47. 2294d50 goldfish-codecs: fix crash and adapt to allocator3 by bohu · 4 years, 3 months ago
  48. a1da9d5 Merge "goldfish-codecs: Handle decoding to buffer mode" by Bo Hu · 4 years, 3 months ago
  49. 4266ca0 goldfish-codecs: Handle decoding to buffer mode by bohu · 4 years, 3 months ago
  50. 1abd773 Merge "virtio-gpu: hostmem" by Lingfeng Yang · 4 years, 3 months ago
  51. 4c54241 virtio-gpu: hostmem by Lingfeng Yang · 4 years, 4 months ago
  52. 75142cd Merge changes Ice6e165a,I8cb009f5 by Treehugger Robot · 4 years, 3 months ago
  53. 2514d7f Remove 'dup()' from waitFenceFd by Roman Kiryanov · 4 years, 3 months ago
  54. 5935046 Fix leaks of HostConnection by Roman Kiryanov · 4 years, 3 months ago
  55. e202d55 [fuchsia] Bypass memory size requirements for sysmem-backed images. by Yilong Li · 4 years, 4 months ago
  56. 6f9a3cd Fix fuchsia build by Yilong Li · 4 years, 4 months ago
  57. 2c3ba05 Merge "goldfish-codecs: add support for UseAndroidNativeBuffers" by Bo Hu · 4 years, 4 months ago
  58. b47d477 goldfish-codecs: add support for UseAndroidNativeBuffers by bohu · 4 years, 5 months ago
  59. 253edda Update build system to include license by Erwin Jansen · 4 years, 4 months ago
  60. 1038202 Merge "goldfish-codecs: improve image data copy" by Bo Hu · 4 years, 4 months ago
  61. c9e9c7b vulkan: fix issues in VkGraphicsPipelineCreateInfo marshaling (take codegen) by Lingfeng Yang · 4 years, 4 months ago
  62. fc179c5 Put handle ignoring behind a flag by Lingfeng Yang · 4 years, 4 months ago
  63. d90cefd Merge "Add IAllocator@3.0 and IMapper@3.0 implementations" by Treehugger Robot · 4 years, 4 months ago
  64. 7dae04b2 goldfish-codecs: improve image data copy by bohu · 4 years, 4 months ago
  65. efb1058 Add IAllocator@3.0 and IMapper@3.0 implementations by Roman Kiryanov · 4 years, 4 months ago
  66. e445d74 Fix wrong graphics getprop for gralloc by Lingfeng Yang · 4 years, 4 months ago
  67. 33c1d68 goldfish-codecs: Resend cds0 and cds1 upon portFlush by bohu · 4 years, 4 months ago
  68. bce90ba Merge "goldfish-codecs: only update color spec with valid frame" by Treehugger Robot · 4 years, 4 months ago
  69. f35daeb Merge "Add support for IAllocator@3.0 and IMapper@3.0 to cbmanager" by Treehugger Robot · 4 years, 4 months ago
  70. a42200d goldfish-codecs: only update color spec with valid frame by bohu · 4 years, 4 months ago
  71. 6d11719 Merge "vulkan: guest-side: generate correct code for VkWriteDescriptorSet (take codegen)" by Lingfeng Yang · 4 years, 4 months ago
  72. 975eed5 vulkan: guest-side: generate correct code for VkWriteDescriptorSet (take codegen) by Lingfeng Yang · 4 years, 4 months ago
  73. 7e819e6 goldfish-codecs: prevent context leak and fix portChange by bohu · 4 years, 4 months ago
  74. a322714 goldfish-codecs: prevent race when initialize global handle singleton by bohu · 4 years, 4 months ago
  75. 474de1a Merge "goldfish-codecs: handle width and height change from decoded frame" by Bo Hu · 4 years, 4 months ago
  76. 6142c20 Add support for IAllocator@3.0 and IMapper@3.0 to cbmanager by Roman Kiryanov · 4 years, 4 months ago
  77. a423c9e goldfish-codecs: handle width and height change from decoded frame by bohu · 4 years, 4 months ago
  78. 57a767c Merge "goldfish-codecs: enable multiple avc decoder instances" by Bo Hu · 4 years, 4 months ago
  79. 6b8cff2 goldfish-codecs: enable multiple avc decoder instances by bohu · 4 years, 4 months ago
  80. 6ee8d35 Merge "goldfish-codecs: Fix Cts failures for h264 decoder" by Bo Hu · 4 years, 4 months ago
  81. 01819d7 goldfish-codecs: Fix Cts failures for h264 decoder by bohu · 4 years, 4 months ago
  82. 33ec2e2 minigbm: force pbuffer formats to rgba8 for now by Lingfeng Yang · 4 years, 4 months ago
  83. b36e3f5 minigbm interop by Lingfeng Yang · 4 years, 4 months ago
  84. d1c89d8 Remove compile warning by Huan Song · 4 years, 4 months ago
  85. d382020 Merge "Fix Emulator HWC2 crash" by Huan Song · 4 years, 4 months ago
  86. 4666908 Fix fuchsia build by Yilong Li · 4 years, 4 months ago
  87. 5a6af77 Fix Emulator HWC2 crash by Huan Song · 4 years, 4 months ago
  88. cfc1635 Merge "goldfish-opengl interop with cuttlefish" by Lingfeng Yang · 4 years, 5 months ago
  89. 6f5f422 Merge "goldfish-opengl: fix -Wreorder-init-list" by Treehugger Robot · 4 years, 5 months ago
  90. b57f1ce Merge "VirtioGpuPipeStream: no need to skip page at a time" by Lingfeng Yang · 4 years, 5 months ago
  91. 62665fb goldfish-opengl interop with cuttlefish by Lingfeng Yang · 4 years, 5 months ago
  92. 63175ad Merge "Add lock/unlock methods to CbManager" by Treehugger Robot · 4 years, 5 months ago
  93. d8ad95e goldfish-opengl: fix -Wreorder-init-list by Nick Desaulniers · 4 years, 5 months ago
  94. cbc503c VirtioGpuPipeStream: no need to skip page at a time by Lingfeng Yang · 4 years, 5 months ago
  95. 8d00806 Merge "VirtioGpuPipeStream: improve performance" by Lingfeng Yang · 4 years, 5 months ago
  96. c70dff8 Add lock/unlock methods to CbManager by Roman Kiryanov · 4 years, 5 months ago
  97. 58d51ef Remove too strict const's from cbmanager by Roman Kiryanov · 4 years, 5 months ago
  98. 5db0096 Merge "Revert "Revert "glShaderSource should respect length parameter""" by Yahan Zhou · 4 years, 5 months ago
  99. a51a2fa VirtioGpuPipeStream: improve performance by Lingfeng Yang · 4 years, 5 months ago
  100. 3218a18 Revert "Revert "glShaderSource should respect length parameter"" by Yahan Zhou · 4 years, 5 months ago