summaryrefslogtreecommitdiff
path: root/stream-servers/tests
AgeCommit message (Expand)Author
2022-04-05minor: Removing unused constantGreg Schlomoff
2022-04-04Minor fix to OpenGL test:Greg Schlomoff
2022-03-23Make SwapChainStateVk::createSwapChainCi returns a value objectKaiyi Li
2021-10-27DisplayVk: check if a DisplayBuffer can be postedKaiyi Li
2021-10-25CompositorVk: allow to render to different render targets per frameKaiyi Li
2021-10-20Remove the dependency to VK_EXT_descriptor_indexingKaiyi Li
2021-10-20Use immutable sampler in CompositorVkKaiyi Li
2021-10-20Record command buffer for every frameKaiyi Li
2021-10-15Always use FIFO present modeKaiyi Li
2021-10-15Reformat host compositor classesKaiyi Li
2021-10-12vulkan-cereal: Improve build with g++Gurchetan Singh
2021-09-13Fix non-Android-host buildsLingfeng Yang
2021-08-26Use a separate class to manage virtio-gpu fence signalingKaiyi Li
2021-08-20Add a lock to guard the usage of sVkEmulation->queueKaiyi Li
2021-08-16Add nullEgl option for Vulkan Native SwapchainMateusz Przybylski
2021-07-23egl: add basic tests for pixmap importLingfeng Yang
2021-05-24Fix CompositorVk_unittest build and testLingfeng Yang
2021-02-10Native VK Swapchain: Use a compact way to initialize Vulkan structsKaiyi Li
2021-02-10Native VK Swapchain: Fix the lifetime of DisplayVk::ColorBufferInfoKaiyi Li
2021-02-09Fix building warnings on WindowsKaiyi Li
2021-02-09Native VK Swapchain: Fix build on LinuxKaiyi Li
2021-02-09Native VK Swapchain: Integrate DisplayVk with FrameBufferKaiyi Li
2021-02-06Native VK Swapchain: add DisplayVk to orchestrate the CompositorVk and SwapCh...Kaiyi Li
2021-02-06Native VK Swapchain: RenderResource test util classKaiyi Li
2021-02-06Native VK Swapchain: SwapChainStateVk to store Vulkan swap chain statesKaiyi Li
2021-02-05Native VK Swapchain: implement simple composition for CompositorVkKaiyi Li
2021-02-05Native VK Swapchain: Basic compositor graphics pipeline initializationKaiyi Li
2021-02-05Native VK Swapchain: add a test util class RenderTargetKaiyi Li
2021-02-05Native VK Swapchain: basic code for CompositorVkKaiyi Li
2020-11-05Build Windows unit testsLingfeng Yang
2020-11-03Bring up more tests, and enable zerocopy GL interop in EGLLingfeng Yang
2020-11-03Add OpenglRender_unittests, fix glGetTexImage unavailabilityLingfeng Yang