OSDN Git Service

gallium: build ddebug, noop, rbug, trace as part of auxiliary
authorMarek Olšák <marek.olsak@amd.com>
Mon, 4 Sep 2017 20:36:34 +0000 (22:36 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Wed, 7 Feb 2018 21:08:34 +0000 (22:08 +0100)
commit6f82b8d8d0a986aac28e7bec47fc313fb950475c
tree69eac15198a19e2e16447b5d4774a5c787af677e
parentdef09f8db0ce77fc41f5188418e0b06356ce59b7
gallium: build ddebug, noop, rbug, trace as part of auxiliary

Building gallium is faster by 7.5 seconds on a 4core/8thread 3GHz CPU.
(gallium build time is reduced by 15% when building only radeonsi)

Non-recursive makefiles are great!
14 files changed:
src/gallium/Makefile.am
src/gallium/auxiliary/Makefile.am
src/gallium/auxiliary/target-helpers/inline_debug_helper.h
src/gallium/drivers/ddebug/Makefile.sources
src/gallium/drivers/noop/Makefile.sources
src/gallium/drivers/rbug/Makefile.sources
src/gallium/drivers/trace/Makefile.sources
src/gallium/state_trackers/osmesa/Makefile.am
src/gallium/targets/d3dadapter9/Makefile.am
src/gallium/targets/dri/Makefile.am
src/gallium/targets/libgl-xlib/Makefile.am
src/gallium/targets/osmesa/Makefile.am
src/gallium/targets/pipe-loader/Makefile.am
src/gallium/tests/unit/Makefile.am