diff options
author | Roland Scheidegger <[email protected]> | 2010-05-18 21:41:15 +0200 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2010-05-18 21:41:15 +0200 |
commit | f4ad68a5288abe714f4c98307ed676869aa661fa (patch) | |
tree | 596757c58f9d82659b5f16e52306e3888398d1e7 /src/gallium/auxiliary/util/u_surface.c | |
parent | 6f3721a8ecb3695344e9a878bb452342ee502764 (diff) |
util: fix some leftover util_surface_fill/copy calls
Diffstat (limited to 'src/gallium/auxiliary/util/u_surface.c')
-rw-r--r-- | src/gallium/auxiliary/util/u_surface.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/util/u_surface.c b/src/gallium/auxiliary/util/u_surface.c index 029bff44eb1..6f49a723557 100644 --- a/src/gallium/auxiliary/util/u_surface.c +++ b/src/gallium/auxiliary/util/u_surface.c @@ -120,7 +120,7 @@ util_destroy_rgba_surface(struct pipe_resource *texture, /** - * Fallback function for pipe->surface_copy(). + * Fallback function for pipe->resource_copy_region(). * Note: (X,Y)=(0,0) is always the upper-left corner. */ void @@ -196,7 +196,7 @@ util_resource_copy_region(struct pipe_context *pipe, /** - * Fallback for pipe->surface_fill() function. + * Fallback for pipe->resource_fill_region() function. */ void util_resource_fill_region(struct pipe_context *pipe, |