Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-26 | Overhaul of error handling. | Brian | |
2006-09-26 | Add GLSL preprocessor. | Michal Krol | |
2006-08-21 | More GLSL preprocessor code: | Michal Krol | |
Rename slang_version.syn to slang_pp_version.syn. The #version directive understands version 120. Cosmetic changes in version preprocessor. Checks if requested version is supported by the compiler. | |||
2006-04-18 | Remove carriage-return chars *ONLY*. | Michal Krol | |
2006-02-27 | More GLSL code: | Michal Krol | |
- add x86 code generator; - add full support for uniforms in ARB_shader_objects; - add assembly instruction: global_addr; - reorganize #includes; - built-in uniforms accessed by index, rather than by name; - add some entries to x86sse rtasm; - add configurations to VC6 projects: 'Release x86' and 'Debug x86'; - #define SLANG_X86 active only on VC6 x86 builds; - introduce code export table for a shader; - remove GNU license from the noise library; | |||
2005-04-15 | slang preprocessor | Michal Krol | |