summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_atifragshader.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-01-17 00:40:29 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-01-17 00:40:29 +0000
commit6c58ddae17f63cd14b10d9022baee2ca6346fad2 (patch)
tree61e4a7c5d1386c6971072cb8365d8a9ccb53e29b /src/mesa/swrast/s_atifragshader.c
parentb4199a1f71a29dc143e7beb0902a06b74fdfe718 (diff)
fix a few warnings
Diffstat (limited to 'src/mesa/swrast/s_atifragshader.c')
-rw-r--r--src/mesa/swrast/s_atifragshader.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_atifragshader.c b/src/mesa/swrast/s_atifragshader.c
index da5064324d..d137b17d21 100644
--- a/src/mesa/swrast/s_atifragshader.c
+++ b/src/mesa/swrast/s_atifragshader.c
@@ -27,6 +27,7 @@
#include "macros.h"
#include "program.h"
+#include "s_atifragshader.h"
#include "s_nvfragprog.h"
#include "s_span.h"
#include "s_texture.h"
@@ -219,7 +220,7 @@ write_dst_addr(GLuint optype, GLuint mod, GLuint mask, GLfloat * src,
dst[3] = src[3];
}
-void
+static void
finish_pass(struct atifs_machine *machine)
{
GLint i;