build fixes
This commit is contained in:
@@ -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; \
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user