dri/nv04: Don't expose ARB_texture_env_combine/dot3.
[mesa.git] / src / mesa / drivers / dri / nouveau / nv04_context.h
index ed4eec9865f660f15ab50c82a2d7d555a58c181a..ccd3b61e26725593deacd708594e3249ee9c61d3 100644 (file)
@@ -42,11 +42,6 @@ struct nv04_context {
 struct nouveau_grobj *
 nv04_context_engine(GLcontext *ctx);
 
-GLcontext *
-nv04_context_create(struct nouveau_screen *screen, const GLvisual *visual,
-                   GLcontext *share_ctx);
-
-void
-nv04_context_destroy(GLcontext *ctx);
+extern const struct nouveau_driver nv04_driver;
 
 #endif