Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: android logging support | Rob Clark | 2019-09-06 | 1 | -1/+8 |
| | | | | | | | | | In particular, it would be nice for failed debug_assert() msgs to show up in logcat. Signed-off-by: Rob Clark <[email protected]> Kristian H. Kristensen <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> | ||||
* | util: Prevent implicit declaration of function getenv. | Jose Fonseca | 2019-08-28 | 1 | -0/+1 |
| | | | | | | | | With MinGW cross compilation. Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Roland Scheidegger <[email protected]> Acked-by: Eric Engestrom <[email protected]> | ||||
* | util/os_misc: use detect_os.h to start uncoupling from gallium | Eric Engestrom | 2019-08-02 | 1 | -12/+12 |
| | | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Matt Turner <[email protected]> | ||||
* | gallium/utils: drop PIPE_SUBSYSTEM_WINDOWS_USER | Eric Engestrom | 2019-08-02 | 1 | -3/+3 |
| | | | | | | | This is basically just an alias for PIPE_OS_WINDOWS. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Matt Turner <[email protected]> | ||||
* | scons: rename PIPE_SUBSYSTEM_EMBEDDED to EMBEDDED_DEVICE | Eric Engestrom | 2019-08-02 | 1 | -2/+2 |
| | | | | | | | It has nothing to do with the PIPE_SUBSYSTEM_* stuff from gallium. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Matt Turner <[email protected]> | ||||
* | util: fix typo in comment | Eric Engestrom | 2019-08-02 | 1 | -1/+1 |
| | | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Matt Turner <[email protected]> | ||||
* | util/os_misc: Add check for PIPE_OS_HURD | Timo Aaltonen | 2019-02-27 | 1 | -2/+2 |
| | | | | | | | | Fix build on Hurd. Signed-off-by: Timo Aaltonen <[email protected]> Acked-by: Eric Engestrom <[email protected]> Acked-by: Emil Velikov <[email protected]> | ||||
* | util: Move os_misc to util | Dylan Baker | 2018-10-30 | 1 | -0/+176 |
this is needed by u_debug Tested-by: Brian Paul <[email protected]> Reviewed-by: Marek Olšák <[email protected]> |