mesa: remove FEATURE_OES_draw_texture define.
[mesa.git] / src / mesa / state_tracker / st_cb_drawtex.h
1 /**************************************************************************
2 *
3 * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas.
4 * All Rights Reserved.
5 *
6 **************************************************************************/
7
8
9 #ifndef ST_CB_DRAWTEX_H
10 #define ST_CB_DRAWTEX_H
11
12
13 #include "main/compiler.h"
14 #include "main/mfeatures.h"
15
16 struct dd_function_table;
17 struct st_context;
18
19 extern void
20 st_init_drawtex_functions(struct dd_function_table *functions);
21
22 extern void
23 st_destroy_drawtex(struct st_context *st);
24
25 #endif /* ST_CB_DRAWTEX_H */