| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-27 | normalize common filenames in VideoBackends/Vulkan | Shawn Hoffman | |
| 2020-12-02 | General: Convert PanicAlerts over to fmt equivalent | Lioncash | |
| Converts lingering panic alert calls over to the fmt-capable ones. | |||
| 2019-12-29 | Use pre-increment for iterators instead of post-increment. | David Korth | |
| Pre-increment is more efficient, since it doesn't have to return the old iterator. | |||
| 2019-03-29 | Vulkan: Simplify command buffer fence tracking | Stenzek | |
| 2019-02-19 | Move most backend functionality to VideoCommon | Stenzek | |
| 2018-04-12 | Reformat all the things! | spycrab | |
| 2018-03-14 | Assert: Uppercase assertion macros | Lioncash | |
| Macros should be all upper-cased. This is also kind of a wart that's been sticking out for quite a while now (we avoid prefixing underscores). | |||
| 2017-03-04 | Vulkan: Fix underflow in StreamBuffer::WaitForClearSpace | Stenzek | |
| This could cause the assertion on line 212 to fail when uploading large amounts of data in between command buffer executions. | |||
| 2016-11-30 | Vulkan: Fix incorrect handling of buffer wrap-around in StreamBuffer | Stenzek | |
| This was happening when a fence wait happened mid-frame. The data written between the fence being queued and the allocation occuring was incorrectly assumed to be consumed by the GPU. | |||
| 2016-10-03 | Vulkan: Fix compilation on 32-bit targets | Stenzek | |
| 2016-09-30 | Vulkan: Amend header includes | Lioncash | |
| Adds headers where necessary to eliminate indirect includes. Also adds headers to ensure certain standard constructs always resolve correctly | |||
| 2016-10-01 | Implement experimental Vulkan backend | Stenzek | |
