Commit History

Author SHA1 Message Date
  ocornut cbf9e3f554 Merge branch 'master' into docking 1 day ago
  Michael Böhme 90025a62c7 Backends: Vulkan: Avoid calling vkCmdBindDescriptorSets() when texture has not changed. (#8666) 2 months ago
  ocornut 34debc733f Merge branch 'master' into docking 1 week ago
  Miolith 853a46e021 Backends: Vulkan: fixed texture update corruption introduced in 1.92.0. (#8801, #8755, #8840, #8465) 2 weeks ago
  ocornut fe1cee0837 Merge branch 'master' into docking 2 weeks ago
  ocornut 336d9212fc Backends: using range-for to iterate draw_data->CmdLists[]. 4 weeks ago
  ocornut c99ac2451f Merge branch 'master' into docking 1 month ago
  Moses Miller 032e1397d9 Backends: Vulkan: use separate barrier for buffer. (#8772) 1 month ago
  Moses Miller c2d9b07533 Backends: Vulkan: fixed texture synchronization. (#8772) 1 month ago
  ocornut 495d6f1e39 Undef 'Status' in main header file. (#8751, #8765) 1 month 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. 3 months ago
  ocornut bf68040dc5 Backends: Vulkan: fixed build with VK_NO_PROTOTYPES. 3 months ago
  ocornut 37fba4bed4 Backends: Vulkan: fixed validation errors during window detach in multi-viewport mode. [docking branch amend] (#8600, #8176) 3 months ago
  ocornut 1c8fad73f8 Merge branch 'master' into docking 3 months ago
  ChrisTom-94 bbc89b6391 Backends: Vulkan: fixed validation errors during window detach in multi-viewport mode. (#8600, #8176) 3 months ago
  ChrisTom-94 d1dc2a3298 Backends: Vulkan: Load dynamic rendering functions using vkGetDeviceProcAddr() + try both non-KHR and KHR versions. (#8600, #8326, #8365) 3 months ago
  ocornut 47d1ab192a Merge branch 'master' into docking 4 months ago
  ocornut 974bf58a21 Backends: Vulkan: Build and warning fixes. (#8282) 4 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) 4 months ago
  Andrew Zonenberg 9fdeb41e52 Backends: Vulkan: Suppress trivially-copyable warning (#8537) 4 months ago