From 0f5e8f77022f8bb4ac00128af6d217da747e63df Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Tue, 27 Apr 2010 10:52:23 -0400 Subject: st/mesa: Move st_cb_drawtex.c to the mesa state tracker --- src/mesa/state_tracker/st_cb_drawtex.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/mesa/state_tracker/st_cb_drawtex.h (limited to 'src/mesa/state_tracker/st_cb_drawtex.h') diff --git a/src/mesa/state_tracker/st_cb_drawtex.h b/src/mesa/state_tracker/st_cb_drawtex.h new file mode 100644 index 0000000000..7b0da70279 --- /dev/null +++ b/src/mesa/state_tracker/st_cb_drawtex.h @@ -0,0 +1,18 @@ +/************************************************************************** + * + * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas. + * All Rights Reserved. + * + **************************************************************************/ + + +#ifndef ST_CB_DRAWTEX_H +#define ST_CB_DRAWTEX_H + +extern void +st_init_drawtex_functions(struct dd_function_table *functions); + +extern void +st_destroy_drawtex(struct st_context *st); + +#endif /* ST_CB_DRAWTEX_H */ -- cgit v1.2.3