diff options
Diffstat (limited to 'src/mesa/pipe/i965simple/brw_blit.c')
-rw-r--r-- | src/mesa/pipe/i965simple/brw_blit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/i965simple/brw_blit.c b/src/mesa/pipe/i965simple/brw_blit.c index bbd366294f..8494f70493 100644 --- a/src/mesa/pipe/i965simple/brw_blit.c +++ b/src/mesa/pipe/i965simple/brw_blit.c @@ -111,6 +111,7 @@ static unsigned translate_raster_op(unsigned logicop) /* Copy BitBlt */ void brw_copy_blit(struct brw_context *brw, + unsigned do_flip, unsigned cpp, short src_pitch, struct pipe_buffer *src_buffer, |