From eba2e044a04da99fea2214ba10ca5981f596702e Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 24 Dec 2007 17:37:59 -0700 Subject: added tgsi_exec_machine_free_data() --- src/mesa/pipe/tgsi/exec/tgsi_exec.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mesa/pipe/tgsi/exec/tgsi_exec.h') diff --git a/src/mesa/pipe/tgsi/exec/tgsi_exec.h b/src/mesa/pipe/tgsi/exec/tgsi_exec.h index db92e282df..1fb66ee960 100644 --- a/src/mesa/pipe/tgsi/exec/tgsi_exec.h +++ b/src/mesa/pipe/tgsi/exec/tgsi_exec.h @@ -227,6 +227,11 @@ uint tgsi_exec_machine_run( struct tgsi_exec_machine *mach ); + +void +tgsi_exec_machine_free_data(struct tgsi_exec_machine *mach); + + #if defined __cplusplus } /* extern "C" */ #endif -- cgit v1.2.3