projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3c59ac
)
swrast: Clean up header file inclusion in s_depth.h.
author
Vinson Lee
<vlee@vmware.com>
Sat, 25 Dec 2010 04:06:11 +0000
(20:06 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 25 Dec 2010 04:06:11 +0000
(20:06 -0800)
src/mesa/swrast/s_depth.h
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_depth.h
b/src/mesa/swrast/s_depth.h
index e5dae7ef8650101c1db00ef5b51f7b2306a74945..44820ac8f76f327b47d8874b4b9b4a3a1c34fff9 100644
(file)
--- a/
src/mesa/swrast/s_depth.h
+++ b/
src/mesa/swrast/s_depth.h
@@
-27,9
+27,12
@@
#define S_DEPTH_H
-#include "main/
mtypes
.h"
+#include "main/
glheader
.h"
#include "s_span.h"
+struct gl_context;
+struct gl_renderbuffer;
+
extern GLuint
_swrast_depth_test_span( struct gl_context *ctx, SWspan *span);