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 5f5a50286d691da1ef7df2a9318f80187dfcb2f3..00708be19937dbcc667a49a89447f66df86a7c12 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 c3d68c41e573458a5ebb4c99848e617f8adb15ec..2a99ded5d674ba7c6dcc5fda6c30a6b5abbdaf59 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"