Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | imgui: bump imgui memory editor copy | Lionel Landwerlin | 2019-06-18 | 1 | -3/+3 |
| | | | | | | | | | | | | Getting rid of a compiler warning : In file included from ../src/intel/tools/aubinator_viewer.cpp:225: ../src/imgui/imgui_memory_editor.h: In member function ‘void MemoryEditor::DisplayPreviewData(size_t, const u8*, size_t, MemoryEditor::DataType, MemoryEditor::DataFormat, char*, size_t) const’: ../src/imgui/imgui_memory_editor.h:637:16: warning: enumeration value ‘DataType_COUNT’ not handled in switch [-Wswitch] switch (data_type) ^ Signed-off-by: Lionel Landwerlin <[email protected]> | ||||
* | imgui: update memory editor | Lionel Landwerlin | 2019-02-26 | 1 | -1/+11 |
| | | | | | Signed-off-by: Lionel Landwerlin <[email protected]> Acked-by: Tapani Pälli <[email protected]> | ||||
* | imgui: update commit | Lionel Landwerlin | 2019-02-26 | 1 | -2/+5 |
| | | | | | | | | In commit 3950e7c11efc86 ("imgui: bump copy") I forgot to update the README about what copy of imgui we carry. Signed-off-by: Lionel Landwerlin <[email protected]> Acked-by: Tapani Pälli <[email protected]> | ||||
* | build: move imgui out of src/intel/tools to be reused | Lionel Landwerlin | 2019-02-21 | 1 | -0/+15 |
Signed-off-by: Lionel Landwerlin <[email protected]> Acked-by: Jason Ekstrand <[email protected]> +1-by: Mike Lothian <[email protected]> +1-by: Tapani Pälli <[email protected]> +1-by: Eric Engestrom <[email protected]> +1-by: Yurii Kolesnykov <[email protected]> +1-by: myfreeweb <[email protected]> +1-by: Kenneth Graunke <[email protected]> |