s/G_/SP_/
authorBrian <brian.paul@tungstengraphics.com>
Mon, 9 Jul 2007 22:20:16 +0000 (16:20 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 9 Jul 2007 22:20:16 +0000 (16:20 -0600)
src/mesa/pipe/softpipe/sp_headers.h
src/mesa/pipe/softpipe/sp_quad.h
src/mesa/pipe/softpipe/sp_surface.h

index 561597d9e24934c1a7886b6a04a1447ec682622e..82f03ec0782d8bb24b678b76a579cc5c1d6bae2f 100644 (file)
 
 /* Authors:  Keith Whitwell <keith@tungstengraphics.com>
  */
-#ifndef G_HEADERS_H
-#define G_HEADERS_H
+
+#ifndef SP_HEADERS_H
+#define SP_HEADERS_H
+
 
 #define PRIM_POINT 1
 #define PRIM_LINE  2
@@ -89,7 +91,4 @@ struct quad_header {
 };
 
 
-
-
-
-#endif
+#endif /* SP_HEADERS_H */
index 351cd4d323ad68a18646b87e17c336c18ded0077..79f52721a3f3352ddd3b31081741a905dabe6023 100644 (file)
 
 /* Authors:  Keith Whitwell <keith@tungstengraphics.com>
  */
-#ifndef G_TILE_H
-#define G_TILE_H
+
+#ifndef SP_TILE_H
+#define SP_TILE_H
+
 
 struct softpipe_context;
 struct quad_header;
@@ -44,14 +46,13 @@ struct quad_stage {
 };
 
 
-
 struct quad_stage *sp_quad_shade_stage( struct softpipe_context *softpipe );
 struct quad_stage *sp_quad_alpha_test_stage( struct softpipe_context *softpipe );
 struct quad_stage *sp_quad_depth_test_stage( struct softpipe_context *softpipe );
 struct quad_stage *sp_quad_blend_stage( struct softpipe_context *softpipe );
 struct quad_stage *sp_quad_output_stage( struct softpipe_context *softpipe );
 
-void
-sp_build_quad_pipeline(struct softpipe_context *sp);
+void sp_build_quad_pipeline(struct softpipe_context *sp);
+
 
-#endif
+#endif /* SP_TILE_H */
index 05b125d17b6df9feaee32cf6d67c9211a8bac38f..ac66ffe8917a2e04f989012b69b4d8f6d9b6e7a0 100644 (file)
@@ -28,8 +28,8 @@
 /* Authors:  Keith Whitwell <keith@tungstengraphics.com>
  */
 
-#ifndef G_SURFACE_H
-#define G_SURFACE_H
+#ifndef SP_SURFACE_H
+#define SP_SURFACE_H
 
 #include "glheader.h"
 #include "sp_headers.h"
@@ -93,4 +93,4 @@ softpipe_surface(struct pipe_surface *ps)
 }
 
 
-#endif
+#endif /* SP_SURFACE_H */