gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototype
[mesa.git] / src / gallium / drivers / r300 / r300_public.h
1
2 #ifndef R300_PUBLIC_H
3 #define R300_PUBLIC_H
4
5 #ifdef __cplusplus
6 extern "C" {
7 #endif
8
9 struct radeon_winsys;
10
11 struct pipe_screen* r300_screen_create(struct radeon_winsys *rws);
12
13 #ifdef __cplusplus
14 } // extern "C"
15 #endif
16
17 #endif