summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Vulkan/VKPerfQuery.cpp
AgeCommit message (Collapse)Author
2026-01-25Remove unused importsMartino Fontana
Yellow squiggly lines begone! Done automatically on .cpp files through `run-clang-tidy`, with manual corrections to the mistakes. If an import is directly used, but is technically unnecessary since it's recursively imported by something else, it is *not* removed. The tool doesn't touch .h files, so I did some of them by hand while fixing errors due to old recursive imports. Not everything is removed, but the cleanup should be substantial enough. Because this done on Linux, code that isn't used on it is mostly untouched. (Hopefully no open PR is depending on these imports...)
2023-03-14Divide by MSAA for PerfQuery in all backends.Admiral H. Curtiss
2023-02-09Move xfb tracking and IR scaling out of RenderBaseScott Mansell
2023-01-31Cleanup headersScott Mansell
2023-01-31Implement AbstractGfx for VulkanScott Mansell
2022-11-29VideoBackends: Rename query_type to query_groupRobin Kertels
2022-11-29VideoBackends:Vulkan: Fix queriesRobin Kertels
Fixes both checking whether queries are done and actually resets query pools.
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel.
2021-05-15Remove all remaining volatile qualifiersJosJuice
2021-01-27normalize common filenames in VideoBackends/VulkanShawn Hoffman