diff options
author | Brian <[email protected]> | 2007-01-31 17:01:52 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-01-31 17:01:52 -0700 |
commit | d9d33b6fc883ede7ef231965e0b27792c8e58299 (patch) | |
tree | a920be1fcea799002db3d5f53f9bc9413134f9b9 /src/mesa/shader/slang/slang_compile.h | |
parent | b63c100677c76bb20a1871ea15298ca708acd04f (diff) |
disable all x86 code, broken and will eventually be removed
Diffstat (limited to 'src/mesa/shader/slang/slang_compile.h')
-rw-r--r-- | src/mesa/shader/slang/slang_compile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/slang/slang_compile.h b/src/mesa/shader/slang/slang_compile.h index ba129df8e33..a8311e85465 100644 --- a/src/mesa/shader/slang/slang_compile.h +++ b/src/mesa/shader/slang/slang_compile.h @@ -70,7 +70,7 @@ _slang_code_unit_dtr (slang_code_unit *); #define SLANG_BUILTIN_COMMON 1 #define SLANG_BUILTIN_TARGET 2 -#if defined(USE_X86_ASM) || defined(SLANG_X86) +#if 0/*defined(USE_X86_ASM) || defined(SLANG_X86)*/ #define SLANG_BUILTIN_VEC4 3 #define SLANG_BUILTIN_TOTAL 4 #else |