You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Basil Fierz 83bdfef8e0 Backends: WGPU: update to latest specs. (#4116, #3632)
Merged 13 commits.
3 years ago
..
vulkan Moving backends code from examples/ to backends/ (step 2: moving vulkan cruft) 4 years ago
imgui_impl_allegro5.cpp Backends: Rework blending equation to preserve alpha in output buffer accross all backends. (#2693, #2764, #2766, #2873, #3447, #3813, #3816) 4 years ago
imgui_impl_allegro5.h Moving backends code from examples/ to backends/ (step 6: update markdown documentation) 4 years ago
imgui_impl_android.cpp Backends: Android: Tweaks. (#4034) 3 years ago
imgui_impl_android.h Android: Amend backend and examples with minor consistency tweaks. (#3446) 4 years ago
imgui_impl_dx9.cpp Backends: DX9: Fix potential resource leak (#4093) 3 years ago
imgui_impl_dx9.h Moving backends code from examples/ to backends/ (step 6: update markdown documentation) 4 years ago
imgui_impl_dx10.cpp Fixes for Visual Studio 2019 static analyzers. (#3938, #4073) + two minor edge case were invalid scalar input (e.g. a sign only) would return buffer as modified. 3 years ago
imgui_impl_dx10.h Moving backends code from examples/ to backends/ (step 6: update markdown documentation) 4 years ago
imgui_impl_dx11.cpp Fixes for Visual Studio 2019 static analyzers. (#3938, #4073) + two minor edge case were invalid scalar input (e.g. a sign only) would return buffer as modified. 3 years ago
imgui_impl_dx11.h Moving backends code from examples/ to backends/ (step 6: update markdown documentation) 4 years ago
imgui_impl_dx12.cpp Backends: Rework blending equation to preserve alpha in output buffer accross all backends. (#2693, #2764, #2766, #2873, #3447, #3813, #3816) 4 years ago
imgui_impl_dx12.h Backends: DX12: Fix warning (#3706). Disable obsolete Tables enums, leave them commented out. Using _MSVC_LANG to enable offsetof() and static_assert() on VS2015.3+ 4 years ago
imgui_impl_glfw.cpp Android: Amend backend and examples with minor consistency tweaks. (#3446) 4 years ago
imgui_impl_glfw.h Backends: GLFW: Add ImGui_ImplGlfw_InitForOther() instead of ImGui_ImplGlfw_InitForWebGPU() so it can be used for e.g. DX11. (#3632) 4 years ago
imgui_impl_glut.cpp Happy new year! 4 years ago
imgui_impl_glut.h Happy new year! 4 years ago
imgui_impl_marmalade.cpp Android: Amend backend and examples with minor consistency tweaks. (#3446) 4 years ago
imgui_impl_marmalade.h Moving backends code from examples/ to backends/ (step 6: update markdown documentation) 4 years ago
imgui_impl_metal.h Moving backends code from examples/ to backends/ (step 6: update markdown documentation) 4 years ago
imgui_impl_metal.mm Backends: Rework blending equation to preserve alpha in output buffer accross all backends. (#2693, #2764, #2766, #2873, #3447, #3813, #3816) 4 years ago
imgui_impl_opengl2.cpp Backends: Rework blending equation to preserve alpha in output buffer accross all backends. (#2693, #2764, #2766, #2873, #3447, #3813, #3816) 4 years ago
imgui_impl_opengl2.h Moving backends code from examples/ to backends/ (step 6: update markdown documentation) 4 years ago
imgui_impl_opengl3.cpp Backends: OpenGL3: Don't try to read GL_CLIP_ORIGIN unless we're OpenGL 4.5. (#3998, #2366, #2186) 4 years ago
imgui_impl_opengl3.h Moving backends code from examples/ to backends/ (step 6: update markdown documentation) 4 years ago
imgui_impl_osx.h Moving backends code from examples/ to backends/ (step 6: update markdown documentation) 4 years ago
imgui_impl_osx.mm Backends: OSX: Fix keys remaining stuck in pressed state when CMD-tabbing to a different application. (#3832) 4 years ago
imgui_impl_sdl.cpp Backends: SDL2: Extend global mouse pos availability check (#3950) 4 years ago
imgui_impl_sdl.h Moving backends code from examples/ to backends/ (step 6: update markdown documentation) 4 years ago
imgui_impl_vulkan.cpp Backends: Vulkan: Fix mapped memory validation error when buffer sizes are not multiple of VkPhysicalDeviceLimits::nonCoherentAtomSize. (#3957) 4 years ago
imgui_impl_vulkan.h Backends: Vulkan: Rework support for custom function/symbol loader (#3759, #3227), add ImGui_ImplVulkan_LoadFunctions (amend 6001c54) 4 years ago
imgui_impl_wgpu.cpp Backends: WGPU: update to latest specs. (#4116, #3632) 3 years ago
imgui_impl_wgpu.h Backends, Examples: Added support for WebGPU and corresponding example. Amend 5853fbd (#3632) 4 years ago
imgui_impl_win32.cpp Backends: Win32: Change the case of XInput.h include, so it cross-compile nicely on unices. (#4074) 3 years ago
imgui_impl_win32.h Backends: Win32: Added ImGui_ImplWin32_EnableAlphaCompositing() helper. (#2766, #3447) 4 years ago