From 39c4daa6bc15a83a97c3c0b456bf1795ef9e6099 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 10 Oct 2006 21:43:31 +0000 Subject: Move the fp_machine struct into s_nvfragmprog.c since (except for program debug) it's only used there. --- src/mesa/swrast/swrast.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/mesa/swrast/swrast.h') diff --git a/src/mesa/swrast/swrast.h b/src/mesa/swrast/swrast.h index 2a21234253..6d384fbec2 100644 --- a/src/mesa/swrast/swrast.h +++ b/src/mesa/swrast/swrast.h @@ -255,6 +255,13 @@ extern void _swrast_eject_texture_images(GLcontext *ctx); +#if FEATURE_MESA_program_debug +extern void +_swrast_get_program_register(GLcontext *, enum register_file file, + GLuint index, GLfloat val[4]); +#endif /* FEATURE_MESA_program_debug */ + + /** * The driver interface for the software rasterizer. * XXX this may go away. -- cgit v1.2.3