ocornut
|
0b8ff4b238
|
Backends, Examples: Vulkan: add IMGUI_IMPL_VULKAN_MINIMUM_IMAGE_SAMPLER_POOL_SIZE. use in descriptor pools sizes. (#6642)
|
14 hours ago |
ocornut
|
596e09770d
|
Backends: SDL3: Added ImGui_ImplSDL3_InitForSDLGPU() for consistency. (#8163, #7998, #7988)
|
20 hours ago |
ocornut
|
e799849272
|
Backends: SDLGPU3: Added sdl_gpu backend (amends). (#8163, #7998, #7988)
|
20 hours ago |
Delta
|
8bbccf7a97
|
Backends: SDLGPU3: Added sdl_gpu backend. (#8163, #7998, #7988)
+Squashed: Optimized shader source code encoding by ocornut (#8163, #7998, #7988)
(squashed to avoid storing both in git history, 130 KB->62 KB)
|
20 hours ago |
ocornut
|
93a93071a2
|
Examples: Add Win32+Vulkan example, amends. (#8180)
|
4 days ago |
Jovan Ristic
|
38e606a153
|
Examples: Add Win32+Vulkan example. (#8180)
|
4 days ago |
ocornut
|
a2e21727c0
|
Backends: Vulkan: moved helpers to backend: ImGui_ImplVulkanH_SelectPhysicalDevice(), ImGui_ImplVulkanH_SelectQueueFamilyIndex(). (#8180)
|
4 days ago |
ocornut
|
921c22f5ad
|
Examples: GLFW+OpenGL3, SDL3+OpenGL3: Provide ES3 context creation code + failure handling. (#8197)
Untested for GLFW example.
|
1 month ago |
Thomas Hope
|
6b348622bb
|
Examples: SDL2+OpenGL3: Provide ES3 context creation code + failure handling. (#8197)
|
1 month ago |
bmarques1995
|
53dd7552dc
|
Backends: DX12: let the user specifies the DepthStencilView format. (#8217)
This is particullarly important for those who use RenderPasses.
|
1 month ago |
ocornut
|
566558b17c
|
Replacing NULL with nullptr in examples/backends when they creeped back. (#6313, #7071, #4537)
|
1 month ago |
ocornut
|
9b27329437
|
Comments on ImageButton(). (#8165) + comments on Emscripten -sSINGLE_FILE option. (#8153)
|
2 months ago |
ocornut
|
40b2286d16
|
(Breaking) Backends: DX12: changed ImGui_ImplDX12_Init() signature. Added ImGui_ImplDX12_InitInfo. Added support for Srv allocators.
Ref 7708
|
2 months ago |
ocornut
|
3260ea6954
|
Examples: Win32+DX12: Tweaks.
|
2 months ago |
ocornut
|
f77d22837c
|
Examples: Android+OpenGL: Using ALooper_pollOnce() instead of ALooper_pollAll(). (#8013)
|
2 months ago |
ocornut
|
ccb6646bae
|
Examples: added SDL3+Vulkan example. (#8084, #8085)
|
3 months ago |
ocornut
|
1039b7f543
|
Examples: added more build_win64.bat helpers.
|
3 months ago |
ocornut
|
92b94980c6
|
(Breaking) Default ImTextureID to use a Im64 instead of void* (#1641)
|
3 months ago |
ocornut
|
19b494df89
|
Examples: DirectX12: update Windows SDK version.
(VS2015 doesn't support latest)
|
3 months ago |
ocornut
|
0af2c4ef76
|
Backends: SDL3: Update for API changes: SDL_bool removal. SDL_INIT_TIMER removal. (#7999)
|
4 months ago |
Aaron C Gaudette
|
1ac162f2b0
|
Backends: WGPU: add IMGUI_IMPL_WEBGPU_BACKEND_DAWN/IMGUI_IMPL_WEBGPU_BACKEND_WGPU to support more targets. (#7977, #7969, #6602, #6188, #7523)
|
4 months ago |
Yan Pujante
|
ac2ad79812
|
Backends: GLFW+Emscripten: use OSX behaviors automatically when using contrib glfw port. (#7965, #7915)
|
4 months ago |
ocornut
|
e3cb016328
|
CI: upgrade Ubuntu version to get newer Clang. Add C++26 build test. (#7954)
|
4 months ago |
ocornut
|
4832027eb6
|
Examples: SDL3: Update for API changes: SDL_Init() returns 0 on failure.
|
4 months ago |
BillKek
|
088e6fc047
|
Examples: Win32+OpenGL3: added batch. file for msys2/mingw build. (#6544)
|
5 months ago |
lunarlattice
|
45e7f7827a
|
Examples: SDL2+SDLRenderer: fixed return value. (#7876)
|
5 months ago |
Mark Jansen
|
5e7dc72c92
|
Examples: SDL3: Update readme to use SDL3_DIR (#7846)
|
5 months ago |
ocornut
|
fd57b252ac
|
Examples: Fix for Emscripten. GLFW+WGPU: rework examples main loop to handle minimization. (#7844)
Amend 8874787 , 71ee2ce
Amend ea39841f (emscripten_mainloop_stub.h)
|
5 months ago |
ocornut
|
71ee2ce367
|
Examples: GLFW: rework examples main loop to handle minimization without burning CPU or GPU by running unthrottled code. (#7844)
Backends: GLFW: added ImGui_ImplGlfw_Sleep() helper.
|
5 months ago |
ocornut
|
887478793b
|
Examples: SDL2 (all), SDL3 (all), Win32+OpenGL3: Rework examples main loop to handle minimization without burning CPU or GPU by running unthrottled code. (#7844)
|
5 months ago |
SPeak
|
1f634f1d94
|
Eaxmples: Android: Fix build failed issue. (#7832)
set android:exported to true (IntentFilter)
Signed-off-by: Sunrisepeak <speakshen@163.com>
|
5 months ago |
ocornut
|
c3c90b49e0
|
Examples: SDL3+OpenGL: Update for API changes: SDL_GL_DeleteContext() renamed to SDL_GL_DestroyContext().
|
6 months ago |
Yan Pujante
|
2937339c17
|
Backends: GLFW+Emscripten: Added support for GLFW3 contrib port. (#7647)
|
6 months ago |
Yan Pujante
|
6816789a6b
|
Backends: GLFW+Emscripten: (Breaking) Renamed ImGui_ImplGlfw_InstallEmscriptenCanvasResizeCallback() to ImGui_ImplGlfw_InstallEmscriptenCallbacks(), added GLFWwindow* parameter. (#7647, #7600)
+ Fixed Emscripten warning when using mouse wheel on some setups.
|
6 months ago |
ocornut
|
a489585f84
|
Backends: SDL3: Updated comments (IME seems fixed in SDL3). Added SDL3 examples to Visual Studio solution.
|
6 months ago |
ocornut
|
67216910fb
|
Examples: SDL3: Remove use of SDL_HINT_IME_NATIVE_UI.
|
6 months ago |
ocornut
|
22b36bef9e
|
Examples: undo adding SDL3 example to Visual Studio sln.
|
7 months ago |
ocornut
|
7c2476986b
|
Backends: SDL3: Update for SDL_StartTextInput()/SDL_StopTextInput() API changes. (#7735)
|
7 months ago |
Martin Ejdestig
|
a18fb406ac
|
Backends: Vulkan: Remove Volk/ from volk.h #include directives (#7722, #6582, #4854)
|
7 months ago |
ocornut
|
7538ca6f40
|
Examples: SDL+Vulkan: handle swap chain resize even without Vulkan returning VK_SUBOPTIMAL_KHR (#7671)
|
7 months ago |
ocornut
|
a47bfb1b5b
|
Examples: GLFW+Vulkan: handle swap chain resize even without Vulkan returning VK_SUBOPTIMAL_KHR (#7671)
|
7 months ago |
Kenneth Rapp
|
219c6adc58
|
Examples: SDL3+SDLRenderer3: Update SDL_SetRenderDrawColorFloat() call. (#7658)
|
7 months ago |
Cyao
|
538960bf17
|
Examples: Fixed SDL3 Makefile (#7641)
|
7 months ago |
ocornut
|
ec1d2be96f
|
Examples: Win32+DX9,DX10,DX11,DX12: rework main loop to handle minimization and screen locking. (#2496, #3907, #6308, #7615)
|
8 months ago |
Hubert Maier
|
07dbcf1f70
|
Fixed typos. (#7593)
|
8 months ago |
ocornut
|
93daf23223
|
Examples: SDL3: updates for latest SDL3 API changes.
|
8 months ago |
ocornut
|
5d973a87d4
|
Backends: SDL_Renderer2/SDL_Renderer3: and ImGui_ImplSDLRenderer2_RenderDrawData() and ImGui_ImplSDLRenderer3_RenderDrawData() now takes a SDL_Renderer* parameter.
|
8 months ago |
ocornut
|
b720c0f541
|
Backends: Vulkan: Added convenience support for Volk via IMGUI_IMPL_VULKAN_USE_VOLK define. (#6582, #4854)
|
9 months ago |
ocornut
|
7b8107e7c8
|
Examples: GLFW+WebGPU: Rename example_emscripten_wgpu/ to example_glfw_wgpu/ (#7435, #7132)
|
9 months ago |
ocornut
|
648278cd62
|
Examples: GLFW+WebGPU: Amends. (#7435, #7132)
|
9 months ago |