summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/glxapi.c
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-11-29 14:46:26 +0000
committerEmil Velikov <[email protected]>2017-12-01 19:30:23 +0000
commitbcf0ce401695aa432d60730456a6779a0f58f543 (patch)
treeb5f7f47323e1351082e3783d64a8a7a4cbdb0d36 /src/mesa/drivers/x11/glxapi.c
parentb1e7386f1bd388d01f360ff4e33d6b4a32941d0d (diff)
xlib: remove empty GLX_MESA_agp_offset stubs
The extension was never implemented and seemingly never will. The DRI based libGL dropped support for it over 10 years ago. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Adam Jackson <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/drivers/x11/glxapi.c')
-rw-r--r--src/mesa/drivers/x11/glxapi.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/mesa/drivers/x11/glxapi.c b/src/mesa/drivers/x11/glxapi.c
index ff8b2b2ce16..40d73006bbe 100644
--- a/src/mesa/drivers/x11/glxapi.c
+++ b/src/mesa/drivers/x11/glxapi.c
@@ -1019,20 +1019,6 @@ glXSet3DfxModeMESA(int mode)
-/*** GLX_MESA_agp_offset */
-
-GLuint PUBLIC
-glXGetAGPOffsetMESA( const GLvoid *pointer )
-{
- struct _glxapi_table *t;
- Display *dpy = glXGetCurrentDisplay();
- GET_DISPATCH(dpy, t);
- if (!t)
- return ~0;
- return t->GetAGPOffsetMESA(pointer);
-}
-
-
/*** GLX_EXT_texture_from_pixmap */
void PUBLIC
@@ -1257,9 +1243,6 @@ static struct name_address_pair GLX_functions[] = {
/*** GLX_ARB_get_proc_address ***/
{ "glXGetProcAddressARB", (__GLXextFuncPtr) glXGetProcAddressARB },
- /*** GLX_MESA_agp_offset ***/
- { "glXGetAGPOffsetMESA", (__GLXextFuncPtr) glXGetAGPOffsetMESA },
-
/*** GLX_EXT_texture_from_pixmap ***/
{ "glXBindTexImageEXT", (__GLXextFuncPtr) glXBindTexImageEXT },
{ "glXReleaseTexImageEXT", (__GLXextFuncPtr) glXReleaseTexImageEXT },