This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-07-05 18:06:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a4d4df9dd8a4f17fd35ade142d8e355a2ebf96ff
0ad
/
source
/
renderer
/
backend
/
vulkan
T
History
vladislavbelov
f8520e0275
Increases minImageCount for Vulkan swapchain only when there is a room for that.
...
This was SVN commit r27537.
2023-02-12 23:12:28 +00:00
..
Buffer.cpp
…
Buffer.h
…
DescriptorManager.cpp
Fixes descriptor set overwrite when multiple textures reference it with delayed deletion.
Fixes
#6717
2023-01-30 21:23:44 +00:00
DescriptorManager.h
Fixes descriptor set overwrite when multiple textures reference it with delayed deletion.
Fixes
#6717
2023-01-30 21:23:44 +00:00
Device.cpp
Extends logs for Vulkan available device.
2023-01-30 21:16:47 +00:00
Device.h
Ands new depth stencil format to support all combinations on Vulkan.
2023-01-12 06:32:52 +00:00
DeviceCommandContext.cpp
Fixes overflow of inplace vertex and index Vulkan buffers.
2023-02-01 22:09:25 +00:00
DeviceCommandContext.h
Fixes overflow of inplace vertex and index Vulkan buffers.
2023-02-01 22:09:25 +00:00
DeviceForward.h
…
DeviceSelection.cpp
Makes Vulkan device selection stop searching after a first suitable queue family.
2023-01-31 17:01:47 +00:00
DeviceSelection.h
…
Framebuffer.cpp
Creates image views for Vulkan textures only when needed.
2023-01-26 21:38:39 +00:00
Framebuffer.h
Fixes StaticVector size type warning inside Vulkan CDeviceCommandContext.
2023-01-12 06:40:42 +00:00
Mapping.cpp
Ands new depth stencil format to support all combinations on Vulkan.
2023-01-12 06:32:52 +00:00
Mapping.h
…
PipelineState.cpp
…
PipelineState.h
…
RenderPassManager.cpp
…
RenderPassManager.h
…
RingCommandContext.cpp
…
RingCommandContext.h
…
SamplerManager.cpp
…
SamplerManager.h
…
ShaderProgram.cpp
…
ShaderProgram.h
…
SubmitScheduler.cpp
Fixes overflow of inplace vertex and index Vulkan buffers.
2023-02-01 22:09:25 +00:00
SubmitScheduler.h
…
SwapChain.cpp
Increases minImageCount for Vulkan swapchain only when there is a room for that.
2023-02-12 23:12:28 +00:00
SwapChain.h
Recreates Vulkan swapchain on window resize.
2023-01-12 06:35:59 +00:00
Texture.cpp
Creates image views for Vulkan textures only when needed.
2023-01-26 21:38:39 +00:00
Texture.h
Fixes descriptor set overwrite when multiple textures reference it with delayed deletion.
Fixes
#6717
2023-01-30 21:23:44 +00:00
Utilities.cpp
…
Utilities.h
…
VMA.cpp
…
VMA.h
Hides some warnings for VMA.
2023-01-16 06:37:22 +00:00