Nouveau: fix minor API change in surface_copy

Signed-off-by: Pekka Paalanen <pq@iki.fi>
This commit is contained in:
Pekka Paalanen 2008-11-30 20:32:14 +02:00
parent 578af7d6f6
commit fd645c7f8a
4 changed files with 4 additions and 4 deletions

View file

@ -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)

View file

@ -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)

View file

@ -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)

View file

@ -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)