ocornut
|
6972b6c380
Merge branch 'master' into docking
|
4 months ago |
fdsa
|
3c3d943fb1
Docs: Fix some typos (#8473)
|
4 months ago |
ocornut
|
15b96fd051
Merge branch 'master' into docking
|
5 months ago |
ocornut
|
1aab00da85
Misc shallow tweaks/tidying up. (#8446)
|
5 months ago |
ocornut
|
773060155f
Merge branch 'master' into docking
|
5 months ago |
ocornut
|
8f0411ff03
Backends: OpenGL3: Lazily reinitialize embedded GL loader for when calling backend from e.g. other DLL boundaries. (#8406)
|
5 months ago |
ocornut
|
71d39a4634
Merge branch 'master' into docking
|
5 months ago |
ocornut
|
88cda0cab6
Fixed minor warning. Added comment.
|
5 months ago |
ocornut
|
960a6f14bf
Merge branch 'master' into docking
|
6 months ago |
ocornut
|
5413a9a6b4
Merge branch 'master' into docking
|
7 months ago |
ocornut
|
457fae24e7
Silence more zealous GCC warning. (#8241)
|
7 months ago |
ocornut
|
a9cd0f5e42
Merge branch 'master' into docking
|
7 months ago |
ocornut
|
f3147f446a
Backends: OpenGL3: call glGetString(GL_VERSION) even in GS ES 2.0 path. (#8197)
|
7 months ago |
ocornut
|
43fbd7ce84
Backends: standardized top of file comments.
|
7 months ago |
ocornut
|
ff2d6815ef
Merge branch 'master' into docking
|
7 months ago |
Thomas Hope
|
923ca4765a
Backends: OpenGL3: Fix compile error with IMGUI_IMPL_OPENGL_ES2 and IMGUI_IMPL_OPENGL_DEBUG (#8197)
|
8 months ago |
ocornut
|
cdf21f6773
Merge branch 'master' into docking
|
8 months ago |
ocornut
|
20360e00ce
Merge miscellaneous small changes to reduce drift with texture update branch.
|
8 months ago |
ocornut
|
9d6ec825cb
Merge branch 'master' into docking
|
9 months ago |
ocornut
|
81b689b969
Backends: OpenGL3: added additional debug GL_CALL enclosure for glCreateShader() calls. (#8104)
|
9 months ago |
ocornut
|
22503bfe75
Backends: changed all backends to allow enabling ImGuiConfigFlags_ViewportsEnable after initialization. (#5371)
|
9 months ago |
ocornut
|
fa9277d12d
Merge branch 'master' into docking
|
9 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)
|
9 months ago |
ocornut
|
9bd5d8a240
Backends: misc renaming of locals. Use 'draw_list' instead of 'cmd_list'. Avoid using 'ctx'.
|
9 months ago |
ocornut
|
3552df562e
Merge branch 'master' into docking
|
1 year ago |
Cyao
|
fe09ebbe0a
Backends: OpenGL3: Fixed unsupported option warning with apple clang (#7810)
|
1 year ago |
ocornut
|
138d9d0c21
Merge branch 'master' into docking
|
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 |
ocornut
|
5ecef2f321
Merge branch 'master' into docking
|
1 year ago |
Michal Šlesár
|
4c3eac2c10
Backends: OpenGL3: Fixed zealous warning by initializing last_pixel_unpack_buffer. (#7614)
|
1 year ago |