gallium: Remove do_flip argument from surface_copy

I should have gotten most uses and implementation
	correctly fixed, but things might break.

	Feel free to blame me.
This commit is contained in:
Jakob Bornecrantz
2009-03-13 10:38:41 +00:00
parent f786e46cf4
commit f500f3a72c
25 changed files with 52 additions and 97 deletions

View File

@@ -193,7 +193,6 @@ struct pipe_context {
*/
/*@{*/
void (*surface_copy)(struct pipe_context *pipe,
boolean do_flip,/**< flip surface contents vertically */
struct pipe_surface *dest,
unsigned destx, unsigned desty,
struct pipe_surface *src, /* don't make this const -