ocornut
|
89a28209e8
|
Version 1.87 WIP + Backends: OpenGL3: Fixed a buffer overflow in imgui_impl_opengl3_loader.h init, added in 1.86 (#4468, #4830)
|
3 years ago |
ocornut
|
389982eb5a
|
Backends: OpenGL3: Using buffer orphaning + glBufferSubData(), seems to fix leaks with multi-viewports with some Intel HD drivers.. (#4468, #4504, #2981, #3381)
|
3 years ago |
ocornut
|
755bf985d2
|
Backends: OpenGL3: Made our custom GL loader a bit more tolerant of use of another loader in same compilation unit. (#4445, #4514)
|
3 years ago |
Rokas Kupstys
|
4c22b3e5d9
|
Backends: OpenGL3: Fix gl3wProcs colliding with gl3w. (#4445)
|
3 years ago |
Rokas Kupstys
|
fc062e6028
|
Backends: OpenGL3: Update loader to include APIs used by test framework.
|
3 years ago |
Rokas Kupstys
|
459de65477
|
Backends: OpenGL3: Embed our own minimal GL loader based on gl3w and use it in SDL/GLFW examples. (#4445)
Loader repository at https://github.com/dearimgui/gl3w_stripped
Removed support for using custom loaders in examples/opengl3 backend
|
3 years ago |