projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d8fb1a
)
Fix function names.
author
michal
<michal@michal-laptop.(none)>
Fri, 6 Jul 2007 16:57:47 +0000
(18:57 +0200)
committer
michal
<michal@michal-laptop.(none)>
Fri, 6 Jul 2007 16:57:47 +0000
(18:57 +0200)
src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c
b/src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c
index e6298f579fdb2a7fef15c0de5a6a8c949ae55c5f..291e62d262f2081e43609cbec38596021c030652 100644
(file)
--- 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(
}
\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