index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vulkan
Age
Commit message (
Expand
)
Author
2022-07-21
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-20
Merge pull request #63237 from RandomShaper/amend_error_msg
Rémi Verschelde
2022-07-20
Improve `linuxbsd` headless building, cleanup build scripts
Riteo
2022-07-20
Improve messages about VRS
Pedro J. Estébanez
2022-07-20
Add missing fields to VkRenderPassCreateInfo2KHR struct
Bastiaan Olij
2022-07-18
Merge pull request #63057 from sakrel/vulkan-fix-2d-shadows
Rémi Verschelde
2022-07-18
Merge pull request #62848 from RandomShaper/shader_writability_improvement
Rémi Verschelde
2022-07-18
Enhance determination of uniform writability in Vulkan RD
Pedro J. Estébanez
2022-07-18
Improve versioning of shader binary data files
Pedro J. Estébanez
2022-07-17
Update comments in vulkan_context.cpp
Aaron Franke
2022-07-17
Adding Variable Rate Shading support to Godot
Bastiaan Olij
2022-07-15
Fix DirectionalLight2D and PointLight2D shadows not rendering correctly
sakrel
2022-07-02
Vulkan: Make `loader_get_json` "error" a verbose message on Windows
Rémi Verschelde
2022-06-30
Use a more robust method of determining writability of bindings
Pedro J. Estébanez
2022-06-28
Avoid manual memory management of certain arrays in Vulkan RD
Pedro J. Estébanez
2022-06-28
Fix confusion between Vulkan and RD storage buffer usage values
Pedro J. Estébanez
2022-06-28
Stop debug time full barriers preventing layout transitions in Vulkan RD
Pedro J. Estébanez
2022-06-28
Optimize texture update in Vulkan RD
Pedro J. Estébanez
2022-06-28
Apply some small fixes/enhancements to the Vulkan RD
Pedro J. Estébanez
2022-06-27
Consider uniform writability part of the interface of the set
Pedro J. Estébanez
2022-06-22
Split GI effects and fix stereoscopic rendering of GI effects
Bastiaan Olij
2022-06-20
Clean up Hash Functions
reduz
2022-05-20
Add a new HashSet template
reduz
2022-05-19
Use range iterators for RBSet in most cases
Aaron Record
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-03
Add `get_video_adapter_api_version()` to RenderingServer
Hugo Locurcio
2022-05-02
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-04-20
Fix more issues found by cppcheck.
bruvzg
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-04-01
Add color pass flags to Forward Clustered renderer
jfons
2022-03-31
Fix typos with codespell
Rémi Verschelde
2022-03-29
vk_mem_alloc: Update to upstream + Replace use of deprecated items
Pedro J. Estébanez
2022-03-17
Merge pull request #58993 from notSanil/device-limit-exceeded-fix
Rémi Verschelde
2022-03-16
Fix device limit exceeding for uniform buffer
notSanil
2022-03-09
Change some math macros to constexpr
kobewi
2022-03-06
Add a UniformSet cache
reduz
2022-03-01
Fixing retrospective code for specialisation constants
Bastiaan Olij
2022-02-25
Fix build for macOS / iOS with the statically linked MoltenVK after VMA update.
bruvzg
2022-02-24
vk_mem_alloc: Update to upstream + Adapt approach to small objects pooling
Pedro J. Estébanez
2022-02-23
Implementing OpenXR driver
Bastiaan Olij
2022-02-19
vkQueueSubmit needs pWaitDstStageMask sized to waitSemaphoreCount
Bastiaan Olij
2022-02-18
Merge pull request #58236 from bruvzg/win_min_fix
Rémi Verschelde
2022-02-18
Merge pull request #58186 from BastiaanOlij/fix_shader_features_init
Rémi Verschelde
2022-02-17
[Windows] Fix Vulkan driver crash on sub-window minimization.
bruvzg
2022-02-17
We were only getting our available shader features, now we also enabling them
Bastiaan Olij
2022-02-16
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-12
Add a separate pool for small allocations in Vulkan RD
Pedro J. Estébanez
2022-02-10
Fix typos with codespell
Rémi Verschelde
2022-02-09
Nitpicking, VK_VERSION_* have been deprecated, replaced by VK_API_VERSION_*.
Bastiaan Olij
[next]