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
/
rendering_device_vulkan.cpp
Age
Commit message (
Expand
)
Author
2021-10-30
Disallow compute dispatch with zero dimensions.
Brian Semrau
2021-10-28
Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog
clayjohn
2021-10-28
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-20
doctool: Fix differences between headless and Vulkan rendering backends
Rémi Verschelde
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-29
Rename RID's `getornull()` to `get_or_null()`
Hugo Locurcio
2021-09-17
Fix buffer_info may be used uninitialized
Raul Santos
2021-09-09
Expose Vulkan internal values for access from extensions
Bastiaan Olij
2021-08-26
Optionally scale 3D render content
Bastiaan Olij
2021-08-21
Remove redundant assignments.
Anilforextra
2021-08-17
Fixes to mobile renderer
reduz
2021-08-13
Upgrade Vulkan memory allocator
Pedro J. Estébanez
2021-08-12
Use "volk" instead of statically linked Vulkan loader.
bruvzg
2021-08-10
Fixes and optimizations to mobile renderer
reduz
2021-08-06
Use subpasses to do 3D rendering and resolve in mobile renderer
Bastiaan Olij
2021-07-26
Merge pull request #50847 from reduz/implement-binary-shader-compilation
Rémi Verschelde
2021-07-26
Implement Binary Shader Compilation
reduz
2021-07-25
Fix various typos
luz paz
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-15
Fixes to forward mobile
reduz
2021-07-12
Use specialization constants in clustered renderer
reduz
2021-07-11
Implement Specialization Constants
reduz
2021-07-07
Fix material invalidation on reimport.
reduz
2021-07-07
Fix threaded update for textures
reduz
2021-07-03
Fix Render Info
reduz
2021-06-28
Fix Context Validation Layer Errors
reduz
2021-06-24
Implement Framebuffer Subpass support
reduz
2021-06-13
Add stereoscopic rendering through multiview
Bastiaan Olij
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-07
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-05-06
Cleanup vulkan capabilities check and add multiview check
Bastiaan Olij
2021-05-03
Tweak warning messages related to leaked RIDs
Hugo Locurcio
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-03-31
Merge pull request #47283 from Panquesito7/fix_lgtm_alerts
Rémi Verschelde
2021-03-31
fix: 3 LGTM alerts/warnings
David Leal
2021-03-26
Obtain supported Vulkan API
Bastiaan Olij
2021-03-12
Fixes small typos and grammar correction
Anshul7sp1
2021-02-05
Fixes to get Godot running again on Intel IGP
reduz
2021-02-04
Rewrote how barriers work for faster rendering
reduz
2021-01-26
Reorganize RenderingDevice barriers
reduz
2021-01-25
Add named resources and debug labels in RenderDoc
clayjohn
2021-01-24
Shadow map rendering optimization
reduz
2021-01-19
Added GPU based cluster builder
reduz
2021-01-08
spirv-reflect: Update to upstream commit c0ce03a (Jan 6, 2021)
Rémi Verschelde
2021-01-05
Threaded optimizations to cull and render
reduz
2021-01-04
Merge pull request #44842 from clayjohn/VULKAN-SSAO-2
Rémi Verschelde
2021-01-03
SSAO cleanup and fixes
clayjohn
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
[next]