Historie revizí

Autor SHA1 Zpráva Datum
  ocornut 70bb6d1e79 Backends: Vulkan: Fixed vkMapMemory() calls unnecessarily using full buffer size. (#3957) před 1 rokem
  Tristan Gouge 82df7c8bf4 Backends: Vulkan: Fixed handling of ImGui_ImplVulkan_InitInfo::MinAllocationSize field. (#7189, #4238) před 1 rokem
  ocornut e3d7cd665d Merge branch 'master' into docking před 1 rokem
  ocornut 6f10cef2a1 Backends: Vulkan: moved structure declarations. před 1 rokem
  ocornut 0ea99132c8 Backends: Vulkan: Stop creating command pools with VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT as we don't reset them. před 1 rokem
  Tristan Gouge 4778560e66 Backends: Vulkan: Added MinAllocationSize field in ImGui_ImplVulkan_InitInfo to workaround zealous validation layer. (#7189, #4238) před 1 rokem
  ocornut 4aa81116a5 Merge branch 'master' into docking před 1 rokem
  ocornut 33d426842d Backends: Vulkan: ImGui_ImplVulkan_CreateFontsTexture() calls vkQueueWaitIdle() instead of vkDeviceWaitIdle(). (#7148, #6943, #6715, #6327, #3743, #4618) před 1 rokem
  ocornut 8764a1b7c4 Backends: Vulkan: free FontCommandBuffer explicitely (not actually required in normal code path, unless ImGui_ImplVulkan_DestroyDeviceObjects is declared directly). (#7104) před 1 rokem
  ocornut 96b5b1724b Merge branch 'master' into docking před 1 rokem
  ocornut b4b864e40a Backends: Vulkan: Fixed mismatching allocator passed to vkCreateCommandPool() vs vkDestroyCommandPool(). (#7075) před 1 rokem
  Oliver Eriksson 6695006bea Backends: Vulkan: use specified ColorAttachmentFormat when creating a secondary window when enabling UseDynamicRendering. (#6999, #5446, #5037) před 1 rokem
  ocornut 9d950444a2 Backends: Vulkan: Fixes for VK_NO_PROTOTYPES (docking merge + reorder docking only bits) před 1 rokem
  ocornut 44dbad64d7 Backends: Vulkan: Fixes for VK_NO_PROTOTYPES. před 1 rokem
  ocornut 450f1d7e7b Merge branch 'master' into docking před 1 rokem
  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) před 1 rokem
  ocornut 6e7b43b6c7 Backends: Vulkan: Added ImGui_ImplVulkan_DestroyFontsTexture(), made ImGui_ImplVulkan_CreateFontsTexture() destroy previous one. (#6943, #6715, #6327, #3743, #4618) před 1 rokem
  ocornut ab522dd18c Removed IM_OFFSETOF() macro in favor of using offsetof() available in C++11. Kept redirection define. (#4537) před 1 rokem
  ocornut 7e246a7bb9 Merge branch 'master' into docking před 2 roky
  ocornut 357f752bed Docs: add more links to the top of every examples and backends files. před 2 roky
  ocornut f8f805f046 Merge branch 'master' into docking před 2 roky
  ocornut 33e13c85e1 Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601) před 2 roky
  sean ac8573884d Backends: Vulkan: Amends for docking branch. (#5446, #5037) před 2 roky
  ocornut 677c7b2258 Merge branch 'master' into docking před 2 roky
  ocornut 121072cfe6 Backends: Vulkan: Amend for support for dynamic_rendering (#5446, #5037) před 2 roky
  sean 7812e836e4 Backends: Vulkan: Support for dynamic_rendering (#5446, #5037) před 3 roky
  ocornut 1f2b84a654 Backends: clear viewport specific bits in io.BackendFlags on backend Shutdown(). (#6334) před 2 roky
  ocornut 4f692ba840 Merge branch 'master' into docking před 2 roky
  Gereon V 055e71518e Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335) před 2 roky
  ocornut bed11b35d1 Fix typos and use nullptr in backends. Amend 506f7e0 před 2 roky