projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf15e9b
)
i965g: Include p_compiler.h in intel_decode.h.
author
Vinson Lee
<vlee@vmware.com>
Tue, 4 Jan 2011 08:44:23 +0000
(
00:44
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 4 Jan 2011 08:44:23 +0000
(
00:44
-0800)
Include p_compiler.h for uint32_t symbol.
src/gallium/drivers/i965/intel_decode.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i965/intel_decode.h
b/src/gallium/drivers/i965/intel_decode.h
index 7683097b869bded77954712dd03b1c550fad4400..6201a23d6a4150fa5c9eddc10f2ffdb2b4651148 100644
(file)
--- a/
src/gallium/drivers/i965/intel_decode.h
+++ b/
src/gallium/drivers/i965/intel_decode.h
@@
-25,5
+25,7
@@
*
*/
+#include "pipe/p_compiler.h"
+
int intel_decode(const uint32_t *data, int count, uint32_t hw_offset, uint32_t devid);
void intel_decode_context_reset(void);