nv50 gallium patch fix

Neo The User neotheuser at ymail.com
Sun Apr 5 02:38:46 UTC 2009


diff --git a/src/gallium/drivers/nv50/nv50_context.h b/src/gallium/drivers/nv50/nv50_context.h
index 7b67a75..313e435 100644
--- a/src/gallium/drivers/nv50/nv50_context.h
+++ b/src/gallium/drivers/nv50/nv50_context.h
 -184,8 +184,8 @@ extern boolean nv50_draw_elements(struct pipe_context *pipe,
 extern void nv50_vbo_validate(struct nv50_context *nv50);
 
 /* nv50_clear.c */
-extern void nv50_clear(struct pipe_context *pipe, unsigned buffers,
-               const float *rgba, double depth, unsigned stencil);
+extern void nv50_clear(struct pipe_context *pipe, struct pipe_surface *ps,
+               unsigned clearValue);
 
 /* nv50_program.c */
 extern void nv50_vertprog_validate(struct nv50_context *nv50);



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-commit/attachments/20090405/92ea61ae/attachment.htm>


More information about the mesa-commit mailing list