OSDN Git Service

util: Move os_misc to util
authorDylan Baker <dylan@pnwbakers.com>
Mon, 29 Oct 2018 18:21:07 +0000 (11:21 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Tue, 30 Oct 2018 21:32:52 +0000 (14:32 -0700)
commit2fd5dff7e7348cce46318ee0db913948968ded2a
treeae5e2dbd8026ddfd5e4faaec476d3f634dc17f41
parentf1f104e54878ef42f02c947b8f1f3f0b710af6d8
util: Move os_misc to util

this is needed by u_debug

Tested-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
12 files changed:
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/meson.build
src/gallium/auxiliary/util/u_debug.h
src/gallium/drivers/i915/i915_screen.c
src/gallium/drivers/llvmpipe/lp_screen.c
src/gallium/drivers/softpipe/sp_screen.c
src/gallium/drivers/v3d/v3d_screen.c
src/gallium/drivers/vc4/vc4_screen.c
src/util/Makefile.sources
src/util/meson.build
src/util/os_misc.c [moved from src/gallium/auxiliary/os/os_misc.c with 100% similarity]
src/util/os_misc.h [moved from src/gallium/auxiliary/os/os_misc.h with 100% similarity]