nouveau: Always render offscreen, emulate front buffer rendering.
[mesa.git] / src / mesa / drivers / dri / nouveau / nv10_state.c
index 47c4b14ba6b68fc4dc4ea5205d2b53e7ca39e795..0e1637015fdfbcf7284b3dfbe2d839a3b964ed72 100644 (file)
@@ -709,8 +709,8 @@ static GLboolean nv10InitCard(nouveauContextPtr nmesa)
 
 /* Update buffer offset/pitch/format */
 static GLboolean nv10BindBuffers(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;