mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-31 04:50:34 +01:00
Nouveau: fix minor API change in surface_copy
Signed-off-by: Pekka Paalanen <pq@iki.fi>
This commit is contained in:
parent
578af7d6f6
commit
fd645c7f8a
4 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue