OSDN Git Service

dri: Add missing header m_xform.h.
authorVinson Lee <vlee@vmware.com>
Sun, 8 Aug 2010 06:19:27 +0000 (23:19 -0700)
committerVinson Lee <vlee@vmware.com>
Sun, 8 Aug 2010 06:19:27 +0000 (23:19 -0700)
This is a follow-up patch to commit
f4511c4835879090ce7e6afe3ac26b98fb91899a.

Files that include tnl_dd/t_dd_dmatmp.h now need to also include
m_xform.h as t_context.h no longer includes it.

src/mesa/drivers/dri/i915/intel_render.c
src/mesa/drivers/dri/mga/mgarender.c
src/mesa/drivers/dri/radeon/radeon_swtcl.c
src/mesa/drivers/dri/savage/savagerender.c
src/mesa/drivers/dri/unichrome/via_render.c

index ec20939..add0ada 100644 (file)
@@ -37,6 +37,8 @@
 #include "main/mtypes.h"
 #include "main/enums.h"
 
+#include "math/m_xform.h"
+
 #include "tnl/t_context.h"
 #include "tnl/t_vertex.h"
 #include "tnl/t_pipeline.h"
index 8b8fc48..cc0cea6 100644 (file)
@@ -44,6 +44,8 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "main/imports.h"
 #include "main/mtypes.h"
 
+#include "math/m_xform.h"
+
 #include "tnl/t_context.h"
 
 #include "mgacontext.h"
index 67be466..29defe7 100644 (file)
@@ -40,7 +40,10 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "main/macros.h"
 #include "main/simple_list.h"
 
+#include "math/m_xform.h"
+
 #include "swrast_setup/swrast_setup.h"
+
 #include "tnl/tnl.h"
 #include "tnl/t_context.h"
 #include "tnl/t_pipeline.h"
index c369bb1..2d9e80e 100644 (file)
@@ -33,6 +33,8 @@
 #include "main/imports.h"
 #include "main/mtypes.h"
 
+#include "math/m_xform.h"
+
 #include "tnl/t_context.h"
 
 #include "savagecontext.h"
index 896c43d..4351f11 100644 (file)
@@ -33,6 +33,8 @@
 #include "main/macros.h"
 #include "main/mtypes.h"
 
+#include "math/m_xform.h"
+
 #include "tnl/t_context.h"
 
 #include "via_context.h"