omar
|
cc48f1e5dd
Merge branch 'master' into docking
|
6 years ago |
omar
|
c3d600abed
Fixed imgui_impl_opengl3 broken in previous few commits. (#2591, #2593, #2594)
|
6 years ago |
omar
|
8dc04a4c9f
Merge branch 'master' into docking
|
6 years ago |
omar
|
7755cbbef2
Renamed ImGuiBackendFlags_HasVtxOffset to ImGuiBackendFlags_RendererHasVtxOffset to match naming convention already used in viewport/docking branch. (#2591) + Fix OpenGL3 code missing flag.
|
6 years ago |
omar
|
c72040a715
Merge branch 'master' into docking
|
6 years ago |
omar
|
b3dd03f582
Examples/Backends: DirectX9/10/11/12, Vulkan, OpenGL3 (Desktop GL only): Added support for large meshes (64k+ vertices) with 16-bits indices, enable 'ImGuiBackendFlags_HasVtxOffset' config flag in back-end. (#2591)
|
6 years ago |
Mario Botsch
|
affa7e2422
Examples: imgui_impl_opengl3: Fix empty printout on shader load. (#2584)
|
6 years ago |
omar
|
825b61e4ba
Merge branch 'master' into docking
|
6 years ago |
omar
|
ae405b83a4
Examples: Added missing per-renderer local changelogs. (#2037, #1639, #2452)
|
6 years ago |
omar
|
5c1cd5c8c7
ImDrawCallback_ResetRenderState, Examples: Added support for reset render state callback. (#2037, #1639, #2452)
|
6 years ago |
omar
|
49fb8e6c45
Merge branch 'master' into docking
|
6 years ago |
omar
|
512d39d031
Examples: OpenGL3: Minor tweaks, clarifications + not calling glBindBuffer more than necessary in the render loop.
|
6 years ago |
omar
|
9350158d61
Merge branch 'master' into docking
|
6 years ago |
omar
|
ff03ae503b
Examples: OpenGL: Added a dummy GL call + comments in ImGui_ImplOpenGL3_Init() to detect uninitialized GL function loaders early, and help users understand what they are missing. (#2421)
|
6 years ago |
omar
|
b1af4d36ce
Merge branch 'master' into docking
|
6 years ago |
omar
|
55c02099c5
Version 1.69, comments, typos
|
6 years ago |
omar
|
49eb5f0280
Merge branch 'master' into docking
|
6 years ago |
omar
|
beb3062dc5
Examples: OpenGL: Fix to be able to run on ES 2.0 / WebGL 1.0. [@rmitton, @gabrielcuvillier]
|
6 years ago |
omar
|
9d1a392d7d
Examples: OpenGL: Comments about versions and loaders. (#2393, #2351)
|
6 years ago |
omar
|
87ded34f9f
Merge branch 'master' into docking
|
6 years ago |
omar
|
2068dd509c
Examples: OpenGL: Fix for OSX not supporting OpenGL 4.5, we don't try to read GL_CLIP_ORIGIN even if the OpenGL headers/loader happens to define the value. (#2366, #2186)
|
6 years ago |
omar
|
2cada3c143
Merge branch 'master' into docking
|
6 years ago |
omar
|
a79785c0b9
ImDrawData: Added FramebufferScale field (currently a copy of the value from io.DisplayFramebufferScale).
|
6 years ago |
omar
|
4a3a895be9
Merge branch 'master' into docking
|
6 years ago |
omar
|
f366828dd2
Minor tweaks to reduce false positive of PVS Studio static analyzer.
|
6 years ago |
omar
|
7227454dca
Merge branch 'master' into docking
|
6 years ago |
omar
|
5fc6899dc2
Examples: OpenGL3: Using GLSL 4.10 shaders for any GLSL version over 410 (e.g. 430, 450). (#2329) [@BrutPitt]
|
6 years ago |
omar
|
8079344cee
Merge branch 'master' into viewport
|
6 years ago |
omar
|
2c38b32db1
Removed trailing spaces (#2038, #2299)
|
6 years ago |
omar
|
7658035e5a
About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
|
6 years ago |