summaryrefslogtreecommitdiffstats
path: root/modules/glslang
Commit message (Expand)AuthorAgeFilesLines
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-3/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-9/+9
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-6/+7
* Renaming of servers for coherency.Juan Linietsky2020-03-271-1/+1
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+6
* Fix compilation warnings and re-enable werror=yes on TravisRémi Verschelde2020-02-181-1/+5
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-4/+4
* Vulkan: Move thirdparty code out of drivers, style fixesRémi Verschelde2020-02-112-4/+4
* glslang: Disable warnings and allow unbundlingRémi Verschelde2020-02-112-60/+61
* Merge pull request #29993 from bruvzg/vulkanRémi Verschelde2020-02-112-139/+144
|\
| * Add static Vulkan loader.bruvzg2020-02-112-139/+144
* | Added a spinlock template as well as a thread work pool class.Juan Linietsky2020-02-111-4/+4
|/
* Moved the shader source compilation code outside RenderingDevice and VulkanJuan Linietsky2020-02-114-0/+347