Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+1 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -3/+0 |
* | Enforce use of bool literals instead of integers | Rémi Verschelde | 2020-05-14 | 1 | -9/+9 |
* | Renaming of servers for coherency. | Juan Linietsky | 2020-03-27 | 1 | -1/+1 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -4/+4 |
* | Vulkan: Move thirdparty code out of drivers, style fixes | Rémi Verschelde | 2020-02-11 | 1 | -2/+2 |
* | glslang: Disable warnings and allow unbundling | Rémi Verschelde | 2020-02-11 | 1 | -8/+7 |
* | Merge pull request #29993 from bruvzg/vulkan | Rémi Verschelde | 2020-02-11 | 1 | -95/+102 |
|\ | |||||
| * | Add static Vulkan loader. | bruvzg | 2020-02-11 | 1 | -95/+102 |
* | | Added a spinlock template as well as a thread work pool class. | Juan Linietsky | 2020-02-11 | 1 | -4/+4 |
|/ | |||||
* | Moved the shader source compilation code outside RenderingDevice and Vulkan | Juan Linietsky | 2020-02-11 | 1 | -0/+240 |