projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1a1978
)
s/SP_TILE_H/SP_QUAD_H/
author
Brian
<brian.paul@tungstengraphics.com>
Fri, 27 Jul 2007 15:06:15 +0000
(09:06 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Fri, 27 Jul 2007 15:06:15 +0000
(09:06 -0600)
src/mesa/pipe/softpipe/sp_quad.h
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/softpipe/sp_quad.h
b/src/mesa/pipe/softpipe/sp_quad.h
index
2ee53bd
..
72a9981
100644
(file)
--- 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 */