From 52a39a332fec1e5a8d686558b9a71e42bcfcbb0f Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 20 Jun 2019 10:18:41 -0700 Subject: 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 Reviewed-by: Eric Engestrom --- src/mesa/x86/x86_cliptest.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/x86/x86_cliptest.S') diff --git a/src/mesa/x86/x86_cliptest.S b/src/mesa/x86/x86_cliptest.S index 031ec1d88ed..231c029e84f 100644 --- a/src/mesa/x86/x86_cliptest.S +++ b/src/mesa/x86/x86_cliptest.S @@ -30,7 +30,8 @@ */ #include "assyntax.h" -#include "matypes.h" +#define MATH_ASM_PTR_SIZE 4 +#include "math/m_vector_asm.h" #include "clip_args.h" #define SRC0 REGOFF(0, ESI) -- cgit v1.2.3