Commit History

Author SHA1 Message Date
  ocornut e391fe2e66 Merge branch 'master' into docking 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 b555984a94 Merge branch 'master' into docking 1 year ago
  ocornut 9ec299ebe3 Backends: OpenGL: Detect ES3 contexts on desktop based on version string, (#7447) 1 year ago
  ocornut d79514c407 Merge branch 'master' into docking 1 year ago
  ocornut 82eeafc196 Merge branch 'master' into docking 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 2dc85e6e43 Merge branch 'master' into docking 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
  ocornut 450f1d7e7b Merge branch 'master' into docking 1 year ago
  ocornut ab522dd18c Removed IM_OFFSETOF() macro in favor of using offsetof() available in C++11. Kept redirection define. (#4537) 1 year ago
  ocornut 0f50b52da4 Backends: OpenGL3: Update GL3W based imgui_impl_opengl3_loader.h to load "libGL.so" instead of "libGL.so.1". (#6983) 1 year ago
  ocornut 72ebd91567 Merge branch 'master' into docking 1 year ago
  Nicolas "Pixel" Noble 64b1aeebf5 Backends: OpenGL3: rename gl3w's loader symbols to allow LTO compilation with another copy of gl3w. (#6875, #6668, #4445) 1 year ago
  ocornut 7e246a7bb9 Merge branch 'master' into docking 1 year ago
  ocornut 357f752bed Docs: add more links to the top of every examples and backends files. 1 year ago
  ocornut f8f805f046 Merge branch 'master' into docking 2 years ago
  ocornut 0e8eb8c48e Removed _MSC_VER <= 1500 checks for Visual Studio 2008 or earlier. 2 years ago
  ocornut 33e13c85e1 Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601) 2 years ago
  ocornut 6b01114057 Merge branch 'master' into docking 2 years ago
  ocornut cb5542bce5 Backends: OpenGL3: Fixed erroneous use glGetIntegerv(GL_CONTEXT_PROFILE_MASK) on contexts lower than 3.2. (#6539, #6333) 2 years ago
  ocornut 1450d23b60 Merge branch 'master' into docking 2 years ago
  ocornut dec082ff97 Backends: OpenGL3: Fixed support for glBindSampler() backup/restore on ES3. (#6375, #6508) 2 years ago
  ocornut 823a1385a2 Merge branch 'master' into docking 2 years ago
  ocornut 52e19113f3 Backends: OpenGL3: Added more explicit comments about using GL ES2/3 on targets where it's not automatic. (#6450) 2 years ago
  ocornut 530134d125 Merge branch 'master' into docking 2 years ago
  Jason Millard 39f7248d4a Backends: OpenGL3: Add glBindSampler for GL ES 3.0. (#6375) 2 years ago
  ocornut dd9db5e889 Backends: OpenGL3: Added runtime flags for ES2/ES3 to simplify coding-style. (#6375) 2 years ago