Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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: bump copy | Lionel Landwerlin | 2019-02-21 | 1 | -305/+518 |
| | | | | | | | | | | | | | | | | | | | | 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 | 1 | -0/+3077 |
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]> |