From 9b32c33e9d87e4571e85efdbb14c6a98a090cae6 Mon Sep 17 00:00:00 2001 From: michal Date: Fri, 6 Jul 2007 18:57:47 +0200 Subject: Fix function names. --- src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa') diff --git a/src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c b/src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c index e6298f579f..291e62d262 100644 --- a/src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c +++ b/src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c @@ -355,7 +355,7 @@ compile_instruction( } GLboolean -tgsi_compile_fp_program( +tgsi_mesa_compile_fp_program( const struct gl_fragment_program *program, struct tgsi_token *tokens, GLuint maxTokens ) @@ -478,7 +478,7 @@ tgsi_compile_fp_program( } GLboolean -tgsi_compile_vp_program( +tgsi_mesa_compile_vp_program( const struct gl_vertex_program *program, struct tgsi_token *tokens, GLuint maxTokens ) -- cgit v1.2.3