mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 17:40:11 +01:00
autotools, meson: add tileset.h
Fixes: 4e52cb51b5 ("swr/rast: Thread locked tiles improvement")
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
parent
3d0b4979ee
commit
bd68f1013c
2 changed files with 3 additions and 1 deletions
|
|
@ -132,6 +132,7 @@ CORE_CXX_SOURCES := \
|
||||||
rasterizer/core/threads.h \
|
rasterizer/core/threads.h \
|
||||||
rasterizer/core/tilemgr.cpp \
|
rasterizer/core/tilemgr.cpp \
|
||||||
rasterizer/core/tilemgr.h \
|
rasterizer/core/tilemgr.h \
|
||||||
|
rasterizer/core/tileset.h \
|
||||||
rasterizer/core/utils.h
|
rasterizer/core/utils.h
|
||||||
|
|
||||||
JITTER_CXX_SOURCES := \
|
JITTER_CXX_SOURCES := \
|
||||||
|
|
|
||||||
|
|
@ -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
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# 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/threads.h',
|
||||||
'rasterizer/core/tilemgr.cpp',
|
'rasterizer/core/tilemgr.cpp',
|
||||||
'rasterizer/core/tilemgr.h',
|
'rasterizer/core/tilemgr.h',
|
||||||
|
'rasterizer/core/tileset.h',
|
||||||
'rasterizer/core/utils.h',
|
'rasterizer/core/utils.h',
|
||||||
'rasterizer/memory/ClearTile.cpp',
|
'rasterizer/memory/ClearTile.cpp',
|
||||||
'rasterizer/memory/Convert.h',
|
'rasterizer/memory/Convert.h',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue