mesa/src/imgui
Lionel Landwerlin d595529475 imgui: update copy and port all tools using it
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Felix DeGrood <felix.j.degrood@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41244>
2026-04-30 10:59:45 +00:00
..
imconfig.h imgui: update copy and port all tools using it 2026-04-30 10:59:45 +00:00
imgui.cpp imgui: update copy and port all tools using it 2026-04-30 10:59:45 +00:00
imgui.h imgui: update copy and port all tools using it 2026-04-30 10:59:45 +00:00
imgui_draw.cpp imgui: update copy and port all tools using it 2026-04-30 10:59:45 +00:00
imgui_internal.h imgui: update copy and port all tools using it 2026-04-30 10:59:45 +00:00
imgui_memory_editor.h imgui: update copy and port all tools using it 2026-04-30 10:59:45 +00:00
imgui_tables.cpp imgui: update copy and port all tools using it 2026-04-30 10:59:45 +00:00
imgui_widgets.cpp imgui: update copy and port all tools using it 2026-04-30 10:59:45 +00:00
imstb_rectpack.h imgui: update copy and port all tools using it 2026-04-30 10:59:45 +00:00
imstb_textedit.h imgui: update copy and port all tools using it 2026-04-30 10:59:45 +00:00
imstb_truetype.h imgui: update copy and port all tools using it 2026-04-30 10:59:45 +00:00
LICENSE.txt imgui: update copy and port all tools using it 2026-04-30 10:59:45 +00:00
meson.build imgui: update copy and port all tools using it 2026-04-30 10:59:45 +00:00
README

Dear ImGui
==========

This directory contains a copy of the Dear ImGui library
(https://github.com/ocornut/imgui) at the following commit :

commit f977871854af941289f2a9090dcc90f7aa3449a8
Author: omar <omarcornut@gmail.com>
Date:   Fri Feb 15 13:10:22 2019 +0100

    ImFont: Minor adjustment to the structure.
    Examples: Removed unused variable.

There is also a copy of the memory editor
(https://github.com/ocornut/imgui_club) at the following commit :

commit e680ad8d6b9278367d0f71a698beb96b70762ed4
Author: omar <omarcornut@gmail.com>
Date:   Thu May 9 14:11:22 2019 +0200

    imgui_memory_editor: Silence compiler warning. (#13)

Embedding the library into one's project is main way people seems to
work with ImGui. Since this is just for a debugging tool, we're not
exposing ourselves too much.

Apart from tweaking the GLEW include path, there is no other
modification to the files in this directory.