summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_tex.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2009-03-22 12:03:24 +1000
committerDave Airlie <airlied@linux.ie>2009-03-22 12:03:24 +1000
commit4a2cb696cc3b9e151ea902fc976ee025fb614309 (patch)
treebeb47bb17bcaac6a68255d66368f879fad63edba /src/mesa/drivers/dri/r300/r300_tex.h
parent2d26d4ac66e8c3e48b73d3e172d0e0d2a2ad31a5 (diff)
radeon/r200/r300: add support for new tfp interface
also fixup old interface, gets rid of white boxes in compiz
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 baad3fe6c0..8a653ea2d1 100644
--- a/src/mesa/drivers/dri/r300/r300_tex.h
+++ b/src/mesa/drivers/dri/r300/r300_tex.h
@@ -40,6 +40,9 @@ extern void r300SetDepthTexMode(struct gl_texture_object *tObj);
extern void r300SetTexBuffer(__DRIcontext *pDRICtx, GLint target,
__DRIdrawable *dPriv);
+extern void r300SetTexBuffer2(__DRIcontext *pDRICtx, GLint target,
+ GLint format, __DRIdrawable *dPriv);
+
extern void r300SetTexOffset(__DRIcontext *pDRICtx, GLint texname,
unsigned long long offset, GLint depth,
GLuint pitch);