build fixes

This commit is contained in:
Alan Hourihane 2003-12-04 14:04:35 +00:00
parent 4e638426fd
commit b97faf113d
2 changed files with 3 additions and 2 deletions

View 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; \

View 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;
}