summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/library/gc_to_string.py
AgeCommit message (Collapse)Author
2005-04-15change __asm statement semanticsMichal Krol
2005-04-13cosmetic 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-13converts a .gc file to a C header containing string form of the fileMichal Krol