Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: Include <stdbool.h> in debug.h. | Matt Turner | 2015-11-24 | 1 | -0/+1 |
| | |||||
* | util: move brw_env_var_as_boolean() to util | Rob Clark | 2015-11-24 | 1 | -0/+2 |
| | | | | | | | | Kind of a handy function. And I'll want it available outside of i965 for common nir-pass helpers. Signed-off-by: Rob Clark <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> | ||||
* | util: Move DRI parse_debug_string() to util | Kristian Høgsberg Kristensen | 2015-10-08 | 1 | -0/+46 |
We want to use intel_debug.c in code that doesn't link to dri common. v2: Remove unnecessary stddef.h include (Topi), use util/debug.h in all DRI driver and remove driParseDebugString() (Iago). Reviewed-by: Topi Pohjolainen <[email protected]> Signed-off-by: Kristian Høgsberg Kristensen <[email protected]> |