summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_tex.h
diff options
context:
space:
mode:
authorMaciej Cencora <m.cencora@gmail.com>2010-03-07 14:34:21 +0100
committerMaciej Cencora <m.cencora@gmail.com>2010-03-09 21:50:20 +0100
commita17563c7ddfa58fe7f09d22a62a10f3488ef3147 (patch)
tree8dd146255dbb2b52ab7716f6c41b01081690eb80 /src/mesa/drivers/dri/r300/r300_tex.h
parentbd2239e4976157d1df4265733b5b4324e5ad7a50 (diff)
radeon/r200/r300/r600: add is_format_renderable function
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_tex.h')
-rw-r--r--src/mesa/drivers/dri/r300/r300_tex.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_tex.h b/src/mesa/drivers/dri/r300/r300_tex.h
index 9694e703b8..aca44cd766 100644
--- a/src/mesa/drivers/dri/r300/r300_tex.h
+++ b/src/mesa/drivers/dri/r300/r300_tex.h
@@ -53,4 +53,7 @@ extern void r300InitTextureFuncs(radeonContextPtr radeon, struct dd_function_tab
int32_t r300TranslateTexFormat(gl_format mesaFormat);
+unsigned r300IsFormatRenderable(gl_format mesaFormat);
+unsigned r500IsFormatRenderable(gl_format mesaFormat);
+
#endif /* __r300_TEX_H__ */