mesa/src/intel/tools/imgui
Eric Engestrom 455a3cd515 tools/imgui: disable all warnings
This is an external project we have no control over, and will not be
fixing (other than by sometimes pulling the latest sources), so warnings
serve no purpose here.

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
2018-10-31 16:28:33 +00:00
..
imconfig.h
imgui.cpp
imgui.h
imgui_demo.cpp
imgui_draw.cpp
imgui_impl_gtk3.cpp
imgui_impl_gtk3.h
imgui_impl_opengl3.cpp
imgui_impl_opengl3.h
imgui_internal.h
imgui_memory_editor.h
LICENSE.txt
meson.build tools/imgui: disable all warnings 2018-10-31 16:28:33 +00:00
README
stb_rect_pack.h
stb_textedit.h
stb_truetype.h

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

This directory contains a copy of the Dear ImGui library at the following commit :

commit 6211f40f3d903dd9df961256e044029c49793aa3
Author: omar <omarcornut@gmail.com>
Date:   Fri Jul 27 12:29:33 2018 +0200

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.