summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-07-27 09:06:15 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-07-27 09:06:15 -0600
commitdf23ebbb9fe6aca7263371efc6ab6e6f4c1cf423 (patch)
tree0852e514096f234fb033f47dcb9588839f39b348 /src/mesa/pipe/softpipe
parente1a19781ddd855540aa65142891b23769e6da0f9 (diff)
s/SP_TILE_H/SP_QUAD_H/
Diffstat (limited to 'src/mesa/pipe/softpipe')
-rw-r--r--src/mesa/pipe/softpipe/sp_quad.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/pipe/softpipe/sp_quad.h b/src/mesa/pipe/softpipe/sp_quad.h
index 2ee53bdecd..72a9981977 100644
--- a/src/mesa/pipe/softpipe/sp_quad.h
+++ b/src/mesa/pipe/softpipe/sp_quad.h
@@ -28,8 +28,8 @@
/* Authors: Keith Whitwell <keith@tungstengraphics.com>
*/
-#ifndef SP_TILE_H
-#define SP_TILE_H
+#ifndef SP_QUAD_H
+#define SP_QUAD_H
struct softpipe_context;
@@ -62,4 +62,4 @@ void sp_build_quad_pipeline(struct softpipe_context *sp);
void sp_depth_test_quad(struct quad_stage *qs, struct quad_header *quad);
-#endif /* SP_TILE_H */
+#endif /* SP_QUAD_H */