summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_texture.h
blob: 2aca57bd1d259fa4c0975bece6689a192d535890 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef SP_TEXTURE_H
#define SP_TEXTURE_H


struct pipe_context;
struct pipe_texture;


extern void
softpipe_texture_create(struct pipe_context *pipe, struct pipe_texture **pt);

extern void
softpipe_texture_release(struct pipe_context *pipe, struct pipe_texture **pt);


#endif /* SP_TEXTURE */