From 0f55a95b2faa16cc008143c53a8b82b19c5d750a Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 17 Jul 2009 10:44:22 +0100 Subject: llvmpipe: make some small steps to flush texture cache less frequently No performance gain yet, but the code is a bit cleaner. --- src/gallium/drivers/llvmpipe/lp_texture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/llvmpipe/lp_texture.h') 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 -- cgit v1.2.3