Fix function names.
authormichal <michal@michal-laptop.(none)>
Fri, 6 Jul 2007 16:57:47 +0000 (18:57 +0200)
committermichal <michal@michal-laptop.(none)>
Fri, 6 Jul 2007 16:57:47 +0000 (18:57 +0200)
src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c

index e6298f579fdb2a7fef15c0de5a6a8c949ae55c5f..291e62d262f2081e43609cbec38596021c030652 100644 (file)
@@ -355,7 +355,7 @@ compile_instruction(
 }\r
 \r
 GLboolean\r
-tgsi_compile_fp_program(\r
+tgsi_mesa_compile_fp_program(\r
    const struct gl_fragment_program *program,\r
    struct tgsi_token *tokens,\r
    GLuint maxTokens )\r
@@ -478,7 +478,7 @@ tgsi_compile_fp_program(
 }\r
 \r
 GLboolean\r
-tgsi_compile_vp_program(\r
+tgsi_mesa_compile_vp_program(\r
    const struct gl_vertex_program *program,\r
    struct tgsi_token *tokens,\r
    GLuint maxTokens )\r