summaryrefslogtreecommitdiffstats
path: root/src/util/Makefile.sources
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2017-03-22 10:47:05 +1100
committerTimothy Arceri <[email protected]>2017-03-23 08:16:29 +1100
commit53660c23662edb829e6bfd54bcdc0df4688ec62b (patch)
tree88f3f160cc56b99c2cd5cb034fe0bb64b9a97472 /src/util/Makefile.sources
parente11049f2c367192dfb1540855f6571a5e29b77ec (diff)
util: move rand_xorshift128plus() to utils
V2: pass the seed to rand_xorshift128plus() so that we can isolate its uses. Reviewed-by: Grazvydas Ignotas <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r--src/util/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources
index d4a444aee3e..8ee45d56170 100644
--- a/src/util/Makefile.sources
+++ b/src/util/Makefile.sources
@@ -25,6 +25,8 @@ MESA_UTIL_FILES := \
sha1/sha1.h \
ralloc.c \
ralloc.h \
+ rand_xor.c \
+ rand_xor.h \
register_allocate.c \
register_allocate.h \
rgtc.c \