summaryrefslogtreecommitdiffstats
path: root/drivers/vulkan
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #85532 from RandomShaper/kill_redund_clearYuri Sizov2023-12-082-51/+80
|\
| * Remove superfluous locking in RID owners in Vulkan RDPedro J. Estébanez2023-12-011-13/+13
| * Remove redundant explicit clears in the Vulkan RDPedro J. Estébanez2023-12-012-38/+67
* | Merge pull request #84852 from Alex2782/fix_vulkan_buffer_androidRémi Verschelde2023-12-042-2/+5
|\ \
| * | Vulkan: Fix incorrect access to the buffers on AndroidAlexander Hartmann2023-11-152-2/+5
| |/
* | Merge pull request #83736 from darksylinc/matias-broken_buffer_updateRémi Verschelde2023-12-042-3/+8
|\ \ | |/ |/|
| * Fix buffer updates going to the wrong cmd buffer if barriers were 0Matias N. Goldberg2023-10-212-3/+8
* | Fix various typos with codespellRémi Verschelde2023-11-111-1/+1
* | Parse OpenGL and Vulkan strings as UTF-8.bruvzg2023-10-301-8/+8
|/
* Bump version of Vulkan RD binary shader formatPedro J. Estébanez2023-10-181-1/+2
* Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-2/+2
* Merge pull request #81827 from darksylinc/matias-vkfeatures-opt-inRémi Verschelde2023-10-051-5/+89
|\
| * Opt-in to Vulkan features we actually use.Matias N. Goldberg2023-09-241-5/+89
* | Vertex and attribute compression to reduce the size of the vertex format.clayjohn2023-10-052-7/+8
* | Workaround crash due to null shader when running XR project with --xr-mode offLyuma2023-10-021-0/+1
* | [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-2/+2
* | Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.Dario2023-09-253-2/+36
* | Expose texture_create_from_extension to GDExtensionShawn Wallace2023-09-232-2/+2
|/
* Polish a few things in Vulkan RDPedro J. Estébanez2023-09-191-7/+4
* Fix validation error when using pipeline cache controlMatias N. Goldberg2023-09-163-1/+27
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-67/+67
* Enhance Vulkan PSO cachingPedro J. Estébanez2023-08-303-77/+95
* Fix missing EARLY_FRAGMENT_TESTS_BIT barrier flagsMatias N. Goldberg2023-08-271-4/+9
* Fix Vulkan texture updatebitsawer2023-08-191-1/+1
* Abort on startup with a visible alert if required Vulkan features are missingHugo Locurcio2023-08-171-3/+20
* Merge pull request #80288 from pkpro/memcpy_into_nullptrRémi Verschelde2023-08-171-4/+7
|\
| * Vulkan: Fix sanitizers error with empty shader namePavel Kraynyukhov2023-08-091-4/+7
* | Merge pull request #80571 from darksylinc/matias-resize-window-fixRémi Verschelde2023-08-161-14/+22
|\ \
| * | Fix validation error when resizing windowMatias N. Goldberg2023-08-151-14/+22
| |/
* | Merge pull request #80424 from DarioSamo/rd-buffer-copy-vulkanRémi Verschelde2023-08-162-0/+59
|\ \
| * | Add buffer_copy method to RenderingDevice interface and an implementation for...Dario2023-08-122-0/+59
| |/
* / Add support for GLSL source-level debugging with RenderDoc (`--generate-spirv...sakrel2023-08-121-0/+4
|/
* Initialize shader placeholders up frontclayjohn2023-08-031-29/+33
* Merge pull request #80071 from darksylinc/matias-fixes2Yuri Sizov2023-08-011-6/+19
|\
| * Fix validation layer warningsMatias N. Goldberg2023-07-301-6/+19
* | Merge pull request #79606 from clayjohn/ShaderRD-compilation-groupsYuri Sizov2023-08-012-4/+14
|\ \ | |/ |/|
| * Add Shader compile groups to RD Shader systemclayjohn2023-07-212-4/+14
* | Fix uninitialized variable ending up sent to VulkanMatias N. Goldberg2023-07-291-1/+1
* | Add custom texture create functionBastiaan Olij2023-07-262-0/+24
* | Fix dangling pointers in _clean_up_swap_chainFlorian Kothmeier2023-07-251-0/+2
* | Fix Vulkan multithreaded compute list and GPU particle processingbitsawer2023-07-241-0/+2
* | Add missing thread-safe method macros to RD Vulkan submit and syncMarc Gilleron2023-07-181-0/+12
|/
* Split raster barrier into vertex and fragment barrierBastiaan Olij2023-07-151-23/+66
* Merge pull request #79143 from clayjohn/wayland-menuRémi Verschelde2023-07-091-3/+5
|\
| * Avoid freeze when interacting with menus on Wayland by re-aquiring next swapc...clayjohn2023-07-071-3/+5
* | fix threading bug in vulkan rendering deviceJoe Marshall2023-06-281-0/+2
|/
* Fix for Win+M crashing the editorjpcerrone2023-06-141-0/+1
* Expose RD::texture_native_handleBastiaan Olij2023-06-142-2/+2
* Merge pull request #76348 from warriormaster12/pipeline-cacheRémi Verschelde2023-06-012-2/+162
|\
| * Implement Vulkan pipeline cachingwarriormaster122023-05-312-2/+162