summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | | Android: Use volk instead of NDK Vulkan headersRémi Verschelde2021-08-121-14/+3
* | | Use "volk" instead of statically linked Vulkan loader.bruvzg2021-08-125-103/+56
* | | Fixes and optimizations to mobile rendererreduz2021-08-101-20/+85
* | | FileAccessWindows: Add missing share.h includeRémi Verschelde2021-08-101-0/+1
* | | FileAccessWindows: Cosmetic improvementsMax Hilbrunner2021-08-091-4/+9
* | | Fix Windows platform file accessMax Hilbrunner2021-08-091-5/+3
* | | Use subpasses to do 3D rendering and resolve in mobile rendererBastiaan Olij2021-08-062-9/+30
* | | Merge pull request #51103 from Calinou/vulkan-detect-intel-title-caseRémi Verschelde2021-07-311-1/+2
|\ \ \
| * | | Use title case instead of uppercase for Vulkan Intel GPU detectionHugo Locurcio2021-07-311-1/+2
* | | | Merge pull request #51108 from Calinou/vulkan-print-verboseRémi Verschelde2021-07-311-14/+10
|\ \ \ \
| * | | | Move Vulkan debugging prints to verboseHugo Locurcio2021-07-311-14/+10
| |/ / /
* / / / Print the Vulkan device name in release builds tooHugo Locurcio2021-07-311-2/+2
|/ / /
* | | Merge pull request #50847 from reduz/implement-binary-shader-compilationRémi Verschelde2021-07-262-109/+408
|\ \ \
| * | | Implement Binary Shader Compilationreduz2021-07-262-109/+408
* | | | Fix various typosluz paz2021-07-251-2/+2
|/ / /
* | | Merge pull request #50809 from akien-mga/iterators-const-referencesRémi Verschelde2021-07-252-3/+3
|\ \ \
| * | | Use const references where possible for List range iteratorsRémi Verschelde2021-07-252-3/+3
* | | | Fix various typos with codespellluz paz2021-07-251-2/+2
|/ / /
* | | Merge pull request #50786 from reduz/implement-resource-uidsRémi Verschelde2021-07-242-2/+2
|\ \ \
| * | | Implement Resource UIDsreduz2021-07-242-2/+2
* | | | Use C++ iterators for Lists in many situationsAaron Franke2021-07-232-8/+8
|/ / /
* | | Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-222-5/+0
* | | Fix MoltenVK static linking on macOS (add missing include path, Vulkan SDK pa...bruvzg2021-07-221-1/+1
* | | Fixes to forward mobilereduz2021-07-151-1/+1
* | | Use specialization constants in clustered rendererreduz2021-07-121-10/+8
* | | Implement Specialization Constantsreduz2021-07-112-6/+164
* | | Merge pull request #48622 from Geometror/reimplement-disableable-vsyncHugo Locurcio2021-07-102-11/+51
|\ \ \
| * | | Restructure and reimplement vsync optionsHendrik Brucker2021-07-062-11/+51
* | | | Fix material invalidation on reimport.reduz2021-07-072-0/+14
* | | | Fix threaded update for texturesreduz2021-07-072-5/+10
|/ / /
* | | Merge pull request #50048 from Calinou/remove-travis-codeRémi Verschelde2021-07-051-12/+0
|\ \ \
| * | | Remove unused code related to Travis CIHugo Locurcio2021-07-011-12/+0
* | | | Fix Render Inforeduz2021-07-032-6/+19
|/ / /
* | | Enum constant in boolean contextK. S. Ernest (iFire) Lee2021-06-301-1/+1
* | | Fix Context Validation Layer Errorsreduz2021-06-283-16/+58
* | | Implement Framebuffer Subpass supportreduz2021-06-242-231/+659
* | | Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-192-2/+2
* | | Add stereoscopic rendering through multiviewBastiaan Olij2021-06-134-14/+103
* | | Merge pull request #49123 from aaronfranke/it-is-timeRémi Verschelde2021-06-121-2/+2
|\ \ \
| * | | Add Time singletonAaron Franke2021-06-111-2/+2
* | | | Merge pull request #47835 from mortarroad/master-lossless-webpRémi Verschelde2021-06-111-2/+2
|\ \ \ \
| * | | | Implement lossless WebP encodingMorris Tabor2021-06-111-2/+2
* | | | | Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-ioRémi Verschelde2021-06-116-6/+6
|\ \ \ \ \
| * | | | | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-116-6/+6
| | |/ / / | |/| | |
* | | | | Merge pull request #49279 from Calinou/rename-string-is-abs-path-methodRémi Verschelde2021-06-111-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio2021-06-031-1/+1
* | | | | Merge pull request #49506 from akien-mga/vulkan_prefer_discrete_gpuRémi Verschelde2021-06-111-1/+18
|\ \ \ \ \
| * | | | | Prefer discrete GPU over integrated oneBlazej Floch2021-06-111-1/+18
* | | | | | FileAccess: Don't err in `store_buffer` with buffer of size 0Rémi Verschelde2021-06-072-1/+2
* | | | | | Style: Cleanup uses of double spaces between wordsRémi Verschelde2021-06-072-2/+2
| |/ / / / |/| | | |