mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 02:30:18 +01:00
build fixes
This commit is contained in:
parent
4e638426fd
commit
b97faf113d
2 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue