ocornut
|
b580c11303
Merge branch 'master' into docking
|
1 month ago |
ocornut
|
e97e55adbc
Backends: Fixed various warnings discovered when using MinGW GCC 15/Clang on latest backends.
|
1 month ago |
ocornut
|
8d6e66d38c
Backends: DX10, DX11, DX12, OpenGL3, Vulkan, WGPU: Assert when CreateDeviceObjects() calls return false.
|
1 month ago |
ocornut
|
344d5ff4b7
Merge branch 'master' into docking
|
1 month ago |
Shawn Hatori
|
6b3cbb10a2
Backends: Vulkan: correct minimum pool size assertion (#8691)
|
1 month ago |
ocornut
|
6af6cec23f
Merge branch 'master_fonts' into docking
|
1 month ago |
ocornut
|
abe294bfd0
Backends: Vulkan: added ImGuiBackendFlags_RendererHasTextures support.
|
8 months ago |
ocornut
|
0a222a3e2a
Backends: Vulkan: fixed build with VK_NO_PROTOTYPES.
|
2 months ago |
ocornut
|
bf68040dc5
Backends: Vulkan: fixed build with VK_NO_PROTOTYPES.
|
2 months ago |
ocornut
|
37fba4bed4
Backends: Vulkan: fixed validation errors during window detach in multi-viewport mode. [docking branch amend] (#8600, #8176)
|
2 months ago |
ocornut
|
1c8fad73f8
Merge branch 'master' into docking
|
2 months ago |
ChrisTom-94
|
bbc89b6391
Backends: Vulkan: fixed validation errors during window detach in multi-viewport mode. (#8600, #8176)
|
2 months ago |
ChrisTom-94
|
d1dc2a3298
Backends: Vulkan: Load dynamic rendering functions using vkGetDeviceProcAddr() + try both non-KHR and KHR versions. (#8600, #8326, #8365)
|
2 months ago |
ocornut
|
47d1ab192a
Merge branch 'master' into docking
|
3 months ago |
ocornut
|
974bf58a21
Backends: Vulkan: Build and warning fixes. (#8282)
|
3 months ago |
ocornut
|
91652c317e
Backends: Vulkan: Deep-copy ImGui_ImplVulkan_InitInfo::PipelineRenderingCreateInfo's pColorAttachmentFormats buffer when set, in order to reduce common user-error of specifying a pointer to data that gets out of scope. (#8282)
|
3 months ago |
Andrew Zonenberg
|
9fdeb41e52
Backends: Vulkan: Suppress trivially-copyable warning (#8537)
|
4 months ago |
ocornut
|
6972b6c380
Merge branch 'master' into docking
|
4 months ago |
fdsa
|
3c3d943fb1
Docs: Fix some typos (#8473)
|
4 months ago |
ocornut
|
afd659bb92
Merge branch 'master' into docking
|
5 months ago |
ocornut
|
ec4cd2cb8c
Backends: Vulkan: Fixed crash with using no prototypes + *BREAKING* Added ApiVersion to ImGui_ImplVulkan_LoadFunctions(). (#8326, #8365, #8400)
|
5 months ago |
ocornut
|
e1ae7db4cc
Backends: Vulkan: Fixed building with older headers not supporting VK_HEADER_VERSION_COMPLETE. (#8326, #8365)
|
5 months ago |
ocornut
|
890ead6a71
Backends: Vulkan: Added ApiVersion field in ImGui_ImplVulkan_InitInfo. Dynamic rendering path loads "vkCmdBeginRendering/vkCmdEndRendering" without -KHR on API 1.3. (#8326, #8365)
|
5 months ago |
ocornut
|
6e94f6cefb
Merge branch 'master' into docking
|
6 months ago |
ocornut
|
dd89a3741b
Backends: Vulkan: sharing duplicate code. (#5446, #8326)
|
6 months ago |
ocornut
|
109dd2be5d
Backends: Vulkan: VK_SUBOPTIMAL_KHR doesn't skip frame. (#7831, #7825)
|
6 months ago |
ocornut
|
507cdba44e
Backends: Vulkan: vkQueuePresentKHR() returning VK_SUBOPTIMAL_KHR keeps moving forward. (#7825)
|
6 months ago |
ocornut
|
015186aaf8
Merge branch 'master' into docking
|
6 months ago |
ocornut
|
b9badb597a
Backends: Vulkan: removed misleading code incrementing frameindex. (#7834)
|
6 months ago |
ocornut
|
8ebf22d3c1
Backends: Vulkan: use ImVector<> for simplicity.
|
6 months ago |