diff options
author | michal <michal@michal-laptop.(none)> | 2007-07-06 18:57:47 +0200 |
---|---|---|
committer | michal <michal@michal-laptop.(none)> | 2007-07-06 18:57:47 +0200 |
commit | 9b32c33e9d87e4571e85efdbb14c6a98a090cae6 (patch) | |
tree | 7bd54e4292287a623a3192fb854cbe88a90933cf | |
parent | 6d8fb1a54301e846c5ff5185ec0aa3b5d4cba823 (diff) |
Fix function names.
-rw-r--r-- | src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 )
|