projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2febc49
)
st/mesa: Include missing headers in st_format.h.
author
Vinson Lee
<vlee@vmware.com>
Thu, 5 Aug 2010 07:59:44 +0000
(
00:59
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 5 Aug 2010 07:59:44 +0000
(
00:59
-0700)
src/mesa/state_tracker/st_format.h
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_format.h
b/src/mesa/state_tracker/st_format.h
index 29768f296d6867def0a3897f32ad09cb62bde658..841c58cadc88b763d84df75f742e24efaac290ee 100644
(file)
--- a/
src/mesa/state_tracker/st_format.h
+++ b/
src/mesa/state_tracker/st_format.h
@@
-31,7
+31,12
@@
#define ST_FORMAT_H
#include "main/formats.h"
+#include "main/mtypes.h"
+#include "pipe/p_defines.h"
+#include "pipe/p_format.h"
+
+struct pipe_screen;
extern GLenum
st_format_datatype(enum pipe_format format);