summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/dri/common')
-rw-r--r--src/mesa/drivers/dri/common/dri_util.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/drivers/dri/common/dri_util.h b/src/mesa/drivers/dri/common/dri_util.h
index db7eeed92a..fb2081412a 100644
--- a/src/mesa/drivers/dri/common/dri_util.h
+++ b/src/mesa/drivers/dri/common/dri_util.h
@@ -206,12 +206,6 @@ struct __DriverAPIRec {
int x, int y, int w, int h);
/**
- * See corresponding field in \c __DRIscreenRec.
- */
- void (*setTexOffset)(__DRIcontext *pDRICtx, GLint texname,
- unsigned long long offset, GLint depth, GLuint pitch);
-
- /**
* New version of GetMSC so we can pass drawable data to the low level
* DRM driver (e.g. pipe info).
*/