summaryrefslogtreecommitdiffstats
path: root/Imgui/src/ImGuiDiligentRenderer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-01Updated copyright noticeassiduous1-1/+1
2020-11-22ImGui renderer: fixed GL shaders to support non-separable programsassiduous1-4/+8
2020-10-26ImGuiDiligentRenderer: added MSL shadersassiduous1-14/+98
2020-10-19Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)assiduous1-1/+1
2020-10-19Some updates to match API240076assiduous1-3/+3
2020-10-15Fixed compilation after PSO refactoringazhirnov1-11/+10
2020-08-26ImGuiDiligentRenderer: a couple of minor updatesassiduous1-5/+7
2020-08-18Added support for 1+ textures to ImGui rendererThomas Tissot1-10/+15
2020-08-05Fixed Imgui shader issue in MacOS (fixed https://github.com/DiligentGraphics/...assiduous1-2/+12
2020-07-21ImGui renderer: updated shaders for Vulkan and OpenGLassiduous1-79/+112
2020-06-29Imgui renderer: using pre-compiled SPIRV shaders in Vulkan modeassiduous1-2/+102
2020-06-12Moved ImGuiImplDiligent_Internal into separate compilation unitThomas Tissot1-151/+66
2020-06-11Fixed ImGUI framebuffer scaleThomas Tissot1-8/+14
2020-04-27Updated Android native app to better handle orientation changesassiduous1-2/+2
2020-04-27Imgui: handling surface pretransformassiduous1-20/+190
2020-04-01Updates to match API version 240056assiduous1-2/+4
2020-01-31Renamed .h -> .hpp where appropriateassiduous1-1/+1
2020-01-29Updates to comply with the new APIassiduous1-3/+3
2020-01-19ImGuiImplDiligent: added UpdateFontsTexture() methodassiduous1-1/+7
2020-01-01Updated copyright noticeassiduous1-7/+11
2019-12-26ImGuiImplDiligent: added EndFrame methodassiduous1-0/+6
2019-12-26Reverted previous change if this was not the cause of the problem. It seems t...assiduous1-1/+0
2019-12-26ImGuiImplDiligent: added missing call to ImGui::EndFrameassiduous1-0/+1
2019-11-25clang-formatted ImGuiImplEgor Yusov1-76/+82
2019-10-25Fixed compiler warningEgor Yusov1-1/+1
2019-10-19Few updates to comply with API version 240033Egor Yusov1-2/+2
2019-10-11Imgui: fixed shaders to work with non-separable program in GLEgor Yusov1-4/+2
2019-09-29Imgui implementation: fixed few Vulkan issuesEgor Yusov1-1/+6
2019-09-25Added DearImguiEgor Yusov1-0/+457