softpipe: use any_swizzle() helper in sp_tex_sample.c
[mesa.git] / src / gallium / drivers / softpipe / sp_screen.h
index 4d7d8bada2cdbf9461162c7eb6474441e8b56667..007feecb5de77bf9bcafe05bd396411b261b8822 100644 (file)
@@ -45,12 +45,10 @@ struct softpipe_screen {
    /* Increments whenever textures are modified.  Contexts can track
     * this.
     */
-   unsigned timestamp;          
+   unsigned timestamp;
+   boolean use_llvm;
 };
 
-
-
-
 static INLINE struct softpipe_screen *
 softpipe_screen( struct pipe_screen *pipe )
 {
@@ -59,12 +57,4 @@ softpipe_screen( struct pipe_screen *pipe )
 
 
 
-/**
- * Create a softpipe screen that uses the
- * given winsys for allocating buffers.
- */
-struct pipe_screen *softpipe_create_screen( struct sw_winsys * );
-
-
-
 #endif /* SP_SCREEN_H */