You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Not using matrix here because it would inflate job count too much. Check out and setup is done for every job and that makes build times way too long.
Copy file name to clipboardExpand all lines: backends/imgui_impl_opengl3.cpp
+17-2
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@
16
16
// CHANGELOG
17
17
// (minor and older changes stripped away, please see git history for details)
18
18
// 2021-XX-XX: Platform: Added support for multiple windows via the ImGuiPlatformIO interface.
19
+
// 2021-12-15: OpenGL: Using buffer orphaning + glBufferSubData(), seems to fix leaks with multi-viewports with some Intel HD drivers.
19
20
// 2021-08-23: OpenGL: Fixed ES 3.0 shader ("#version 300 es") use normal precision floats to avoid wobbly rendering at HD resolutions.
20
21
// 2021-08-19: OpenGL: Embed and use our own minimal GL loader (imgui_impl_opengl3_loader.h), removing requirement and support for third-party loader.
21
22
// 2021-06-29: Reorganized backend to pull data from a single structure to facilitate usage with multiple-contexts (all g_XXXX access changed to bd->XXXX).
0 commit comments