summaryrefslogtreecommitdiffstats
path: root/Imgui (follow)
Commit message (Expand)AuthorAgeFilesLines
* imgui: fixed MacOS errorassiduous2021-02-171-1/+1
* Updated imguiassiduous2021-02-172-5/+6
* Updated more copyright noticesassiduous2021-01-0410-10/+10
* Updated copyright noticeassiduous2021-01-017-7/+7
* ImGui renderer: fixed GL shaders to support non-separable programsassiduous2020-11-221-4/+8
* ImGuiDiligentRenderer: added MSL shadersassiduous2020-10-261-14/+98
* Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)assiduous2020-10-191-1/+1
* Some updates to match API240076assiduous2020-10-191-3/+3
* Fixed compilation after PSO refactoringazhirnov2020-10-151-11/+10
* ImGuiDiligentRenderer: a couple of minor updatesassiduous2020-08-262-12/+17
* Added support for 1+ textures to ImGui rendererThomas Tissot2020-08-181-10/+15
* Fixed Imgui shader issue in MacOS (fixed https://github.com/DiligentGraphics/...assiduous2020-08-051-2/+12
* ImGui renderer: updated shaders for Vulkan and OpenGLassiduous2020-07-211-79/+112
* Imgui renderer: using pre-compiled SPIRV shaders in Vulkan modeassiduous2020-06-291-2/+102
* Moved ImGuiImplDiligent_Internal into separate compilation unitThomas Tissot2020-06-125-612/+710
* Merge pull request #10 from dolphineye/user/dolphineye/imgui-framebuffer-scaleAssiduous2020-06-111-8/+14
|\
| * Fixed ImGUI framebuffer scaleThomas Tissot2020-06-111-8/+14
* | Added option to customize dear ImGui pathThomas Tissot2020-06-051-1/+6
* | Minor update to ImGuiUtilsassiduous2020-05-311-3/+18
|/
* Imgui: fixed display size debug checks for minimized windowassiduous2020-05-203-6/+6
* Imgui: fixed xinput link errors on MinGWassiduous2020-05-021-0/+7
* Fixed MinGW build issueassiduous2020-05-011-0/+8
* A couple of minor updates to imgui Linux implementationassiduous2020-04-282-0/+14
* Updated display size handling by imgui on Mac and iOSassiduous2020-04-284-27/+6
* Updated Android native app to better handle orientation changesassiduous2020-04-271-2/+2
* Imgui: handling surface pretransformassiduous2020-04-2716-66/+296
* Moved ImGuiScopedDisabler to ImGui namespace and renamed to ScopedDisablerassiduous2020-04-051-9/+4
* Updates to match API version 240056assiduous2020-04-011-2/+4
* Updated ImGuiUtils: added ScopedID helper classassiduous2020-03-251-0/+15
* Diligent-Imgui: added imgui_stdlib.cpp/h to the projectassiduous2020-03-031-3/+14
* Fixed linux and mac build issuesassiduous2020-01-311-2/+2
* Renamed .h -> .hpp where appropriateassiduous2020-01-3118-36/+36
* Updates to comply with the new APIassiduous2020-01-293-5/+6
* ImGuiImplDiligent: added UpdateFontsTexture() methodassiduous2020-01-192-1/+9
* Updated copyright noticeassiduous2020-01-0115-105/+165
* ImGuiImplDiligent: added EndFrame methodassiduous2019-12-262-0/+7
* Reverted previous change if this was not the cause of the problem. It seems t...assiduous2019-12-261-1/+0
* ImGuiImplDiligent: added missing call to ImGui::EndFrameassiduous2019-12-261-0/+1
* clang-formatted ImGuiImplEgor Yusov2019-11-2515-349/+382
* Renamed INSTALL_DILIGENT_TOOLS cmake option to DILIGENT_INSTALL_TOOLSEgor Yusov2019-11-211-1/+1
* Added install instructionsEgor Yusov2019-11-192-2/+6
* Minor updateEgor Yusov2019-11-171-1/+1
* Moved Native App from master repositoryEgor Yusov2019-11-111-1/+1
* Fixed a couple of macos/clang warningsEgor Yusov2019-10-261-3/+3
* Fixed compiler warningEgor Yusov2019-10-251-1/+1
* Few updates to comply with API version 240033Egor Yusov2019-10-191-2/+2
* Imgui: fixed shaders to work with non-separable program in GLEgor Yusov2019-10-111-4/+2
* Added Imgui Android implementationEgor2019-10-033-0/+150
* Fixed Android build errorEgor2019-10-021-1/+1
* Imgui linux: implemented x11 inputEgor2019-10-023-2/+252