aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/x86/sse_xform2.S
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2019-06-20 10:18:41 -0700
committerEric Anholt <[email protected]>2019-07-01 11:12:15 -0700
commit52a39a332fec1e5a8d686558b9a71e42bcfcbb0f (patch)
tree188067a80775d690eed12d88827bb69d521ca2dc /src/mesa/x86/sse_xform2.S
parent1738b38ce8ef5fec6146225306bd70690a269afa (diff)
mesa: Replace gen_matypes with a simple header for V4F/mat layout.
We can greatly simplify our builds by just hardcoding GLvector4f and GLmatrix's layouts. Reviewed-by: Matt Turner <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/mesa/x86/sse_xform2.S')
-rw-r--r--src/mesa/x86/sse_xform2.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/x86/sse_xform2.S b/src/mesa/x86/sse_xform2.S
index 70215100d19..f89146b42d5 100644
--- a/src/mesa/x86/sse_xform2.S
+++ b/src/mesa/x86/sse_xform2.S
@@ -32,7 +32,8 @@
#ifdef USE_SSE_ASM
#include "assyntax.h"
-#include "matypes.h"
+#define MATH_ASM_PTR_SIZE 4
+#include "math/m_vector_asm.h"
#include "xform_args.h"
SEG_TEXT