Commit Verlauf

Autor SHA1 Nachricht Datum
  ocornut 14e076c5bb Backends: Internal renaming of samplers. vor 1 Monat
  fdsa 09ebcf1779 Docs: fixed mismatched parentheses & other small changes. (#8922) vor 1 Monat
  ocornut 02af06ea5f Backends: Vulkan: rewrite pColorAttachmentFormats deep-copy to avoid issues when calling multiple times. (#8282, #8110) vor 1 Monat
  ocornut 026d47cd35 Backends: Vulkan: store pColorAttachmentFormats deep-copy into an ImVector. (#8282, #8110) vor 1 Monat
  ocornut 26aa81a8b1 Backends: Vulkan: misc amends (makes ImGui_ImplVulkan_MainPipelineCreateInfo::PipelineRenderingCreateInfo consistent with InitInfo). (#8110, #8111, #8053) vor 1 Monat
  ocornut 1ecc34a0b1 Backends: Vulkan: misc amends (e.g. changelog, coding style). (8110, 8111, 8053) vor 1 Monat
  ocornut ee03cef14f Backends: Vulkan: revert using a struct for ImGui_ImplVulkan_CreatePipeline() for now. (#8110, #8111, #8053) vor 1 Monat
  Ronan Cailleau e51d93e2f5 Backends: Vulkan: added ImGui_ImplVulkan_CreateMainPipeline(). (#8110, #8111, #8053) vor 11 Monaten
  Michael Böhme 90025a62c7 Backends: Vulkan: Avoid calling vkCmdBindDescriptorSets() when texture has not changed. (#8666) vor 4 Monaten
  Miolith 853a46e021 Backends: Vulkan: fixed texture update corruption introduced in 1.92.0. (#8801, #8755, #8840, #8465) vor 2 Monaten
  ocornut 336d9212fc Backends: using range-for to iterate draw_data->CmdLists[]. vor 3 Monaten
  Moses Miller 032e1397d9 Backends: Vulkan: use separate barrier for buffer. (#8772) vor 3 Monaten
  Moses Miller c2d9b07533 Backends: Vulkan: fixed texture synchronization. (#8772) vor 3 Monaten
  ocornut 495d6f1e39 Undef 'Status' in main header file. (#8751, #8765) vor 3 Monaten
  Thomas Quante 8e3aac5744 Backends: Vulkan: use nonCoherentAtomSize to align upload_size, fixing validation error on some setups. (#8743, #8744) vor 3 Monaten
  ocornut e97e55adbc Backends: Fixed various warnings discovered when using MinGW GCC 15/Clang on latest backends. vor 3 Monaten
  ocornut 8d6e66d38c Backends: DX10, DX11, DX12, OpenGL3, Vulkan, WGPU: Assert when CreateDeviceObjects() calls return false. vor 3 Monaten
  Shawn Hatori 6b3cbb10a2 Backends: Vulkan: correct minimum pool size assertion (#8691) vor 3 Monaten
  ocornut abe294bfd0 Backends: Vulkan: added ImGuiBackendFlags_RendererHasTextures support. vor 10 Monaten
  ocornut bf68040dc5 Backends: Vulkan: fixed build with VK_NO_PROTOTYPES. vor 5 Monaten
  ChrisTom-94 bbc89b6391 Backends: Vulkan: fixed validation errors during window detach in multi-viewport mode. (#8600, #8176) vor 5 Monaten
  ChrisTom-94 d1dc2a3298 Backends: Vulkan: Load dynamic rendering functions using vkGetDeviceProcAddr() + try both non-KHR and KHR versions. (#8600, #8326, #8365) vor 5 Monaten
  ocornut 974bf58a21 Backends: Vulkan: Build and warning fixes. (#8282) vor 6 Monaten
  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) vor 6 Monaten
  fdsa 3c3d943fb1 Docs: Fix some typos (#8473) vor 7 Monaten
  ocornut ec4cd2cb8c Backends: Vulkan: Fixed crash with using no prototypes + *BREAKING* Added ApiVersion to ImGui_ImplVulkan_LoadFunctions(). (#8326, #8365, #8400) vor 7 Monaten
  ocornut e1ae7db4cc Backends: Vulkan: Fixed building with older headers not supporting VK_HEADER_VERSION_COMPLETE. (#8326, #8365) vor 7 Monaten
  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) vor 7 Monaten
  ocornut dd89a3741b Backends: Vulkan: sharing duplicate code. (#5446, #8326) vor 8 Monaten
  ocornut 8ebf22d3c1 Backends: Vulkan: use ImVector<> for simplicity. vor 8 Monaten