projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43ed82b
)
tgsi: Include missing header in tgsi_dump.h.
author
Vinson Lee
<vlee@vmware.com>
Fri, 27 Aug 2010 07:26:59 +0000
(
00:26
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Fri, 27 Aug 2010 07:26:59 +0000
(
00:26
-0700)
Include p_compiler.h for uint symbol.
src/gallium/auxiliary/tgsi/tgsi_dump.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_dump.h
b/src/gallium/auxiliary/tgsi/tgsi_dump.h
index 4cd27317b36792b5d60e53c8efca3ee5dc51b054..dd78b361007001b50236aaf093f1565801c9b6e9 100644
(file)
--- a/
src/gallium/auxiliary/tgsi/tgsi_dump.h
+++ b/
src/gallium/auxiliary/tgsi/tgsi_dump.h
@@
-28,6
+28,7
@@
#ifndef TGSI_DUMP_H
#define TGSI_DUMP_H
+#include "pipe/p_compiler.h"
#include "pipe/p_shader_tokens.h"
#if defined __cplusplus