puugz
|
a806d2f9b8
|
Backends: SDLGPU: Fixed typo in function name Imgui_ImplSDLGPU3_PrepareDrawData() -> ImGui_ImplSDLGPU3_PrepareDrawData(). (#8509, 8163, #7998, #7988)
|
2025-03-21 20:16:56 +01:00 |
|
tanksdude
|
f5003aff69
|
Docs: Fix some typos (#8505)
|
2025-03-21 16:23:09 +01:00 |
|
ocornut
|
de4f77b0ac
|
Backends: DX12: comment about using SrvDescriptorAllocFn/SrvDescriptorFreeFn.
Amend 40b2286d16
|
2025-03-12 15:47:37 +01:00 |
|
ocornut
|
09654f4e8c
|
Revert "Examples: Updated all .vcxproj from VS2015 to VS2019 (toolset v140 to v142), Windows SDK 8.1 to 10."
This reverts commit 6da230636b .
|
2025-03-11 18:42:12 +01:00 |
|
ocornut
|
6da230636b
|
Examples: Updated all .vcxproj from VS2015 to VS2019 (toolset v140 to v142), Windows SDK 8.1 to 10.
|
2025-03-11 12:25:19 +01:00 |
|
ocornut
|
a7657f2ed4
|
Examples: SDL3: Added comments to clarify setup for users of the unfortunate SDL_MAIN_USE_CALLBACKS feature. (#8455)
|
2025-03-04 14:36:00 +01:00 |
|
ocornut
|
242d856ede
|
Examples: SDL3+SDL_Renderer: removed reference to OpenGL to remove confusion. (#8434)
Amend
|
2025-02-26 14:40:41 +01:00 |
|
Russ Gibson
|
a86fcbd947
|
Examples: SDL3+SDL_Renderer: removed reference to OpenGL to remove confusion. (#8434)
|
2025-02-26 14:38:08 +01:00 |
|
ocornut
|
1e18a6cf60
|
Examples: GLFW+Vulkan: make GLFW_DIR overridable in cmake bit. (#8419)
|
2025-02-21 16:55:35 +01:00 |
|
Tygyh
|
a6bcbb173b
|
Examples: Android: Update kotlin version (#8409)
|
2025-02-20 18:07:25 +01:00 |
|
ocornut
|
12963f5231
|
Examples: Vulkan: make ApiVersion a little more visible in examples. (#8326, #8365)
|
2025-02-13 15:49:47 +01:00 |
|
PuPuHX
|
3d900edba7
|
Examples: Win32+DirectX12: Fixed ExampleDescriptorHeapAllocator overflow free index.
Amend 40b2286d1 .
|
2025-02-12 14:29:51 +01:00 |
|
fdsa
|
4f1d3809c3
|
Fixed tabs and spaces (#8377)
|
2025-02-06 19:54:43 +01:00 |
|
Konstantin Podsvirov
|
e6c5296f30
|
Examples: SDL3: Fix for Emscripten platform (#8363)
|
2025-01-31 14:11:33 +01:00 |
|
ocornut
|
d17e9fc107
|
Backends: SDL_GPU: shallow tweaks + disable anisotropy in sampler. Examples: SDL+Vulkan: Fixed incorrect defines.
|
2025-01-22 10:37:39 +01:00 |
|
ocornut
|
3e6bdc2242
|
Examples: SDL3+SDL_GPU: use SDL_GPU_PRESENTMODE_MAILBOX swapchain parameters.
|
2025-01-22 10:22:31 +01:00 |
|
ocornut
|
b4a5d1dc53
|
Backends: SDLGPU3: Rename GpuDevice->Device. Expose ImGui_ImplSDLGPU3_CreateDeviceObjects(), ImGui_ImplSDLGPU3_DestroyDeviceObjects(). Misc renaming. (#8163, #7998, #7988)
|
2025-01-16 12:43:06 +01:00 |
|
ocornut
|
0f33d7185f
|
Examples: Vulkan: vkAcquireNextImageKHR() and vkQueuePresentKHR() returning VK_SUBOPTIMAL_KHR keeps moving forward. (#7825, #7831)
|
2025-01-15 17:31:38 +01:00 |
|
ocornut
|
6684984c49
|
Examples: DirectX12: Reduced number of frame in flight from 3 to 2 in provided example, to reduce latency.
|
2025-01-15 15:13:05 +01:00 |
|
ocornut
|
0b8ff4b238
|
Backends, Examples: Vulkan: add IMGUI_IMPL_VULKAN_MINIMUM_IMAGE_SAMPLER_POOL_SIZE. use in descriptor pools sizes. (#6642)
|
2025-01-09 23:29:44 +01:00 |
|
ocornut
|
596e09770d
|
Backends: SDL3: Added ImGui_ImplSDL3_InitForSDLGPU() for consistency. (#8163, #7998, #7988)
|
2025-01-09 17:07:53 +01:00 |
|
ocornut
|
e799849272
|
Backends: SDLGPU3: Added sdl_gpu backend (amends). (#8163, #7998, #7988)
|
2025-01-09 16:55:03 +01:00 |
|
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)
|
2025-01-09 16:55:03 +01:00 |
|
ocornut
|
93a93071a2
|
Examples: Add Win32+Vulkan example, amends. (#8180)
|
2025-01-06 17:58:37 +01:00 |
|
Jovan Ristic
|
38e606a153
|
Examples: Add Win32+Vulkan example. (#8180)
|
2025-01-06 17:40:11 +01:00 |
|
ocornut
|
a2e21727c0
|
Backends: Vulkan: moved helpers to backend: ImGui_ImplVulkanH_SelectPhysicalDevice(), ImGui_ImplVulkanH_SelectQueueFamilyIndex(). (#8180)
|
2025-01-06 17:35:20 +01:00 |
|
ocornut
|
921c22f5ad
|
Examples: GLFW+OpenGL3, SDL3+OpenGL3: Provide ES3 context creation code + failure handling. (#8197)
Untested for GLFW example.
|
2024-12-09 12:56:38 +01:00 |
|
Thomas Hope
|
6b348622bb
|
Examples: SDL2+OpenGL3: Provide ES3 context creation code + failure handling. (#8197)
|
2024-12-09 12:53:31 +01:00 |
|
bmarques1995
|
53dd7552dc
|
Backends: DX12: let the user specifies the DepthStencilView format. (#8217)
This is particullarly important for those who use RenderPasses.
|
2024-12-09 12:23:09 +01:00 |
|
ocornut
|
566558b17c
|
Replacing NULL with nullptr in examples/backends when they creeped back. (#6313, #7071, #4537)
|
2024-12-05 12:25:02 +01:00 |
|
ocornut
|
9b27329437
|
Comments on ImageButton(). (#8165) + comments on Emscripten -sSINGLE_FILE option. (#8153)
|
2024-11-25 19:11:40 +01:00 |
|
ocornut
|
40b2286d16
|
(Breaking) Backends: DX12: changed ImGui_ImplDX12_Init() signature. Added ImGui_ImplDX12_InitInfo. Added support for Srv allocators.
Ref 7708
|
2024-11-15 19:15:25 +01:00 |
|
ocornut
|
3260ea6954
|
Examples: Win32+DX12: Tweaks.
|
2024-11-15 17:29:43 +01:00 |
|
ocornut
|
f77d22837c
|
Examples: Android+OpenGL: Using ALooper_pollOnce() instead of ALooper_pollAll(). (#8013)
|
2024-11-04 14:24:54 +01:00 |
|
ocornut
|
ccb6646bae
|
Examples: added SDL3+Vulkan example. (#8084, #8085)
|
2024-10-24 18:09:27 +02:00 |
|
ocornut
|
1039b7f543
|
Examples: added more build_win64.bat helpers.
|
2024-10-24 18:09:25 +02:00 |
|
ocornut
|
92b94980c6
|
(Breaking) Default ImTextureID to use a Im64 instead of void* (#1641)
|
2024-10-08 14:21:44 +02:00 |
|
ocornut
|
19b494df89
|
Examples: DirectX12: update Windows SDK version.
(VS2015 doesn't support latest)
|
2024-10-08 12:38:02 +02:00 |
|
ocornut
|
0af2c4ef76
|
Backends: SDL3: Update for API changes: SDL_bool removal. SDL_INIT_TIMER removal. (#7999)
|
2024-09-19 16:02:23 +02:00 |
|
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)
|
2024-09-16 16:26:13 +02:00 |
|
Yan Pujante
|
ac2ad79812
|
Backends: GLFW+Emscripten: use OSX behaviors automatically when using contrib glfw port. (#7965, #7915)
|
2024-09-12 19:50:50 +02:00 |
|
ocornut
|
e3cb016328
|
CI: upgrade Ubuntu version to get newer Clang. Add C++26 build test. (#7954)
|
2024-09-05 15:15:49 +02:00 |
|
ocornut
|
4832027eb6
|
Examples: SDL3: Update for API changes: SDL_Init() returns 0 on failure.
|
2024-09-03 19:11:51 +02:00 |
|
BillKek
|
088e6fc047
|
Examples: Win32+OpenGL3: added batch. file for msys2/mingw build. (#6544)
|
2024-08-23 14:19:36 +02:00 |
|
lunarlattice
|
45e7f7827a
|
Examples: SDL2+SDLRenderer: fixed return value. (#7876)
|
2024-08-09 12:27:38 +02:00 |
|
Mark Jansen
|
5e7dc72c92
|
Examples: SDL3: Update readme to use SDL3_DIR (#7846)
|
2024-08-01 00:04:34 +02:00 |
|
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)
|
2024-07-31 17:47:38 +02:00 |
|
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.
|
2024-07-31 17:33:24 +02:00 |
|
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)
|
2024-07-31 17:11:13 +02:00 |
|
SPeak
|
1f634f1d94
|
Eaxmples: Android: Fix build failed issue. (#7832)
set android:exported to true (IntentFilter)
Signed-off-by: Sunrisepeak <speakshen@163.com>
|
2024-07-29 23:55:02 +02:00 |
|