summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2022-11-16Move back opengl-related files from aemu.Joshua Duong
2022-11-11Adding Google's Benchmarking library to gfxstreamGreg Schlomoff
2022-11-07vulkan-cereal: disable Googletest, lz4, and perfetto in CMake for nowGurchetan Singh
2022-11-02third-party: add egl dependencyKaiyi Li
2022-10-27vulkan-cereal: nuke ANGLE shader parser for non-emulator casesGurchetan Singh
2022-10-27vulkan-cereal: always build with virglrenderer unstable apisGurchetan Singh
2022-10-26Move back RenderDoc.h from aemu-common.Joshua Duong
2022-10-11gfxstream-base/host-common -> aemu-base/host-common.Joshua Duong
2022-09-15Build using hardware/google/aemu.Joshua Duong
2022-09-08third-party: introduce flatbuffersKaiyi Li
2022-08-31cmake: add test include directory properties automaticallyKaiyi Li
2022-08-22Merge "Use gfxstream-vulkan-headers"Kaiyi Li
2022-08-22Upstream concrete metrics handling logicWilliam Ho
2022-08-21Use gfxstream-vulkan-headersKaiyi Li
2022-08-02Add customization point for overriding featuresKaiyi Li
2022-07-29Perform ASTC texture decompression on the CPU.Greg Schlomoff
2022-06-06Move gfxstream-base headers to base/include.Joshua Duong
2022-06-06Add option to disable building vkcereal tests.Joshua Duong
2022-06-06Move host-common headers into host-common/include.Joshua Duong
2022-05-09Fix ASAN error in unit tests; generate pdb files for all windowsyuankaichen
2022-03-24Change GTest test decovery mode to pre-testGreg Schlomoff
2022-03-22Adding a way to add properties to cmake tests.Greg Schlomoff
2022-03-15Using GTest's new unit test discovery mechanism.Greg Schlomoff
2022-03-08Checking gtest under third-party instead of downloading it from GitHub.Greg Schlomoff
2022-02-01Add cmake options to build with asan for Windows platform.yuankaichen
2021-11-29Add Cmake build option for defining VIRGL_RENDERER_UNSTABLE_APISKaiyi Li
2021-10-29Cherry-pick metrics stub.Colin Downs-Razouk
2021-08-26Use a separate class to manage virtio-gpu fence signalingKaiyi Li
2021-07-23egl: add basic tests for pixmap importLingfeng Yang
2021-06-29Add symbol information to pdb when compiled on Windowsandroid-s-beta-4android-s-beta-3android-s-beta-4Kaiyi Li
2021-05-25Added an option to CMake file with which the user can choose whether to downl...yuankaichen
2021-04-21windows: allow parallel buildLingfeng Yang
2021-02-09Fix building warnings on WindowsKaiyi Li
2021-02-09Native VK Swapchain: Fix build on LinuxKaiyi Li
2021-01-08Compile apigen on Windows.Doug Horn
2020-11-05Don't build the apigen code generator on WindowsLingfeng Yang
2020-11-05Fix build to support MSVC (partially)Lingfeng Yang
2020-11-03Use CMake test interfaces, fix crash on exit in Vulkan_unittestsLingfeng Yang
2020-11-03Add OpenglRender_unittests, fix glGetTexImage unavailabilityLingfeng Yang
2020-10-31Turn on optimizationsLingfeng Yang
2020-10-31Also put libraries in the out dirLingfeng Yang
2020-10-31Come up with an install commandLingfeng Yang
2020-10-30Remove the buildtest targetLingfeng Yang
2020-10-30Add GoogleTest support via CMake ExternalProjectLingfeng Yang
2020-10-29Build the fake Android guestLingfeng Yang
2020-10-29Add SharedMemory class, use PIC and C11Lingfeng Yang
2020-10-28Start building glestranslatorLingfeng Yang
2020-10-28Build the apigen generated decodersLingfeng Yang
2020-10-27Add emugen executable, now called gfxstream-gles-generatorLingfeng Yang
2020-10-27Build the Vulkan serverLingfeng Yang