Mesa (7.9): mesa: include mfeatures.h in formats.c

Brian Paul brianp at kemper.freedesktop.org
Thu Sep 16 18:43:08 UTC 2010


Module: Mesa
Branch: 7.9
Commit: d169a67ad18b8f57210d991a77c86e012551642c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d169a67ad18b8f57210d991a77c86e012551642c

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Sep 16 12:42:53 2010 -0600

mesa: include mfeatures.h in formats.c

Otherwise, FEATURE_EXT_texture_sRGB was undefined.
This is (part of?) the fix for fd.o bug 30177.

(cherry picked from commit 3a6f9d0f47861b1c618366d679ad8ddd9a06b323)

---

 src/mesa/main/formats.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/main/formats.c b/src/mesa/main/formats.c
index 112d7a0..9db9f1c 100644
--- 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"
 
 
 /**




More information about the mesa-commit mailing list