From 5374e4ba7eaca2ee0ca73863ffbe9e639d090e3e Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 8 Nov 2005 22:54:22 +0000 Subject: At keithw's request, remove all traces of the "fragment program to C" and TCC experiment. --- src/mesa/swrast/s_context.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/mesa/swrast/s_context.h') diff --git a/src/mesa/swrast/s_context.h b/src/mesa/swrast/s_context.h index 9deaa6d42db..3d738819e94 100644 --- a/src/mesa/swrast/s_context.h +++ b/src/mesa/swrast/s_context.h @@ -391,18 +391,4 @@ _swrast_validate_derived( GLcontext *ctx ); #define FixedToChan(X) FixedToInt(X) #endif - - -extern void -_swrast_translate_program( GLcontext *ctx ); - -extern GLboolean -_swrast_execute_codegen_program(GLcontext *ctx, - const struct fragment_program *program, - GLuint maxInst, - struct fp_machine *machine, - const struct sw_span *span, - GLuint column ); - - #endif -- cgit v1.2.3