gallium: move softpipe_get_tex_surface() prototype
This commit is contained in:
@@ -36,13 +36,6 @@
|
||||
|
||||
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
|
||||
|
||||
@@ -61,7 +61,10 @@ softpipe_texture_create(struct pipe_context *pipe, struct pipe_texture **pt);
|
||||
extern void
|
||||
softpipe_texture_release(struct pipe_context *pipe, struct pipe_texture **pt);
|
||||
|
||||
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 */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user