summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r700_tex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/dri/r600/r700_tex.h')
-rw-r--r--src/mesa/drivers/dri/r600/r700_tex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r600/r700_tex.h b/src/mesa/drivers/dri/r600/r700_tex.h
index 13290578a1..e322bbc47d 100644
--- a/src/mesa/drivers/dri/r600/r700_tex.h
+++ b/src/mesa/drivers/dri/r600/r700_tex.h
@@ -97,6 +97,8 @@ extern void r700SetTexOffset(__DRIcontext *pDRICtx,
extern void r700DestroyTexObj(context_t rmesa, r700TexObjPtr t);
+extern GLboolean r700ValidateBuffers(GLcontext * ctx);
+
extern void r700InitTextureFuncs(struct dd_function_table *functions);
#endif /* __r700_TEX_H__ */