From 2cdd699a77f7801b1e37b72108a33fa95354e67a Mon Sep 17 00:00:00 2001 From: Kendall Bennett Date: Wed, 8 Oct 2003 01:53:30 +0000 Subject: More SciTech SNAP specific changes to glheader.h. Also modified the macros in swrast/s_spantemp.h to allow dithering to be used in the SNAP drivers. --- src/mesa/math/m_debug_util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/math') diff --git a/src/mesa/math/m_debug_util.h b/src/mesa/math/m_debug_util.h index 9b89c90e36..9df84301f1 100644 --- a/src/mesa/math/m_debug_util.h +++ b/src/mesa/math/m_debug_util.h @@ -268,6 +268,8 @@ enum { NIL = 0, ONE = 1, NEG = -1, VAR = 2 }; # define ALIGN16 __attribute__ ((aligned (16))) #elif defined(__MSC__) # define ALIGN16 __declspec(align(16)) /* GH: Does this work? */ +#elif defined(__WATCOMC__) +# define ALIGN16 /* Watcom does not support this */ #else # warning "ALIGN16 will not 16-byte align!\n" # define ALIGN16 -- cgit v1.2.3