Merge branch '7.8'
[mesa.git] / src / mesa / drivers / dri / nouveau / nouveau_texture.h
index 75d8190e8828b66ad899195dc9834381869a8458..251f537bba7151f7eb152dba9c2cf0d580239325 100644 (file)
@@ -41,7 +41,12 @@ struct nouveau_texture {
 #define to_nouveau_texture(x) ((struct nouveau_texture *)(x))
 
 #define texture_dirty(t) \
-       to_nouveau_texture(t)->dirty = GL_TRUE;
+       to_nouveau_texture(t)->dirty = GL_TRUE
+
+void
+nouveau_set_texbuffer(__DRIcontext *dri_ctx,
+                     GLint target, GLint format,
+                     __DRIdrawable *draw);
 
 GLboolean
 nouveau_texture_validate(GLcontext *ctx, struct gl_texture_object *t);