projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cfd769
)
gallium: remove forward struct decl
author
Brian Paul
<brianp@vmware.com>
Wed, 13 Jan 2010 23:46:53 +0000
(16:46 -0700)
committer
Brian Paul
<brianp@vmware.com>
Thu, 14 Jan 2010 00:39:44 +0000
(17:39 -0700)
Other struct types (like pipe_texture) are referenced before they're
defined so no reason to special-case this one.
src/gallium/include/pipe/p_state.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_state.h
b/src/gallium/include/pipe/p_state.h
index 60e96b98debb3d90690e3f5e125933285e9d5c1e..66d6cfa11e6357292568b51becbdfb5205c92676 100644
(file)
--- a/
src/gallium/include/pipe/p_state.h
+++ b/
src/gallium/include/pipe/p_state.h
@@
-66,10
+66,6
@@
extern "C" {
#define PIPE_MAX_TEXTURE_LEVELS 16
-/* fwd decls */
-struct pipe_surface;
-
-
/**
* The driver will certainly subclass this to include actual memory
* management information.