projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4b2de1
)
mesa: include mfeatures.h in formats.c
author
Brian Paul
<brianp@vmware.com>
Thu, 16 Sep 2010 18:40:05 +0000
(12:40 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 16 Sep 2010 18:41:51 +0000
(12:41 -0600)
Otherwise, FEATURE_EXT_texture_sRGB was undefined.
This is (part of?) the fix for fd.o bug 30177.
src/mesa/main/formats.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/formats.c
b/src/mesa/main/formats.c
index 112d7a00883e78368c35d38adeaadc50a609d992..9db9f1c56ead2536c23030ef1ba4f7cc5caa02c8 100644
(file)
--- a/
src/mesa/main/formats.c
+++ b/
src/mesa/main/formats.c
@@
-26,6
+26,7
@@
#include "imports.h"
#include "formats.h"
+#include "mfeatures.h"
/**