build fixes
authorAlan Hourihane <alanh@tungstengraphics.com>
Thu, 4 Dec 2003 14:04:35 +0000 (14:04 +0000)
committerAlan Hourihane <alanh@tungstengraphics.com>
Thu, 4 Dec 2003 14:04:35 +0000 (14:04 +0000)
src/mesa/drivers/dri/radeon/radeon_vtxfmt_sse.c
src/mesa/drivers/dri/tdfx/tdfx_state.c

index 71e74381a5abfa57d98ec8205214201b6d61545b..3b9e51235c2e1ed9f7d7986f086c62caef1cebf5 100644 (file)
@@ -39,7 +39,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "radeon_vtxfmt.h"
 
 #if defined(USE_SSE_ASM)
-#include "X86/common_x86_asm.h"
+#include "x86/common_x86_asm.h"
 
 #define EXTERN( FUNC )         \
 extern const char *FUNC;       \
index bab3854a7c4fad32d25b73fdb6d68a7b84987fd3..5372558cdf13bbb511e7dea73f0276639e36c412 100644 (file)
@@ -40,6 +40,7 @@
 #include "colormac.h"
 #include "texformat.h"
 #include "texstore.h"
+#include "teximage.h"
 
 #include "swrast/swrast.h"
 #include "array_cache/acache.h"
@@ -877,7 +878,7 @@ void tdfxUpdateViewport( GLcontext *ctx )
    m[MAT_SZ] = v[MAT_SZ];
    m[MAT_TZ] = v[MAT_TZ];
 
-   fxMesa->SetupNewInputs |= VERT_BIT_CLIP;
+   fxMesa->SetupNewInputs |= VERT_BIT_POS;
 }