summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_fragprog.h
diff options
context:
space:
mode:
authorOliver McFadden <z3ro.geek@gmail.com>2007-05-09 15:19:05 +0000
committerOliver McFadden <z3ro.geek@gmail.com>2007-05-09 15:19:05 +0000
commitd28f6d91760374e2eb71b541b0f259f81dd73c69 (patch)
tree85f91fe8ab994643d93a22ec170a991a019b19aa /src/mesa/drivers/dri/r300/r300_fragprog.h
parentfe6a2c4295a138160088fb29a9d89a5d9b8c522a (diff)
r300: Fixed some more function names.
Note there might be some calls to the old function names in conditionally disabled code, but I think I've got them all.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_fragprog.h')
-rw-r--r--src/mesa/drivers/dri/r300/r300_fragprog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_fragprog.h b/src/mesa/drivers/dri/r300/r300_fragprog.h
index 79f3e70fa6..218a3c965d 100644
--- a/src/mesa/drivers/dri/r300/r300_fragprog.h
+++ b/src/mesa/drivers/dri/r300/r300_fragprog.h
@@ -98,7 +98,7 @@ typedef struct r300_fragment_program_swizzle {
struct r300_fragment_program;
-extern void r300_translate_fragment_shader(r300ContextPtr r300,
+extern void r300TranslateFragmentShader(r300ContextPtr r300,
struct r300_fragment_program *rp);
#endif