ocornut
|
33e13c85e1
Backends: Made all backends sources files support global IMGUI_DISABLE. (#6601)
|
2 yıl önce |
ocornut
|
cb5542bce5
Backends: OpenGL3: Fixed erroneous use glGetIntegerv(GL_CONTEXT_PROFILE_MASK) on contexts lower than 3.2. (#6539, #6333)
|
2 yıl önce |
ocornut
|
dec082ff97
Backends: OpenGL3: Fixed support for glBindSampler() backup/restore on ES3. (#6375, #6508)
|
2 yıl önce |
ocornut
|
52e19113f3
Backends: OpenGL3: Added more explicit comments about using GL ES2/3 on targets where it's not automatic. (#6450)
|
2 yıl önce |
Jason Millard
|
39f7248d4a
Backends: OpenGL3: Add glBindSampler for GL ES 3.0. (#6375)
|
2 yıl önce |
ocornut
|
dd9db5e889
Backends: OpenGL3: Added runtime flags for ES2/ES3 to simplify coding-style. (#6375)
|
2 yıl önce |
ocornut
|
a338b78eb9
Backends: OpenGL3: amend reset GL_POLYGON_MODE separately for front and back when possible. (#6333)
|
2 yıl önce |
Gereon V
|
d0836aa89a
Backends: OpenGL3: reset GL_POLYGON_MODE separately for front and back when possible. (#6333)
|
2 yıl önce |
Gereon V
|
055e71518e
Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335)
|
2 yıl önce |
ocornut
|
8a6911b894
Backends: Fixes zealous warnings (#5760)
|
2 yıl önce |
ocornut
|
7dcf129b3b
Backends: OpenGL3: Properly restoring "no shader program bound". (#6267, #6220, #6224)
|
2 yıl önce |
ocornut
|
0d606968d8
Backend: OpenGL3: Amend b0c18166 fix cases where glGetString(GL_VERSION) returns NULL. (#6154, #4445, #3530)
|
2 yıl önce |
Cyphall
|
66b762577c
Backends: OpenGL3: Fixed restoration of a potentially deleted OpenGL program. (#6220, #6224)
|
2 yıl önce |
ocornut
|
e816bc6723
Merge misc changes from docking branch to reduce small drift.
|
2 yıl önce |
ocornut
|
265b88273e
Backends: Fixed pragma warning with old GCC.
|
2 yıl önce |
ocornut
|
f822e07d76
Backends: SDL: Removed SDL_MOUSEWHEEL value clamping. (#4019, #6096, #6081)
|
2 yıl önce |
ocornut
|
713e034d95
Backends: OpenGL3: Fix for zealous warning. (#5947)
|
2 yıl önce |
ocornut
|
b8b0f9d02e
Backends: OpenGL3: Reverted use of glBufferSubData(). (#4468, #4504, #3381, #2981, #4825, #4832, #5127)
|
2 yıl önce |
ocornut
|
c54230d14e
Backends: Using nullptr instead of NULL. (#5760, #4537) + fix additional warnings.
|
2 yıl önce |
ocornut
|
325299f942
Backends: OpenGL: Add ability to #define IMGUI_IMPL_OPENGL_DEBUG. (#4468, #4825, #4832, #5127, #5655, #5709)
|
2 yıl önce |
xiaozhuai, Weihang Ding
|
e5b2286ca8
Backends: OpenGL3: Fix apple TARGET_OS_* not defined warning. (#5321)
|
3 yıl önce |
ocornut
|
ca222d30c8
Backends: OpenGL: Partially revert 1.86 change of using glBufferSubData(): now only done on Intel GPUs. (#4468, #3381, #2981, #4825, #4832, #5127)
|
3 yıl önce |
ocornut
|
60bea052a9
Backends: OpenGL3: Fix state corruption on OpenGL ES 2.0 due to not preserving GL_ELEMENT_ARRAY_BUFFER_BINDING and vertex attribute states. (amends)
|
3 yıl önce |
Rokas Kupstys
|
b7686a88e9
Backends: OpenGL3: Fix state corruption on OpenGL ES 2.0 due to not preserving GL_ELEMENT_ARRAY_BUFFER_BINDING and vertex attribute states.
|
3 yıl önce |
ocornut
|
f7f30476d5
Added comments about requirement for bilinear filtering. (#5156, #3245) + Backends: SDL_Renderer: Explicitely call SDL_SetTextureScaleMode(). (#4927)
|
3 yıl önce |
ocornut
|
fd06ed833b
Misc: tweaks + fix warnings on backends withtout -wno-memaccess (#4995, #5104)
|
3 yıl önce |
Rokas Kupstys
|
40fd163a3b
Backends: OpenGL3: Fix OpenGL ES2 includes on Apple systems.
|
3 yıl önce |
ocornut
|
dbeea7220f
Backends: Silence overzealous warnings. (#4834) Add comments about SetDragDropPayload() return value. (#4835)
|
3 yıl önce |
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 yıl önce |
ocornut
|
440824d431
Backends: Fixed early out on empty clip rect. In particular, DX12 backend would warn about it (others not so much). (#4775, #4464)
|
3 yıl önce |