Rémi Verschelde
|
e142c10fc5
Merge pull request #58993 from notSanil/device-limit-exceeded-fix
|
3 years ago |
notSanil
|
36fa7059ed
Fix device limit exceeding for uniform buffer
|
3 years ago |
kobewi
|
39d429e497
Change some math macros to constexpr
|
3 years ago |
reduz
|
b0ca03b0a2
Add a UniformSet cache
|
3 years ago |
Bastiaan Olij
|
fe5bb06df9
Fixing retrospective code for specialisation constants
|
3 years ago |
Pedro J. Estébanez
|
801741e787
vk_mem_alloc: Update to upstream + Adapt approach to small objects pooling
|
3 years ago |
Bastiaan Olij
|
a78a9fee71
Implementing OpenXR driver
|
3 years ago |
bruvzg
|
0c27667124
[Windows] Fix Vulkan driver crash on sub-window minimization.
|
3 years ago |
Rémi Verschelde
|
b8b4580448
Style: Cleanup single-line blocks, semicolons, dead code
|
3 years ago |
Pedro J. Estébanez
|
4e6c9d3ae9
Add a separate pool for small allocations in Vulkan RD
|
3 years ago |
Rémi Verschelde
|
9b9440165b
Merge pull request #54890 from briansemrau/threadsafe-drawpute-lists
|
3 years ago |
Rémi Verschelde
|
8b8e858778
Merge pull request #54489 from briansemrau/texture-delete-update
|
3 years ago |
Hugo Locurcio
|
40be15920f
Remove support for PVRTC texture encoding and decoding
|
3 years ago |
luz paz
|
858bcd5058
Fix various typos
|
3 years ago |
Rémi Verschelde
|
095c72b03e
Merge pull request #55790 from Calinou/renderingserver-add-device-type-getter
|
3 years ago |
Rémi Verschelde
|
7f66c16c03
Merge pull request #51206 from clayjohn/Vulkan-ASSGI
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Hugo Locurcio
|
b3174e7af9
Add `RenderingServer.get_video_adapter_type()` method
|
3 years ago |
Rémi Verschelde
|
daccf48929
Merge pull request #55704 from RandomShaper/fix_little_vk_mistake
|
3 years ago |
Nathan Franke
|
49403cbfa0
Replace String comparisons with "", String() to is_empty()
|
3 years ago |
Pedro J. Estébanez
|
76f262f241
Fix misuse of Vulkan enum value
|
3 years ago |
Je06jm
|
20deb0917d
Implemented AMD's FSR as a computer shader for upscaling 3D scenes
|
3 years ago |
Brian Semrau
|
f123a79170
Make draw/compute lists threadsafe
|
3 years ago |
clayjohn
|
0eff109a21
Added SSIL post processing effect
|
4 years ago |
Brian Semrau
|
4a1c28460e
Fix materials not updating when texture replaced/deleted
|
3 years ago |
Brian Semrau
|
346e497959
Disallow compute dispatch with zero dimensions.
|
3 years ago |
clayjohn
|
1b2cd9f251
Addition of FogVolumes, FogShaders, FogMaterial, and overhaul of VolumetricFog
|
3 years ago |
Rémi Verschelde
|
3b11e33a09
clang-format: Disable alignment of operands, too unreliable
|
3 years ago |
Rémi Verschelde
|
da98357e6e
doctool: Fix differences between headless and Vulkan rendering backends
|
3 years ago |
Lightning_A
|
c63b18507d
Use range iterators for `Map`
|
4 years ago |