mesa: add _mesa_unpack_ubyte_rgba_row() function
[mesa.git] / src / mesa / vbo / vbo_exec_draw.c
index 2df408eff3c8e30f3042aee90473dc6169bc7fcd..dd5363bebe4f270fd1bf0676fa256da00928b496 100644 (file)
@@ -166,7 +166,7 @@ vbo_exec_bind_arrays( struct gl_context *ctx )
    const GLuint count = exec->vtx.vert_count;
    const GLuint *map;
    GLuint attr;
-   GLbitfield varying_inputs = 0x0;
+   GLbitfield64 varying_inputs = 0x0;
 
    /* Install the default (ie Current) attributes first, then overlay
     * all active ones.
@@ -411,7 +411,8 @@ vbo_exec_vtx_flush(struct vbo_exec_context *exec, GLboolean keepUnmapped)
                                       NULL,
                                       GL_TRUE,
                                       0,
-                                      exec->vtx.vert_count - 1);
+                                      exec->vtx.vert_count - 1,
+                                      NULL);
 
         /* If using a real VBO, get new storage -- unless asked not to.
           */