summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_flush.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-04-25 15:49:03 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-04-25 15:54:32 +0100
commit7951630d0877fc3c293151ad6476bec7288e63c6 (patch)
tree547572b4e9d8bd7048d98edccaa119798f322a43 /src/gallium/drivers/llvmpipe/lp_flush.h
parent5745bcb2dbfcaab53df89125d08689b51b9126ea (diff)
llvmpipe: llvmpipe_flush_texture -> llvmpipe_flush_resource
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_flush.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_flush.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_flush.h b/src/gallium/drivers/llvmpipe/lp_flush.h
index 2375d22b85..e516cee378 100644
--- a/src/gallium/drivers/llvmpipe/lp_flush.h
+++ b/src/gallium/drivers/llvmpipe/lp_flush.h
@@ -37,7 +37,7 @@ void llvmpipe_flush(struct pipe_context *pipe, unsigned flags,
struct pipe_fence_handle **fence);
boolean
-llvmpipe_flush_texture(struct pipe_context *pipe,
+llvmpipe_flush_resource(struct pipe_context *pipe,
struct pipe_resource *texture,
unsigned face,
unsigned level,