Commit History

Author SHA1 Message Date
  ocornut c99ac2451f Merge branch 'master' into docking 3 weeks ago
  Moses Miller 032e1397d9 Backends: Vulkan: use separate barrier for buffer. (#8772) 3 weeks ago
  Moses Miller c2d9b07533 Backends: Vulkan: fixed texture synchronization. (#8772) 3 weeks ago
  ocornut 495d6f1e39 Undef 'Status' in main header file. (#8751, #8765) 3 weeks ago
  ocornut 3ec62dfeff Merge branch 'master' into docking 1 month ago
  Thomas Quante 8e3aac5744 Backends: Vulkan: use nonCoherentAtomSize to align upload_size, fixing validation error on some setups. (#8743, #8744) 1 month ago
  Stanislav Vasilev 3f0699cf02 Backends: Vulkan: Fix failing assertion for platforms where viewports are not supported (#8734) 1 month ago
  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