From: michal Date: Fri, 6 Jul 2007 16:57:47 +0000 (+0200) Subject: Fix function names. X-Git-Tag: 062012170305~17580^2~390^2~4743 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b32c33e9d87e4571e85efdbb14c6a98a090cae6;p=profile%2Fivi%2Fmesa.git Fix function names. --- diff --git a/src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c b/src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c index e6298f5..291e62d 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 )