projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
121b6d6
)
r300g: Include missing header in r300_texture_desc.h.
author
Vinson Lee
<vlee@vmware.com>
Thu, 26 Aug 2010 08:38:23 +0000
(
01:38
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 26 Aug 2010 08:38:23 +0000
(
01:38
-0700)
Include p_format.h for enum pipe_format symbol.
Fixes r300g build.
src/gallium/drivers/r300/r300_texture_desc.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r300/r300_texture_desc.h
b/src/gallium/drivers/r300/r300_texture_desc.h
index 95de66f6549a845492d25069b5da12f7d25a04ec..3d7fe1fb4731cc352af6ec14fe88091b74673bdf 100644
(file)
--- a/
src/gallium/drivers/r300/r300_texture_desc.h
+++ b/
src/gallium/drivers/r300/r300_texture_desc.h
@@
-24,6
+24,7
@@
#ifndef R300_TEXTURE_DESC_H
#define R300_TEXTURE_DESC_H
+#include "pipe/p_format.h"
#include "r300_defines.h"
struct pipe_resource;