summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_tex.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-03-06 02:31:00 +1000
committerDave Airlie <airlied@redhat.com>2009-03-06 02:37:10 +1000
commit5c80eb7ec13e064b81302da6c672e96a7a7e4e95 (patch)
tree3d31ddcbf4525d15c2555359c60badb7af08819d /src/mesa/drivers/dri/r200/r200_tex.h
parent31f129880719f75c491fa2ad269055fbc2fb9b95 (diff)
r200: add set tex buffer support
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_tex.h')
-rw-r--r--src/mesa/drivers/dri/r200/r200_tex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_tex.h b/src/mesa/drivers/dri/r200/r200_tex.h
index 55592ed4f7..886682b36b 100644
--- a/src/mesa/drivers/dri/r200/r200_tex.h
+++ b/src/mesa/drivers/dri/r200/r200_tex.h
@@ -35,6 +35,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#ifndef __R200_TEX_H__
#define __R200_TEX_H__
+extern void r200SetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv);
extern void r200SetTexOffset(__DRIcontext *pDRICtx, GLint texname,
unsigned long long offset, GLint depth,
GLuint pitch);