aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/os_memory.h
Commit message (Collapse)AuthorAgeFilesLines
* util/os_memory: use detect_os.h to uncouple it from galliumEric Engestrom2019-08-021-5/+2
| | | | | | | While at it, remove p_compiler.h as well as it is unused. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Matt Turner <[email protected]>
* scons: rename PIPE_SUBSYSTEM_EMBEDDED to EMBEDDED_DEVICEEric Engestrom2019-08-021-1/+1
| | | | | | | 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: promote u_memory to src/utilDylan Baker2018-11-271-0/+80
as well as os_memory* Reviewed-by: Rob Clark <[email protected]>