summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2022-11-14 20:48:38 -0500
committerMarge Bot <emma+marge@anholt.net>2022-11-27 02:52:41 +0000
commit426f1cbea3ccb65861ddc0e8b1459446a25cbd52 (patch)
tree00e6fca7efa3c67c4373dd31ed300985e32d4fee /include
parent8cb8a3c03dc0b25d9f8b8ab639754888541ddc07 (diff)
downloadmesa-426f1cbea3ccb65861ddc0e8b1459446a25cbd52.tar.gz
dri: move private __DRIDriverVtableExtension out of dri_interface.h
It's only used internally. Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19741>
Diffstat (limited to 'include')
-rw-r--r--include/GL/internal/dri_interface.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h
index 7f1f48243e1..b8b4d3e4a6f 100644
--- a/include/GL/internal/dri_interface.h
+++ b/include/GL/internal/dri_interface.h
@@ -1857,23 +1857,6 @@ typedef struct __DRIconfigOptionsExtensionRec {
} __DRIconfigOptionsExtension;
/**
- * This extension provides a driver vtable to a set of common driver helper
- * functions (driCoreExtension, driDRI2Extension) within the driver
- * implementation, as opposed to having to pass them through a global
- * variable.
- *
- * It is not intended to be public API to the actual loader, and the vtable
- * layout may change at any time.
- */
-#define __DRI_DRIVER_VTABLE "DRI_DriverVtable"
-#define __DRI_DRIVER_VTABLE_VERSION 1
-
-typedef struct __DRIDriverVtableExtensionRec {
- __DRIextension base;
- const struct __DriverAPIRec *vtable;
-} __DRIDriverVtableExtension;
-
-/**
* Query renderer driver extension
*
* This allows the window system layer (either EGL or GLX) to query aspects of