Nouveau: fix minor API change in surface_copy
Signed-off-by: Pekka Paalanen <pq@iki.fi>
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include "util/u_tile.h"
|
||||
|
||||
static void
|
||||
nv04_surface_copy(struct pipe_context *pipe, unsigned do_flip,
|
||||
nv04_surface_copy(struct pipe_context *pipe, boolean do_flip,
|
||||
struct pipe_surface *dest, unsigned destx, unsigned desty,
|
||||
struct pipe_surface *src, unsigned srcx, unsigned srcy,
|
||||
unsigned width, unsigned height)
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#include "util/u_tile.h"
|
||||
|
||||
static void
|
||||
nv10_surface_copy(struct pipe_context *pipe, unsigned do_flip,
|
||||
nv10_surface_copy(struct pipe_context *pipe, boolean do_flip,
|
||||
struct pipe_surface *dest, unsigned destx, unsigned desty,
|
||||
struct pipe_surface *src, unsigned srcx, unsigned srcy,
|
||||
unsigned width, unsigned height)
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#include "util/u_tile.h"
|
||||
|
||||
static void
|
||||
nv20_surface_copy(struct pipe_context *pipe, unsigned do_flip,
|
||||
nv20_surface_copy(struct pipe_context *pipe, boolean do_flip,
|
||||
struct pipe_surface *dest, unsigned destx, unsigned desty,
|
||||
struct pipe_surface *src, unsigned srcx, unsigned srcy,
|
||||
unsigned width, unsigned height)
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#include "util/u_tile.h"
|
||||
|
||||
static void
|
||||
nv30_surface_copy(struct pipe_context *pipe, unsigned do_flip,
|
||||
nv30_surface_copy(struct pipe_context *pipe, boolean do_flip,
|
||||
struct pipe_surface *dest, unsigned destx, unsigned desty,
|
||||
struct pipe_surface *src, unsigned srcx, unsigned srcy,
|
||||
unsigned width, unsigned height)
|
||||
|
||||
Reference in New Issue
Block a user