clover: Import new utility library.
authorFrancisco Jerez <currojerez@riseup.net>
Sun, 6 Oct 2013 20:47:19 +0000 (13:47 -0700)
committerFrancisco Jerez <currojerez@riseup.net>
Mon, 21 Oct 2013 17:47:02 +0000 (10:47 -0700)
commite93efa0d505e0337629b178d970e369c0745911d
treedc79b204fdbf5e2c3c152b9466e3d5f7ca892086
parent7baad4b99656c7b9d992bd7626bda2e719412cff
clover: Import new utility library.

Tested-by: Tom Stellard <thomas.stellard@amd.com>
12 files changed:
src/gallium/state_trackers/clover/Doxyfile
src/gallium/state_trackers/clover/Makefile.sources
src/gallium/state_trackers/clover/util/adaptor.hpp [new file with mode: 0644]
src/gallium/state_trackers/clover/util/algebra.hpp [new file with mode: 0644]
src/gallium/state_trackers/clover/util/algorithm.hpp [new file with mode: 0644]
src/gallium/state_trackers/clover/util/compat.cpp [new file with mode: 0644]
src/gallium/state_trackers/clover/util/compat.hpp [new file with mode: 0644]
src/gallium/state_trackers/clover/util/functional.hpp [new file with mode: 0644]
src/gallium/state_trackers/clover/util/lazy.hpp [new file with mode: 0644]
src/gallium/state_trackers/clover/util/pointer.hpp [new file with mode: 0644]
src/gallium/state_trackers/clover/util/range.hpp [new file with mode: 0644]
src/gallium/state_trackers/clover/util/tuple.hpp [new file with mode: 0644]