diff options
author | Younes Manton <[email protected]> | 2009-02-07 12:53:30 -0500 |
---|---|---|
committer | Younes Manton <[email protected]> | 2009-02-07 12:54:48 -0500 |
commit | 32cd1a0345eaf1f4da8a60a4ac2145ff51383d59 (patch) | |
tree | 52d61c21b8f6566bc3d3874ab8e97fcf597c3348 /src/gallium/drivers/nv50/nv50_surface.c | |
parent | 2d6355495ce6f8668df3d9eb8825815bfead5401 (diff) |
nouveau: Need to surface_copy() without a pipe context.
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_surface.c')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_surface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv50_surface.c b/src/gallium/drivers/nv50/nv50_surface.c index b3c04505cfb..f2dd2eb30be 100644 --- a/src/gallium/drivers/nv50/nv50_surface.c +++ b/src/gallium/drivers/nv50/nv50_surface.c @@ -102,7 +102,7 @@ nv50_surface_set(struct nv50_screen *screen, struct pipe_surface *ps, int dst) return 0; } -static int +int nv50_surface_do_copy(struct nv50_screen *screen, struct pipe_surface *dst, int dx, int dy, struct pipe_surface *src, int sx, int sy, int w, int h) |