X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fstate_tracker%2Fst_cb_drawtex.h;h=e849646a7cbaad686544ce4f5a93b72cc159ac7b;hb=d0dfc4bd5f3711ac48de88aa51fc6f442eaa0b20;hp=7b0da7027984ad1c79133e4866eaedc9f6730d19;hpb=0f5e8f77022f8bb4ac00128af6d217da747e63df;p=mesa.git diff --git a/src/mesa/state_tracker/st_cb_drawtex.h b/src/mesa/state_tracker/st_cb_drawtex.h index 7b0da702798..e849646a7cb 100644 --- a/src/mesa/state_tracker/st_cb_drawtex.h +++ b/src/mesa/state_tracker/st_cb_drawtex.h @@ -1,6 +1,6 @@ /************************************************************************** * - * Copyright 2008 Tungsten Graphics, Inc., Cedar Park, Texas. + * Copyright 2008 VMware, Inc. * All Rights Reserved. * **************************************************************************/ @@ -9,6 +9,12 @@ #ifndef ST_CB_DRAWTEX_H #define ST_CB_DRAWTEX_H + +#include "main/compiler.h" + +struct dd_function_table; +struct st_context; + extern void st_init_drawtex_functions(struct dd_function_table *functions);