aboutsummaryrefslogtreecommitdiffstats
path: root/system/OpenglSystemCommon
Commit message (Expand)AuthorAgeFilesLines
* Revert "Make it easier to locally unit test guest/host combined tracing"Lingfeng Yang2020-10-021-9/+1
* Make it easier to locally unit test guest/host combined tracingLingfeng Yang2020-09-281-1/+9
* Warning fix for asg_context_createAlistair Delva2020-09-161-1/+1
* Merge "Move host validation to guest"Lingfeng Yang2020-09-103-5/+8
|\
| * Move host validation to guestLingfeng Yang2020-09-103-5/+8
* | Merge changes I4665c1fb,I3d9b8dd9Treehugger Robot2020-09-041-0/+3
|\ \
| * | Support YUV conversion in vulkan with Android hardware bufferYahan Zhou2020-09-031-0/+3
* | | intrusive refcount for encoders so we dont need cleanup callbackLingfeng Yang2020-08-272-22/+33
|/ /
* / memset all drm_virtgpu_map structs to 0 before usingLingfeng Yang2020-08-262-6/+7
|/
* Change GOLDFISH_VULKAN macro to GFXSTREAM macroLingfeng Yang2020-08-196-11/+11
* Remove TLS_SLOT_OPENGL usage on Android, use C++11 thread_local insteadLingfeng Yang2020-08-172-7/+36
* AddressSpaceStream: Fix Fuchsia build.Yilong Li2020-07-301-2/+2
* HostConnection: skip VIRTIO_GPU_ADDRESS_SPACE on FuchsiaYilong Li2020-07-281-2/+2
* fuchsia: Fix fuchsia buildYilong Li2020-07-211-1/+1
* fuchsia: Replace FIDL C++ bindings with LLCPP.Yilong Li2020-07-213-80/+128
* remove encoder lock, change to atomic and thread local checkLingfeng Yang2020-07-161-1/+1
* async queue submit (guest)Lingfeng Yang2020-07-153-1/+15
* HostConnection: remove the use of the stream pointer after movedKaiyi Li2020-07-151-9/+12
* Merge changes I7b8a2794,I42b46ee4Yilong Li2020-07-144-111/+85
|\
| * HostConnection: Use unique_ptr for HostConnection objects.Yilong Li2020-07-134-48/+25
| * HostConnection: Use unique_ptr in HostConnection class members.Yilong Li2020-07-132-63/+60
* | Merge "libOpenglSystemCommon: Fix -Wformat warnings"Lingfeng Yang2020-07-131-3/+3
|\ \ | |/ |/|
| * libOpenglSystemCommon: Fix -Wformat warningsLuca Stefani2020-07-041-3/+3
* | VK_KHR_shader_float16_int8, don't skip unknown ext. structsLingfeng Yang2020-07-073-1/+14
|/
* Fix Fuchsia build.David Reveman2020-07-012-1/+5
* reland: virtio-gpu-asg transportLingfeng Yang2020-06-296-13/+203
* Fix log priority on Fuchsia.Yilong Li2020-06-251-1/+1
* Fix Fuchsia build.Yilong Li2020-06-121-0/+1
* support EGL_ANDROID_native_fence_sync via virtio-gpuLingfeng Yang2020-06-045-3/+71
* asg: add a backoff to the guestLingfeng Yang2020-05-301-0/+16
* Rename Call() in goldfish pipe FIDL call usage.Yilong Li2020-05-212-3/+3
* Retire duplicate qemu_pipe and gralloc_cb headersRoman Kiryanov2020-05-206-11/+11
* Migrate libGoldfishAddressSpace to .bpRoman Kiryanov2020-05-132-2/+7
* Move GoldfishAddressSpace into a separate libraryRoman Kiryanov2020-05-112-4/+4
* (reland) Add libqemupipe.ranchu and libgralloc_cb.ranchuRoman Kiryanov2020-05-044-3/+8
* Merge "Revert "Add libqemupipe.ranchu and libgralloc_cb.ranchu""Roman Kiryanov2020-05-013-6/+2
|\
| * Revert "Add libqemupipe.ranchu and libgralloc_cb.ranchu"Roman Kiryanov2020-05-013-6/+2
* | Merge "Add libqemupipe.ranchu and libgralloc_cb.ranchu"Treehugger Robot2020-05-013-2/+6
|\|
| * Add libqemupipe.ranchu and libgralloc_cb.ranchuRoman Kiryanov2020-04-303-2/+6
* | Switch licensesLingfeng Yang2020-05-012-26/+26
|/
* Use qemu_pipe_write_fully in QemuPipeStreamRoman Kiryanov2020-04-281-37/+1
* Refactor QEMU_PIPE_RETRYRoman Kiryanov2020-04-281-3/+3
* vulkan: always tear down host visible memory blocks properly (guest)Lingfeng Yang2020-04-143-1/+15
* (reland) Use the shared slots host memory allocatorRoman Kiryanov2020-03-193-1/+15
* virtio-gpu: hostmemLingfeng Yang2020-02-143-1/+14
* Update build system to include licenseErwin Jansen2020-02-051-1/+1
* Put handle ignoring behind a flagLingfeng Yang2020-02-043-0/+14
* Fix wrong graphics getprop for grallocLingfeng Yang2020-02-031-1/+1
* minigbm: force pbuffer formats to rgba8 for nowLingfeng Yang2020-01-201-3/+10
* minigbm interopLingfeng Yang2020-01-166-41/+228