diff options
author | Dave Airlie <[email protected]> | 2016-10-14 12:55:03 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2016-10-19 09:05:25 +1000 |
commit | 008f54f63af51638ce36e47ca971714953f142f8 (patch) | |
tree | 5d3c2f47fdf7abe0de26b6af969047305097696e /src/util/Makefile.sources | |
parent | 8b731b8b0364a19917a62d69ebd106423555ec27 (diff) |
util: add vector util code.
This is ported from anv, both anv and radv can share this.
Reviewed-by: Nicolai Hähnle <[email protected]>
Acked-by: Jason Ekstrand <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r-- | src/util/Makefile.sources | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index 8b17bcf8143..b7b1e913c94 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -35,7 +35,9 @@ MESA_UTIL_FILES := \ strtod.h \ texcompress_rgtc_tmp.h \ u_atomic.h \ - u_endian.h + u_endian.h \ + u_vector.c \ + u_vector.h MESA_UTIL_GENERATED_FILES = \ format_srgb.c |