summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r600_tex.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-04-26 15:00:28 -0400
committerAlex Deucher <alexdeucher@gmail.com>2010-04-26 15:02:13 -0400
commit3a9717f7c2dd861bbc0d8a3d93273b2d27c56f9a (patch)
treea6600b852e95d3f2168f330b3f0f57acc8f52e69 /src/mesa/drivers/dri/r600/r600_tex.h
parent3e0f1719d411b34f77fd2a053ecf83b43bb836ca (diff)
r600: add support for more rendering formats
Diffstat (limited to 'src/mesa/drivers/dri/r600/r600_tex.h')
-rw-r--r--src/mesa/drivers/dri/r600/r600_tex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r600/r600_tex.h b/src/mesa/drivers/dri/r600/r600_tex.h
index 1d75a2ecd6..771affdfa6 100644
--- a/src/mesa/drivers/dri/r600/r600_tex.h
+++ b/src/mesa/drivers/dri/r600/r600_tex.h
@@ -60,4 +60,6 @@ extern GLboolean r600ValidateBuffers(GLcontext * ctx);
extern void r600InitTextureFuncs(radeonContextPtr radeon, struct dd_function_table *functions);
+unsigned r600IsFormatRenderable(gl_format mesa_format);
+
#endif /* __r600_TEX_H__ */