code tweaks, remove old comments
[mesa.git] / src / mesa / shader / slang / slang_compile_function.h
2006-05-30 Michal KrolRemove not needed forward declaration.
2006-05-17 Tilman Sauerbeckunbreak the build
2006-05-16 Michal KrolCleanup code. Change constructor prototype.
2006-04-18 Michal KrolRemove carriage-return chars *ONLY*.
2006-02-27 Brian Paulsilence a bunch of warnings
2006-02-27 Michal KrolMore GLSL code:
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 -...