Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-30 | added newline at end of file | Brian Paul | |
2005-05-25 | a small utility to convert .syn files to its binary forms; | Michal Krol | |
does not require any command line params; | |||
2005-05-25 | remove the GLSL spec wording; | Michal Krol | |
reorder some elementary operators; disable assignment "=" and equality "==" "!=" operators - they are handled internally by the assembly generator; fix minor typos | |||
2005-04-22 | Provide precompiled binary versions of built-in library .gc sources | Michal Krol | |
to dramatically improve shader compiling performance. | |||
2005-04-15 | remove carriage returns | Brian Paul | |
2005-04-15 | slang #version directive syntax | Michal Krol | |
2005-04-15 | change __asm statement semantics | Michal Krol | |
2005-04-13 | add __fixed_input and __fixed_output qualifier support; | Michal Krol | |
fix for_init_statement output; | |||
2005-04-13 | cosmetic changes; | Michal Krol | |
add __fixed_input and __fixed_output qualifiers for built-in variables; | |||
2005-04-13 | cosmetic changes; | Michal Krol | |
fix syntax errors; | |||
2005-04-13 | cosmetic changes; | Michal Krol | |
change first parameter's qualifier from inout to out for __operator =; remove __asm instructions: int_add, int_multiply, int_divide, int_negate, int_less, int_equal, bool_equal; | |||
2005-04-13 | converts a .gc file to a C header containing string form of the file | Michal Krol | |
2005-01-28 | move file | Michal Krol | |