From 9fddc9dd06d122bc8c7abe9a1195b96e2099c5cd Mon Sep 17 00:00:00 2001 From: Ville Syrjälä Date: Tue, 27 Feb 2018 22:51:31 +0200 Subject: lib: Add igt_matrix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a helper library for basic matrix math. v2: Make the identity matrix static const (Chris) Add the m(row,col) macro (Chris) Cc: Chris Wilson Signed-off-by: Ville Syrjälä Reviewed-by: Chris Wilson --- lib/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/meson.build') diff --git a/lib/meson.build b/lib/meson.build index 312e8f0d..b0955352 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -9,6 +9,7 @@ lib_sources = [ 'igt_aux.c', 'igt_gt.c', 'igt_gvt.c', + 'igt_matrix.c', 'igt_primes.c', 'igt_rand.c', 'igt_stats.c', -- cgit v1.2.3