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

Brian Paul brianp at kemper.freedesktop.org
Thu Sep 16 18:42:09 UTC 2010


Module: Mesa
Branch: master
Commit: 3a6f9d0f47861b1c618366d679ad8ddd9a06b323
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a6f9d0f47861b1c618366d679ad8ddd9a06b323

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Sep 16 12:40:05 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.

---

 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