Merge branch 'gallium-nopointsizeminmax'
[mesa.git] / src / gallium / drivers / svga / svga_context.h
index e2a96034d1696fbddd416c6aab57dbed8d30abfe..f9a641c6df6c87c013009d5332fa326540e32f38 100644 (file)
@@ -326,10 +326,6 @@ struct svga_context
 
       unsigned texture_timestamp;
 
-      /* Internally generated shaders:
-       */
-      unsigned white_fs_id;
-
       /* 
        */
       struct svga_sw_state          sw;
@@ -429,6 +425,10 @@ void svga_context_flush( struct svga_context *svga,
 
 void svga_hwtnl_flush_retry( struct svga_context *svga );
 
+struct pipe_context *
+svga_context_create(struct pipe_screen *screen,
+                   void *priv);
+
 
 /***********************************************************************
  * Inline conversion functions.  These are better-typed than the