summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_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/r200/r200_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/r200/r200_tex.h')
-rw-r--r--src/mesa/drivers/dri/r200/r200_tex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_tex.h b/src/mesa/drivers/dri/r200/r200_tex.h
index 886682b36b..e122de6e5e 100644
--- a/src/mesa/drivers/dri/r200/r200_tex.h
+++ b/src/mesa/drivers/dri/r200/r200_tex.h
@@ -36,6 +36,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define __R200_TEX_H__
extern void r200SetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv);
+extern void r200SetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint glx_texture_format,
+ __DRIdrawable *dPriv);
extern void r200SetTexOffset(__DRIcontext *pDRICtx, GLint texname,
unsigned long long offset, GLint depth,
GLuint pitch);