Merge branch 'remove-copyteximage-hook'
[mesa.git] / src / gallium / drivers / nouveau / nouveau_context.h
index 696e0d3f24e09f0cc13388cb9a45e54df3c7dd70..19bf7c84ac7350fde934a24963f6966c4a64a956 100644 (file)
@@ -23,4 +23,7 @@ nouveau_context(struct pipe_context *pipe)
    return (struct nouveau_context *)pipe;
 }
 
+void
+nouveau_context_init_vdec(struct nouveau_context *);
+
 #endif