| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-25 | Remove unused imports | Martino 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...) | |||
| 2025-08-17 | VideoBackends: allow custom pixel uniforms to be passed to the vertex shader ↵ | iwubcode | |
| as well | |||
| 2024-09-05 | VideoBackends:Vulkan: Consolidate feature checking into one struct | TellowKrinkle | |
| 2023-10-06 | VideoBackends / VideoCommon: add new uniform buffer object for custom shader ↵ | iwubcode | |
| materials (slot 3, geometry shader buffer moves to slot 4 if available) | |||
| 2023-01-31 | Implement AbstractGfx for Vulkan | Scott Mansell | |
| 2022-12-29 | VideoCommon: De-globalize GeometryShaderManager class. | Admiral H. Curtiss | |
| 2022-12-28 | VideoCommon: De-globalize VertexShaderManager class. | Admiral H. Curtiss | |
| 2022-12-27 | VideoCommon: De-globalize PixelShaderManager class. | Admiral H. Curtiss | |
| 2022-12-22 | Follow-up on a four-year-old Android NDK workaround | Minty-Meeo | |
| Surely this is fixed by now. | |||
| 2022-09-19 | VideoBackends:Vulkan: Dynamic vertex loader support | TellowKrinkle | |
| 2021-07-05 | treewide: convert GPLv2+ license info to SPDX tags | Pierre 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-01-27 | normalize common filenames in VideoBackends/Vulkan | Shawn Hoffman | |
