Mesa (master): autotools, meson: add tileset.h

Juan Antonio Suárez Romero jasuarez at kemper.freedesktop.org
Tue May 15 08:07:45 UTC 2018


Module: Mesa
Branch: master
Commit: bd68f1013cea8742390c5d9945d3ca978f22b902
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd68f1013cea8742390c5d9945d3ca978f22b902

Author: Juan A. Suarez Romero <jasuarez at igalia.com>
Date:   Mon May 14 13:32:54 2018 +0200

autotools, meson: add tileset.h

Fixes: 4e52cb51b5 ("swr/rast: Thread locked tiles improvement")
Reviewed-by: Eric Engestrom <eric.engestrom at intel.com>

---

 src/gallium/drivers/swr/Makefile.sources | 1 +
 src/gallium/drivers/swr/meson.build      | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/gallium/drivers/swr/Makefile.sources b/src/gallium/drivers/swr/Makefile.sources
index a06d1d7b92..6753d501a0 100644
--- a/src/gallium/drivers/swr/Makefile.sources
+++ b/src/gallium/drivers/swr/Makefile.sources
@@ -132,6 +132,7 @@ CORE_CXX_SOURCES := \
 	rasterizer/core/threads.h \
 	rasterizer/core/tilemgr.cpp \
 	rasterizer/core/tilemgr.h \
+	rasterizer/core/tileset.h \
 	rasterizer/core/utils.h
 
 JITTER_CXX_SOURCES := \
diff --git a/src/gallium/drivers/swr/meson.build b/src/gallium/drivers/swr/meson.build
index 575133def5..5b3b53d0ac 100644
--- a/src/gallium/drivers/swr/meson.build
+++ b/src/gallium/drivers/swr/meson.build
@@ -1,4 +1,4 @@
-# Copyright © 2017-2018 Intel Corporation
+# Copyright © 2017-2018 Intel Corporation
 
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
@@ -131,6 +131,7 @@ files_swr_arch = files(
   'rasterizer/core/threads.h',
   'rasterizer/core/tilemgr.cpp',
   'rasterizer/core/tilemgr.h',
+  'rasterizer/core/tileset.h',
   'rasterizer/core/utils.h',
   'rasterizer/memory/ClearTile.cpp',
   'rasterizer/memory/Convert.h',




More information about the mesa-commit mailing list