mesa/src/poly/meson.build
Mary Guillemard b2accf86d1 poly: Migrate AGX's GS/TESS emulation to common code
This moves most of the code to a new home: src/poly.
Most precomp kernels logic that could be moved are provided by poly now.

Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37914>
2025-10-16 19:25:35 +00:00

9 lines
145 B
Meson

# Copyright © 2025 Collabora Ltd.
# SPDX-License-Identifier: MIT
inc_poly = include_directories([
'.', 'nir'
])
subdir('cl')
subdir('nir')