diff options
author | Brian <[email protected]> | 2007-02-02 14:24:24 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-02-02 14:24:24 -0700 |
commit | 1b24e2d5a7a7f97c179d7881a014f4aa025cacf7 (patch) | |
tree | 31c2438e52cbc059b9487f350450bbfa662a2355 /src/mesa/shader/slang/slang_compile.h | |
parent | 5072fd3a641fa31cbfa7ecfbb34b2d8e782f9e06 (diff) |
remove slang_export.c and related code
Diffstat (limited to 'src/mesa/shader/slang/slang_compile.h')
-rw-r--r-- | src/mesa/shader/slang/slang_compile.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/shader/slang/slang_compile.h b/src/mesa/shader/slang/slang_compile.h index 450119d650d..3ebe72eca4a 100644 --- a/src/mesa/shader/slang/slang_compile.h +++ b/src/mesa/shader/slang/slang_compile.h @@ -27,7 +27,6 @@ #include "imports.h" #include "mtypes.h" -#include "slang_export.h" #include "slang_assemble.h" #include "slang_compile_variable.h" #include "slang_compile_struct.h" @@ -70,12 +69,7 @@ _slang_code_unit_dtr (slang_code_unit *); #define SLANG_BUILTIN_COMMON 1 #define SLANG_BUILTIN_TARGET 2 -#if 0/*defined(USE_X86_ASM) || defined(SLANG_X86)*/ -#define SLANG_BUILTIN_VEC4 3 -#define SLANG_BUILTIN_TOTAL 4 -#else #define SLANG_BUILTIN_TOTAL 3 -#endif typedef struct slang_code_object_ { @@ -84,8 +78,6 @@ typedef struct slang_code_object_ slang_assembly_file assembly; slang_var_pool varpool; slang_atom_pool atompool; - slang_export_data_table expdata; - slang_export_code_table expcode; } slang_code_object; extern GLvoid |