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:
@@ -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 -
|
||||
|
Reference in New Issue
Block a user