summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_texture.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-07-17 10:44:22 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-08-29 09:21:16 +0100
commit0f55a95b2faa16cc008143c53a8b82b19c5d750a (patch)
tree69bb35652d7adddcec043c0d742c2a8e32898378 /src/gallium/drivers/llvmpipe/lp_texture.h
parent3121484a8bde7af053fb627bd716be957fcef18c (diff)
llvmpipe: make some small steps to flush texture cache less frequently
No performance gain yet, but the code is a bit cleaner.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_texture.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_texture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_texture.h b/src/gallium/drivers/llvmpipe/lp_texture.h
index dc688b238d..a1ed6b0ac2 100644
--- a/src/gallium/drivers/llvmpipe/lp_texture.h
+++ b/src/gallium/drivers/llvmpipe/lp_texture.h
@@ -48,7 +48,7 @@ struct llvmpipe_texture
*/
struct pipe_buffer *buffer;
- boolean modified;
+ unsigned timestamp;
};
struct llvmpipe_transfer