summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEmma Anholt <emma@anholt.net>2023-06-05 16:20:55 -0700
committerMarge Bot <emma+marge@anholt.net>2023-06-12 21:37:37 +0000
commit1dd1147408e8fcfb9cbd08d5a5651152d288ef41 (patch)
treead5dca315c866a11f280afb0ab07e56dad8bce89 /meson_options.txt
parent34808de7371f93222136994a8656fc21b55bdd65 (diff)
mapi: Delete execmem support code.
No longer used now that we don't dynamically generate dispatch stubs. Acked-by: Marek Olšák <marek.olsak@amd.com> Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23451>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 455ae4d29bf..5984dc6d768 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -461,18 +461,6 @@ option(
)
option(
- 'execmem',
- type : 'boolean',
- value : true,
- description : 'Enable execmem support. Without execmem, glapi will fail ' +
- 'to generate dynamic glapi stubs when entrypoints unknown ' +
- 'to glapi but known to DRI drivers are requested in ' +
- 'eglGetProcAddress or glXGetProcAddress. This should be ' +
- 'enabled unless the platform can guarantee glapi and DRI ' +
- 'drivers are always built from the same source tree.'
-)
-
-option(
'osmesa',
type : 'boolean',
value : false,