summaryrefslogtreecommitdiff
path: root/shared/intel_tex.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/intel_tex.h')
-rw-r--r--shared/intel_tex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/intel_tex.h b/shared/intel_tex.h
index 742ccc0..f5372d8 100644
--- a/shared/intel_tex.h
+++ b/shared/intel_tex.h
@@ -149,6 +149,8 @@ void intelSetTexOffset(__DRIcontext *pDRICtx, GLint texname,
unsigned long long offset, GLint depth, GLuint pitch);
void intelSetTexBuffer(__DRIcontext *pDRICtx,
GLint target, __DRIdrawable *pDraw);
+void intelSetTexBuffer2(__DRIcontext *pDRICtx,
+ GLint target, GLint format, __DRIdrawable *pDraw);
GLuint intel_finalize_mipmap_tree(struct intel_context *intel, GLuint unit);