struct pipe_context;
struct softpipe_context;
-struct softpipe_tile_cache;
-
-
-extern struct pipe_surface *
-softpipe_get_tex_surface(struct pipe_context *pipe,
- struct pipe_texture *pt,
- unsigned face, unsigned level, unsigned zslice);
extern void
extern void
softpipe_texture_release(struct pipe_context *pipe, struct pipe_texture **pt);
-
-#endif /* SP_TEXTURE */
+extern struct pipe_surface *
+softpipe_get_tex_surface(struct pipe_context *pipe,
+ struct pipe_texture *pt,
+ unsigned face, unsigned level, unsigned zslice);
+#endif /* SP_TEXTURE */