Commit History

Author SHA1 Message Date
  ocornut bf52f4a83c Backends: OpenGL3: added HasBindSampler storage for readability and consistency. 2 weeks ago
  Tim-Rex 4a51295c9e Backends: OpenGL3: add and call embedded loader shutdown in ImGui_ImplOpenGL3_Shutdown(). (#8792) 2 months ago
  ocornut 643f0e3abf Backends: OpenGL3: restore update path on non-WebGL non-ES targets that doesn't require a CPU copy. (#8802, #8465) 2 months ago
  ocornut 8744d10235 Backends: OpenGL2, OpenGL3: set GL_UNPACK_ALIGNMENT to 1 before updating textures. (#8802) 2 months ago
  ocornut 336d9212fc Backends: using range-for to iterate draw_data->CmdLists[]. 2 months ago
  ocornut 8d6e66d38c Backends: DX10, DX11, DX12, OpenGL3, Vulkan, WGPU: Assert when CreateDeviceObjects() calls return false. 3 months ago
  ocornut dbb91a574f Backends: OpenGL3: added ImGuiBackendFlags_RendererHasTextures support. 10 months ago
  Dylam De La Torre 201899b611 Backends: OpenGL3: Fixed using non-existing features on GLES 3.20 which would push a GL error. (#8664) 3 months ago
  fdsa 3c3d943fb1 Docs: Fix some typos (#8473) 6 months ago
  ocornut 1aab00da85 Misc shallow tweaks/tidying up. (#8446) 7 months ago
  ocornut 8f0411ff03 Backends: OpenGL3: Lazily reinitialize embedded GL loader for when calling backend from e.g. other DLL boundaries. (#8406) 7 months ago
  ocornut 88cda0cab6 Fixed minor warning. Added comment. 7 months ago
  ocornut 457fae24e7 Silence more zealous GCC warning. (#8241) 9 months ago
  ocornut f3147f446a Backends: OpenGL3: call glGetString(GL_VERSION) even in GS ES 2.0 path. (#8197) 9 months ago
  ocornut 43fbd7ce84 Backends: standardized top of file comments. 9 months ago
  Thomas Hope 923ca4765a Backends: OpenGL3: Fix compile error with IMGUI_IMPL_OPENGL_ES2 and IMGUI_IMPL_OPENGL_DEBUG (#8197) 10 months ago
  ocornut 20360e00ce Merge miscellaneous small changes to reduce drift with texture update branch. 10 months ago
  ocornut 81b689b969 Backends: OpenGL3: added additional debug GL_CALL enclosure for glCreateShader() calls. (#8104) 11 months ago
  ocornut 42206b3d51 Backends: DX9, DX10, DX11, DX12, OpenGL, Vulkan, WGPU: Changed default texture sampler to Clamp instead of Repeat/Wrap. (#7468, #7511, #5999, #5502) 11 months ago
  ocornut 9bd5d8a240 Backends: misc renaming of locals. Use 'draw_list' instead of 'cmd_list'. Avoid using 'ctx'. 11 months ago
  Cyao fe09ebbe0a Backends: OpenGL3: Fixed unsupported option warning with apple clang (#7810) 1 year ago
  ocornut 404af57004 Backends: OpenGL2, OpenGL3: ImGui_ImplOpenGL3_NewFrame() recreates font texture if it has been destroyed by ImGui_ImplOpenGL3_DestroyFontsTexture(). (#7748) 1 year ago
  Michal Šlesár 4c3eac2c10 Backends: OpenGL3: Fixed zealous warning by initializing last_pixel_unpack_buffer. (#7614) 1 year ago
  ocornut 5e23680454 Backends: all backends + demo now call IMGUI_CHECKVERSION() to verify ABI compatibility between caller code and compiled version of dear imgui. (#7568) 1 year ago
  ocornut 0d483a1c89 Backends: OpenGL3: Update loader for Linux to support EGL/GLVND. (#7562) 1 year ago
  ocornut d15574ce2a Backends: Win32: Removed silent return when calling ImGui_ImplWin32_WndProcHandler() with no active context! (#6275) 1 year ago
  ocornut 9ec299ebe3 Backends: OpenGL: Detect ES3 contexts on desktop based on version string, (#7447) 1 year ago
  ocornut 1509842107 Backends: OpenGL3: Shallow tweak of compile-time extensions detection. 1 year ago
  Clément Gallet 1ce41f6218 Backends: OpenGL3: Backup and restore GL_PIXEL_UNPACK_BUFFER. (#7253) 1 year ago
  ocornut a3eea8a75a Backends: OpenGL3: Update GL3W based imgui_impl_opengl3_loader.h to load "libGL.so" and variants, fixing regression on distros missing a symlink. (#6983) 1 year ago