summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_tex.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2009-02-14 07:49:15 +1000
committerDave Airlie <airlied@linux.ie>2009-02-14 07:49:15 +1000
commitc0ae4d3c55a606ede41399e39e5221b1955ecc22 (patch)
treee702fe8eed4fa8c7a86a986b039cbc8a58b0799d /src/mesa/drivers/dri/r300/r300_tex.h
parentcd4e37c8fb7c03e8331a9487d46043eea70fea31 (diff)
radeon/r300: fix warnings
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 c4f42ee621..baad3fe6c0 100644
--- a/src/mesa/drivers/dri/r300/r300_tex.h
+++ b/src/mesa/drivers/dri/r300/r300_tex.h
@@ -37,6 +37,9 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
extern void r300SetDepthTexMode(struct gl_texture_object *tObj);
+extern void r300SetTexBuffer(__DRIcontext *pDRICtx, GLint target,
+ __DRIdrawable *dPriv);
+
extern void r300SetTexOffset(__DRIcontext *pDRICtx, GLint texname,
unsigned long long offset, GLint depth,
GLuint pitch);