summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_quad_pipe.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-07-27 11:36:24 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-08-29 09:21:16 +0100
commitc9a5930fe45a0a0299769bd2b672ca516d1bf39e (patch)
treefc6ef11953101215179be32296dac374f43a7e4d /src/gallium/drivers/llvmpipe/lp_quad_pipe.h
parent8783732c4d2b9162d996f678eb41e3eae3ac86c7 (diff)
downloadexternal_mesa3d-c9a5930fe45a0a0299769bd2b672ca516d1bf39e.zip
external_mesa3d-c9a5930fe45a0a0299769bd2b672ca516d1bf39e.tar.gz
external_mesa3d-c9a5930fe45a0a0299769bd2b672ca516d1bf39e.tar.bz2
llvmpipe: Rename preprocessor symbols too.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_quad_pipe.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_quad_pipe.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_quad_pipe.h b/src/gallium/drivers/llvmpipe/lp_quad_pipe.h
index 5995fdb..4c3efde 100644
--- a/src/gallium/drivers/llvmpipe/lp_quad_pipe.h
+++ b/src/gallium/drivers/llvmpipe/lp_quad_pipe.h
@@ -28,8 +28,8 @@
/* Authors: Keith Whitwell <keith@tungstengraphics.com>
*/
-#ifndef SP_QUAD_PIPE_H
-#define SP_QUAD_PIPE_H
+#ifndef LP_QUAD_PIPE_H
+#define LP_QUAD_PIPE_H
struct llvmpipe_context;
@@ -71,4 +71,4 @@ void lp_build_quad_pipeline(struct llvmpipe_context *lp);
void lp_depth_test_quad(struct quad_stage *qs, struct quad_header *quad);
-#endif /* SP_QUAD_PIPE_H */
+#endif /* LP_QUAD_PIPE_H */