summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_tex.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-02-02 12:26:04 +1000
committerDave Airlie <airlied@redhat.com>2009-02-02 12:26:04 +1000
commitf4dfafd50acdff994b16946773cbfbefdc172f3e (patch)
treeafbaa50bc070021fa0d76ae978899e7ea0488573 /src/mesa/drivers/dri/r300/r300_tex.h
parentf68a61d88398fe8eb3eb41b929dcb4483354a81e (diff)
r300: rename validate textures to validate buffers
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_tex.h')
-rw-r--r--src/mesa/drivers/dri/r300/r300_tex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_tex.h b/src/mesa/drivers/dri/r300/r300_tex.h
index a293ccf02c..c4f42ee621 100644
--- a/src/mesa/drivers/dri/r300/r300_tex.h
+++ b/src/mesa/drivers/dri/r300/r300_tex.h
@@ -41,7 +41,7 @@ extern void r300SetTexOffset(__DRIcontext *pDRICtx, GLint texname,
unsigned long long offset, GLint depth,
GLuint pitch);
-extern GLboolean r300ValidateTextures(GLcontext * ctx);
+extern GLboolean r300ValidateBuffers(GLcontext * ctx);
extern void r300InitTextureFuncs(struct dd_function_table *functions);