diff options
author | Brian Paul <[email protected]> | 2009-08-19 13:17:03 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-08-19 13:17:58 -0600 |
commit | 8604a896a60a5f3f81d6ebecf827aeaddf8c640c (patch) | |
tree | 34958794de3dbe433396b47ac85a13562637e3b8 /src/mesa/state_tracker/st_texture.c | |
parent | 4522cdbfdd1ec8c56f40b1f876e51c3dc8e7042a (diff) |
gallium: rename copy/fill_rect utility functions
Diffstat (limited to 'src/mesa/state_tracker/st_texture.c')
-rw-r--r-- | src/mesa/state_tracker/st_texture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_texture.c b/src/mesa/state_tracker/st_texture.c index d58803991a5..bbc2830e694 100644 --- a/src/mesa/state_tracker/st_texture.c +++ b/src/mesa/state_tracker/st_texture.c @@ -240,7 +240,7 @@ st_surface_data(struct pipe_context *pipe, struct pipe_screen *screen = pipe->screen; void *map = screen->transfer_map(screen, dst); - pipe_copy_rect(map, + util_copy_rect(map, &dst->block, dst->stride, dstx, dsty, |