summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_screen.h')
-rw-r--r--src/gallium/drivers/softpipe/sp_screen.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gallium/drivers/softpipe/sp_screen.h b/src/gallium/drivers/softpipe/sp_screen.h
index f741454c9e5..2cac81641a0 100644
--- a/src/gallium/drivers/softpipe/sp_screen.h
+++ b/src/gallium/drivers/softpipe/sp_screen.h
@@ -45,12 +45,10 @@ struct softpipe_screen {
/* Increments whenever textures are modified. Contexts can track
* this.
*/
- unsigned timestamp;
+ unsigned timestamp;
+ boolean using_llvm;
};
-
-
-
static INLINE struct softpipe_screen *
softpipe_screen( struct pipe_screen *pipe )
{