mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-19 17:58:09 +02:00
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>
9 lines
145 B
Meson
9 lines
145 B
Meson
# Copyright © 2025 Collabora Ltd.
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
inc_poly = include_directories([
|
|
'.', 'nir'
|
|
])
|
|
|
|
subdir('cl')
|
|
subdir('nir')
|