i915g: Don't use winsys directly in the driver
[mesa.git] / src / gallium / drivers / i915simple / i915_texture.h
index 7225016a9f4837ebe8d4da7a722c7ec583b84e53..51a1dd984c8c3ce59bcc5c20602afde35f966469 100644 (file)
 #ifndef I915_TEXTURE_H
 #define I915_TEXTURE_H
 
-struct i915_context;
-struct pipe_screen;
-
+struct i915_screen;
 
 extern void
-i915_init_texture_functions(struct i915_context *i915);
-
-
-extern void
-i915_init_screen_texture_functions(struct pipe_screen *screen);
-
+i915_init_screen_texture_functions(struct i915_screen *is);
 
 #endif /* I915_TEXTURE_H */