Commit History

Author SHA1 Message Date
  ocornut e3d7cd665d Merge branch 'master' into docking 1 year ago
  Tristan Gouge 4778560e66 Backends: Vulkan: Added MinAllocationSize field in ImGui_ImplVulkan_InitInfo to workaround zealous validation layer. (#7189, #4238) 1 year ago
  ocornut 450f1d7e7b Merge branch 'master' into docking 1 year ago
  ocornut 79a9e2fdfb Backends: Vulkan: (Breaking) full font upload is performed by ImGui_ImplVulkan_CreateFontsTexture(), no need for user code to create or provide a command-buffer. Removed ImGui_ImplVulkan_DestroyFontUploadObjects(). (#6943, #6715, #6327, #3743, #4618) 1 year ago
  ocornut 6e7b43b6c7 Backends: Vulkan: Added ImGui_ImplVulkan_DestroyFontsTexture(), made ImGui_ImplVulkan_CreateFontsTexture() destroy previous one. (#6943, #6715, #6327, #3743, #4618) 1 year ago
  ocornut 7e246a7bb9 Merge branch 'master' into docking 1 year ago
  ocornut 357f752bed Docs: add more links to the top of every examples and backends files. 1 year ago
  ocornut f8f805f046 Merge branch 'master' into docking 2 years ago
  ocornut 33e13c85e1 Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601) 2 years ago
  ocornut 677c7b2258 Merge branch 'master' into docking 2 years ago
  ocornut 121072cfe6 Backends: Vulkan: Amend for support for dynamic_rendering (#5446, #5037) 2 years ago
  sean 7812e836e4 Backends: Vulkan: Support for dynamic_rendering (#5446, #5037) 3 years ago
  ocornut e4233c6fb6 Merge branch 'master' into docking (doesn't include viewports-related changes for new SDL3 backend) 2 years ago
  ocornut e816bc6723 Merge misc changes from docking branch to reduce small drift. 2 years ago
  ocornut edf522b58a Merge branch 'master' into docking + amends change to nullptr (#5760) 2 years ago
  ocornut c54230d14e Backends: Using nullptr instead of NULL. (#5760, #4537) + fix additional warnings. 2 years ago
  ocornut a588f00f7b Backends: Vulkan: Added experimental ImGui_ImplVulkan_RemoveTexture() for api symetry. (#914, #5738). 2 years ago
  ocornut d666a1d473 Backends: OSX, Metal: Amend d111133, tidying up, remove unused, misc tweaks. . (#4821, #2778) 3 years ago
  ocornut 414165d23f Merge branch 'master' into docking 3 years ago
  ocornut 26f817807c Backends: Vulkan: Don't use VK_PRESENT_MODE_MAX_ENUM_KHR as specs state it isn't part of the API. (#5254) 3 years ago
  ocornut 377b864bb4 Merge branch 'master' into docking 3 years ago
  ocornut fd06ed833b Misc: tweaks + fix warnings on backends withtout -wno-memaccess (#4995, #5104) 3 years ago
  ocornut 3e0d6ec895 Merge branch 'master' into docking 3 years ago
  ocornut ceb26bac48 Backends: Vulkan: Added support for ImTextureID as VkDescriptorSet, amends. (#914) 3 years ago
  Marcell Kiss 29f104319e Backends: Vulkan: Added support for ImTextureID as VkDescriptorSet, add ImGui_ImplVulkan_AddTexture(). (#914) 3 years ago
  ocornut 8567a4cca3 Merge branch 'master' into docking 3 years ago
  ocornut 6188e94108 Examples: Vulkan: fill Subpass and MSAASamples to increase discoverability (#4886) + IO docs update (#4858) 3 years ago
  ocornut 36a0d1028c Backends: Viewports: renamed viewport storage structures ImGuiViewportDataXXXX -> ImGui_ImplXXXX_ViewportData and locals (matching naming convention in 70c60385) 4 years ago
  ocornut 16abfa5eb6 Merge branch 'master' into docking 4 years ago
  ocornut 838c16533d Backends: Comments. 4 years ago