Merge branch 'llvm-cliptest-viewport'
[mesa.git] / src / mesa / drivers / dri / nouveau / nouveau_texture.h
index 695c0897b590d03c5ce9f4080901829a45c7ce0b..fc170215f3535961dff181db1f42c9712ce2290e 100644 (file)
@@ -41,9 +41,17 @@ 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_texture_validate(GLcontext *ctx, struct gl_texture_object *t);
+nouveau_set_texbuffer(__DRIcontext *dri_ctx,
+                     GLint target, GLint format,
+                     __DRIdrawable *draw);
+
+GLboolean
+nouveau_texture_validate(struct gl_context *ctx, struct gl_texture_object *t);
+
+void
+nouveau_texture_reallocate(struct gl_context *ctx, struct gl_texture_object *t);
 
 #endif