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>
This commit is contained in:
Emma Anholt
2023-06-05 16:20:55 -07:00
committed by Marge Bot
parent 34808de737
commit 1dd1147408
6 changed files with 0 additions and 188 deletions

View File

@@ -460,18 +460,6 @@ option(
'with allow_execmem.'
)
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',