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

Vinson Lee vlee at kemper.freedesktop.org
Mon Jan 10 02:29:34 UTC 2011


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

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

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

---

 src/mesa/drivers/dri/r600/r600_context.c |    1 +
 src/mesa/drivers/dri/r600/r600_tex.c     |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/dri/r600/r600_context.c b/src/mesa/drivers/dri/r600/r600_context.c
index 5f5a502..00708be 100644
--- a/src/mesa/drivers/dri/r600/r600_context.c
+++ b/src/mesa/drivers/dri/r600/r600_context.c
@@ -44,6 +44,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "main/bufferobj.h"
 #include "main/texobj.h"
 #include "main/points.h"
+#include "main/mfeatures.h"
 
 #include "swrast/swrast.h"
 #include "swrast_setup/swrast_setup.h"
diff --git a/src/mesa/drivers/dri/r600/r600_tex.c b/src/mesa/drivers/dri/r600/r600_tex.c
index c3d68c4..2a99ded 100644
--- a/src/mesa/drivers/dri/r600/r600_tex.c
+++ b/src/mesa/drivers/dri/r600/r600_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