diff options
author | Emil Velikov <[email protected]> | 2017-11-29 14:46:26 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-12-01 19:30:23 +0000 |
commit | bcf0ce401695aa432d60730456a6779a0f58f543 (patch) | |
tree | b5f7f47323e1351082e3783d64a8a7a4cbdb0d36 /src/mesa/drivers/x11/glxapi.h | |
parent | b1e7386f1bd388d01f360ff4e33d6b4a32941d0d (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.h')
-rw-r--r-- | src/mesa/drivers/x11/glxapi.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/x11/glxapi.h b/src/mesa/drivers/x11/glxapi.h index a4930b10dca..18e01b06620 100644 --- a/src/mesa/drivers/x11/glxapi.h +++ b/src/mesa/drivers/x11/glxapi.h @@ -186,9 +186,6 @@ struct _glxapi_table { /*** GLX_MESA_set_3dfx_mode ***/ Bool (*Set3DfxModeMESA)(int mode); - /*** GLX_MESA_agp_offset ***/ - GLuint (*GetAGPOffsetMESA)( const GLvoid *pointer ); - /*** GLX_EXT_texture_from_pixmap ***/ void (*BindTexImageEXT)(Display *dpy, GLXDrawable drawable, int buffer, const int *attrib_list); |