projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6edbfc
)
gallium: include st_cb_viewport.h to silence warning
author
Brian Paul
<brianp@vmware.com>
Mon, 23 Feb 2009 22:07:31 +0000
(15:07 -0700)
committer
Brian Paul
<brianp@vmware.com>
Mon, 23 Feb 2009 22:07:31 +0000
(15:07 -0700)
src/mesa/state_tracker/st_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_context.c
b/src/mesa/state_tracker/st_context.c
index 916cf2f64cb935e7d4416ad0d348bade925f2086..78a7956c90dd9d12b381dd49a962b3ce91a4bbed 100644
(file)
--- a/
src/mesa/state_tracker/st_context.c
+++ b/
src/mesa/state_tracker/st_context.c
@@
-59,6
+59,7
@@
#include "st_cb_texture.h"
#include "st_cb_flush.h"
#include "st_cb_strings.h"
+#include "st_cb_viewport.h"
#include "st_atom.h"
#include "st_draw.h"
#include "st_extensions.h"