r300: finish blit support for r300
[mesa.git] / src / mesa / drivers / dri / r300 / r300_tex.h
index 8a653ea2d11b0b186e384056141f63f9e751562a..beb10072e9c69470d48c2efbc6f9a700e4832e37 100644 (file)
@@ -51,4 +51,6 @@ extern GLboolean r300ValidateBuffers(GLcontext * ctx);
 
 extern void r300InitTextureFuncs(struct dd_function_table *functions);
 
+uint32_t r300TranslateTexFormat(gl_format mesaFormat);
+
 #endif                         /* __r300_TEX_H__ */