fix comments
[mesa.git] / src / mesa / shader / slang / slang_assemble.c
2006-11-18 Brian Paulmove fix-up code into new slang_fixup_save() function
2006-11-16 Brian PaulAdd a lot of const qualifiers for const-correctness.
2006-11-05 Brian Paulreindent
2006-08-09 Michal KrolMore GLSL code - more support for vec4 operations on...
2006-08-02 Michal KrolEnable vec4 extension for x86 back-end.
2006-05-16 Michal KrolChange constructor prototype.
2006-04-18 Michal KrolRemove carriage-return chars *ONLY*.
2006-03-21 Michal KrolGLSL fixes:
2006-03-14 Michal KrolMore GLSL code:
2006-02-27 Michal KrolMore GLSL code:
2006-02-22 Brian Paulsilence a variety of compiler warnings
2006-02-21 Michal KrolMore GLSL code:
2006-02-18 Michal KrolMore GLSL code.
2006-02-15 Brian PaulFix a few warnings:
2006-02-15 Michal KrolAdd support for forward function declarations.
2006-02-13 Michal KrolGet it running for ARB_vertex_shader.
2006-01-30 Michal KrolSplit slang_compile.c into several smaller files -...
2006-01-16 Michal Krolremove some test code;
2005-05-25 Michal Krolchange local var names from "asm" to "assem" - I guess...
2005-05-25 Michal Krolmore slang code
2005-05-19 Michal Krolintermediate code generator (not finished);