r600: Include mfeatures.h in files that perform feature tests.
authorVinson Lee <vlee@vmware.com>
Mon, 10 Jan 2011 02:29:02 +0000 (18:29 -0800)
committerVinson Lee <vlee@vmware.com>
Mon, 10 Jan 2011 02:29:02 +0000 (18:29 -0800)
src/mesa/drivers/dri/r600/r600_context.c
src/mesa/drivers/dri/r600/r600_tex.c

index 5f5a502..00708be 100644 (file)
@@ -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"
index c3d68c4..2a99ded 100644 (file)
@@ -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"