summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2019-12-03 20:38:14 -0500
committerMarek Olšák <marek.olsak@amd.com>2020-05-13 13:47:27 -0400
commit8c9b9aac7d09e65195dca6681d59c10e4ef713d9 (patch)
tree4b419e23b0fb2e78eaadaefd31d5923d9c277fb0 /meson_options.txt
parentd6287a94b697ffe12a4e576a38943cdf4e90cdb0 (diff)
gallium: change comments to remove 'state tracker'
Acked-by: Eric Anholt <eric@anholt.net> Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4902>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/meson_options.txt b/meson_options.txt
index ab43150669b..f5609cacc51 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -76,7 +76,7 @@ option(
type : 'combo',
value : 'auto',
choices : ['auto', 'true', 'false'],
- description : 'enable gallium vdpau state tracker.',
+ description : 'enable gallium vdpau frontend.',
)
option(
'vdpau-libs-path',
@@ -89,7 +89,7 @@ option(
type : 'combo',
value : 'auto',
choices : ['auto', 'true', 'false'],
- description : 'enable gallium xvmc state tracker.',
+ description : 'enable gallium xvmc frontend.',
)
option(
'xvmc-libs-path',
@@ -102,7 +102,7 @@ option(
type : 'combo',
value : 'auto',
choices : ['auto', 'disabled', 'bellagio', 'tizonia'],
- description : 'enable gallium omx state tracker.',
+ description : 'enable gallium omx frontend.',
)
option(
'omx-libs-path',
@@ -115,7 +115,7 @@ option(
type : 'combo',
value : 'auto',
choices : ['auto', 'true', 'false'],
- description : 'enable gallium va state tracker.',
+ description : 'enable gallium va frontend.',
)
option(
'va-libs-path',
@@ -128,26 +128,26 @@ option(
type : 'combo',
value : 'auto',
choices : ['auto', 'true', 'false'],
- description : 'enable gallium xa state tracker.',
+ description : 'enable gallium xa frontend.',
)
option(
'gallium-nine',
type : 'boolean',
value : false,
- description : 'build gallium "nine" Direct3D 9.x state tracker.',
+ description : 'build gallium "nine" Direct3D 9.x frontend.',
)
option(
'gallium-opencl',
type : 'combo',
choices : ['icd', 'standalone', 'disabled'],
value : 'disabled',
- description : 'build gallium "clover" OpenCL state tracker.',
+ description : 'build gallium "clover" OpenCL frontend.',
)
option(
'opencl-spirv',
type : 'boolean',
value : false,
- description : 'build gallium "clover" OpenCL state tracker with SPIR-V binary support.',
+ description : 'build gallium "clover" OpenCL frontend with SPIR-V binary support.',
)
option(
'd3d-drivers-path',