dynfn --> _tnl_dynfn
[mesa.git] / src / mesa / swrast_setup / ss_context.h
index 84813e98eb0dae21b906d9e0d175e5dc82e0d905..2c6e4faf3daa36c15e21f1b9544bf4d5db2bdf84 100644 (file)
 
 typedef struct {
    GLuint NewState;
-   SWvertex *verts;
    GLenum render_prim;
-   GLuint SetupIndex;
-
-   /* Temporaries for translating away float colors:
-    */
-   struct gl_client_array ChanColor;
-   struct gl_client_array ChanSecondaryColor;
+   GLuint last_index;
+   SWvertex *verts;
 } SScontext;
 
 #define SWSETUP_CONTEXT(ctx) ((SScontext *)ctx->swsetup_context)