autotools, meson: add tileset.h
authorJuan A. Suarez Romero <jasuarez@igalia.com>
Mon, 14 May 2018 11:32:54 +0000 (13:32 +0200)
committerJuan A. Suarez Romero <jasuarez@igalia.com>
Tue, 15 May 2018 08:00:11 +0000 (10:00 +0200)
Fixes: 4e52cb51b5 ("swr/rast: Thread locked tiles improvement")
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
src/gallium/drivers/swr/Makefile.sources
src/gallium/drivers/swr/meson.build

index a06d1d7..6753d50 100644 (file)
@@ -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 := \
index 575133d..5b3b53d 100644 (file)
@@ -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',