Mesa (master): r300: Include mfeatures. h in files that perform feature tests.

Vinson Lee vlee at kemper.freedesktop.org
Mon Jan 10 02:25:57 UTC 2011


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Jan  9 18:25:36 2011 -0800

r300: Include mfeatures.h in files that perform feature tests.

---

 src/mesa/drivers/dri/r300/r300_context.c |    1 +
 src/mesa/drivers/dri/r300/r300_tex.c     |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/dri/r300/r300_context.c b/src/mesa/drivers/dri/r300/r300_context.c
index c288834..0d8bd4f 100644
--- a/src/mesa/drivers/dri/r300/r300_context.c
+++ b/src/mesa/drivers/dri/r300/r300_context.c
@@ -43,6 +43,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "main/extensions.h"
 #include "main/bufferobj.h"
 #include "main/texobj.h"
+#include "main/mfeatures.h"
 
 #include "swrast/swrast.h"
 #include "swrast_setup/swrast_setup.h"
diff --git a/src/mesa/drivers/dri/r300/r300_tex.c b/src/mesa/drivers/dri/r300/r300_tex.c
index de66293..f930b4d 100644
--- a/src/mesa/drivers/dri/r300/r300_tex.c
+++ b/src/mesa/drivers/dri/r300/r300_tex.c
@@ -38,6 +38,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "main/context.h"
 #include "main/enums.h"
 #include "main/image.h"
+#include "main/mfeatures.h"
 #include "main/mipmap.h"
 #include "main/simple_list.h"
 #include "main/texstore.h"




More information about the mesa-commit mailing list