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

Vinson Lee vlee at kemper.freedesktop.org
Mon Jan 10 02:22:46 UTC 2011


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

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

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

---

 src/mesa/drivers/dri/r200/r200_context.c |    1 +
 src/mesa/drivers/dri/r200/r200_tex.c     |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/dri/r200/r200_context.c b/src/mesa/drivers/dri/r200/r200_context.c
index 5abfc9d..9c045b7 100644
--- a/src/mesa/drivers/dri/r200/r200_context.c
+++ b/src/mesa/drivers/dri/r200/r200_context.c
@@ -38,6 +38,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "main/simple_list.h"
 #include "main/imports.h"
 #include "main/extensions.h"
+#include "main/mfeatures.h"
 
 #include "swrast/swrast.h"
 #include "swrast_setup/swrast_setup.h"
diff --git a/src/mesa/drivers/dri/r200/r200_tex.c b/src/mesa/drivers/dri/r200/r200_tex.c
index 0643247..092b757 100644
--- a/src/mesa/drivers/dri/r200/r200_tex.c
+++ b/src/mesa/drivers/dri/r200/r200_tex.c
@@ -37,6 +37,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/simple_list.h"
 #include "main/texstore.h"
 #include "main/teximage.h"




More information about the mesa-commit mailing list