diff options
author | Ian Romanick <[email protected]> | 2005-11-08 22:54:22 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-11-08 22:54:22 +0000 |
commit | 5374e4ba7eaca2ee0ca73863ffbe9e639d090e3e (patch) | |
tree | 272c6a2aa4d9c0309e47f091134b23a627d07e58 /src/mesa/swrast/s_context.h | |
parent | 4884db6eb29d30a16e5bf72da08ea6095ecd3339 (diff) |
At keithw's request, remove all traces of the "fragment program to C" and
TCC experiment.
Diffstat (limited to 'src/mesa/swrast/s_context.h')
-rw-r--r-- | src/mesa/swrast/s_context.h | 14 |
1 files changed, 0 insertions, 14 deletions
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 |