Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | meson: drop `intel_` prefix on imgui_core | Eric Engestrom | 2019-12-10 | 1 | -1/+1 |
| | | | | | | | Again, no real effect, just the name of a temporary build file. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]> | ||||
* | imgui: bump imgui memory editor copy | Lionel Landwerlin | 2019-06-18 | 2 | -30/+38 |
| | | | | | | | | | | | | 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: delete demo file | Eric Engestrom | 2019-05-21 | 2 | -4326/+1 |
| | | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Lionel Landwerlin <[email protected]> | ||||
* | imgui: fix undefined behaviour bitshift. | Dave Airlie | 2019-05-17 | 1 | -1/+1 |
| | | | | | | | | imgui_draw.cpp:1781: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour Reported by coverity Acked-by: Ilia Mirkin <[email protected]> | ||||
* | imgui: update memory editor | Lionel Landwerlin | 2019-02-26 | 2 | -67/+97 |
| | | | | | 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]> | ||||
* | imgui: make sure our copy of imgui doesn't clash with others in the same process | Lionel Landwerlin | 2019-02-21 | 1 | -0/+5 |
| | | | | | | | | | | | 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]> | ||||
* | imgui: bump copy | Lionel Landwerlin | 2019-02-21 | 12 | -10668/+14303 |
| | | | | | | | | | | | | | | | | | | | | Updated at : commit f977871854af941289f2a9090dcc90f7aa3449a8 Author: omar <[email protected]> Date: Fri Feb 15 13:10:22 2019 +0100 ImFont: Minor adjustment to the structure. Examples: Removed unused variable. 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]> | ||||
* | build: move imgui out of src/intel/tools to be reused | Lionel Landwerlin | 2019-02-21 | 13 | -0/+31602 |
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]> |