fix state.light[n].spot.direction.w value (bug 3083)
[mesa.git] / src / mesa / shader / slang /
2005-04-18 Jouk Jansen Updates for OpenVMS : New makefiles
2005-04-15 Brian Paulremove carriage returns
2005-04-15 Michal Krolimplement info log; parse #version directive
2005-04-15 Michal Krolslang preprocessor
2005-04-15 Michal Krolslang #version directive syntax
2005-04-15 Michal Krolchange __asm statement semantics
2005-04-13 Michal Krolsimple front-end compiler
2005-04-13 Michal Kroladd __fixed_input and __fixed_output qualifier support;
2005-04-13 Michal Krolcosmetic changes;
2005-04-13 Michal Krolcosmetic changes;
2005-04-13 Michal Krolcosmetic changes;
2005-04-13 Michal Krolconverts a .gc file to a C header containing string...
2005-03-29 Brian Paulfix a variety of warnings/errors
2005-03-25 Michal Krolfix comments; fix TBuiltInResource typedef
2005-03-25 Michal Krolfix comments; disable DLL linkage for WIN32
2005-03-18 Michal Krolupdate against 03-Feb-2005 release
2005-03-18 Michal Krola little program to change // comments to /* */ ones
2005-03-18 Michal Krolglslang flex and bison sources:
2005-03-14 Michal Krolmake it compile under linux
2005-03-14 Michal Krolmake it compile under gcc 3.3.2
2005-03-14 Michal Krolfix enum comma
2005-01-28 Michal Krolmove file
2005-01-21 Michal KrolHandy TIntermTraverser class wrapper
2005-01-18 Michal Krolremove #ifndef linux, it isnt defined on Linux, where...
2005-01-18 Michal Krolcomment out _THROW calls, dont want to compile under...
2005-01-18 Michal Krolfix // comments
2005-01-17 Michal Krol2005-oct-19 3dlabs slang compiler, tweaked a little bit
2005-01-17 Michal Krolslang to mesa compatibility, tested only under Windows