void (*CopySubBuffer)(__DRIdrawablePrivate *driDrawPriv,
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).
.WaitForSBC = NULL,
.SwapBuffersMSC = NULL,
.CopySubBuffer = intelCopySubBuffer,
-#ifdef I915
- .setTexOffset = intelSetTexOffset,
-#endif
.UpdateBuffer = intelUpdateBuffer,
};