nouveau: Always render offscreen, emulate front buffer rendering.
[mesa.git] / src / mesa / drivers / dri / nouveau / nv20_state.c
index ccf2f6148b4908d41403dc3276eb3feaeb628eb8..6b583980a49975e50a2978fcfc8de660ba5e080e 100644 (file)
@@ -728,8 +728,8 @@ static GLboolean nv20InitCard(nouveauContextPtr nmesa)
 
 /* Update buffer offset/pitch/format */
 static GLboolean nv20BindBuffers(nouveauContextPtr nmesa, int num_color,
-                                nouveau_renderbuffer **color,
-                                nouveau_renderbuffer *depth)
+                                nouveau_renderbuffer_t **color,
+                                nouveau_renderbuffer_t *depth)
 {
        GLuint x, y, w, h;
        GLuint pitch, format, depth_pitch;