Fix Windows newlines.
[mesa.git] / src / mesa / shader / slang /
2006-09-26 Michal KrolFix Windows newlines.
2006-09-26 Michal KrolAdd syntax files for expression and directive preprocessor.
2006-08-30 Michal KrolAdd missing vec4 instructions to the interpreter.
2006-08-29 Brian Paulreplace abort with _mesa_problem()
2006-08-21 Michal KrolMore GLSL preprocessor code:
2006-08-21 Michal KrolGLSL 1.20 constructors and operators.
2006-08-09 Michal KrolGLSL 1.20 built-in library.
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-08-02 Michal KrolAdd vec4 extension.
2006-07-30 Michal KrolProgram to convert .syn file to .h headers.
2006-05-30 Michal KrolRemove not needed forward declaration.
2006-05-18 Brian Paulchange initialization of texcoords - not all C compiler...
2006-05-17 Tilman Sauerbeckunbreak the build
2006-05-16 Michal KrolChange error message wording.
2006-05-16 Michal KrolRename print() to printMESA().
2006-05-16 Michal KrolFix attrib handling.
2006-05-16 Michal KrolExtend printMESA function to output also to shader...
2006-05-16 Michal KrolCleanup code. Change constructor prototype.
2006-05-16 Michal KrolCleanup code.
2006-05-16 Michal KrolChange constructor prototype.
2006-04-28 Tilman Sauerbeckadded a trailing newline to pacify gcc
2006-04-25 Michal KrolRemove carriage returns.
2006-04-18 Michal KrolRemove carriage-return chars *ONLY*.
2006-04-18 Michal KrolAdd support for ARB_vertex_shader attrib binding and...
2006-04-04 Michal KrolMore GLSL code:
2006-03-21 Michal KrolSilencium gcc warnings.
2006-03-21 Michal KrolGLSL fixes:
2006-03-17 Jouk Jansen Committing in .
2006-03-15 Brian Paulrename enums, fixes compilation breakage (Michal Krol)
2006-03-14 Michal KrolMore GLSL code:
2006-03-07 Jouk Jansen Committing in .
2006-02-27 Brian Paulsilence a bunch of warnings
2006-02-27 Michal KrolMore GLSL code:
2006-02-22 Brian Pauladd some #includes, fix some prototypes (bug 5992)
2006-02-22 Brian Paulsilence a variety of compiler warnings
2006-02-21 Michal KrolMore GLSL code:
2006-02-21 Jouk Jansen Committing in .
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 Jouk Jansen Update OpenVMS compile support
2006-02-13 Michal KrolMore glsl code.
2006-02-13 Michal KrolREVISION 3.
2006-02-13 Michal KrolCosmetic changes.
2006-02-13 Michal KrolDelete most of the comments.
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;
2006-01-16 Michal Krolremove slang_*_gc.h files;
2005-10-28 Brian Pauladd newline at end of file
2005-09-23 Jouk Jansen Committing in .
2005-09-19 Brian Pauladditional wrapper updates, bug 4468
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-08-10 Brian Paulfix static assertion problem for gcc (bug 4022)
2005-08-10 Brian Pauldisable the pointer size assertions (bug 4021)
2005-08-10 Brian Paulfix indentation
2005-06-30 Brian Pauladded newline at end of file
2005-06-01 Jouk Jansen Committing in .
2005-05-25 Michal Krolchange local var names from "asm" to "assem" - I guess...
2005-05-25 Michal Krola small utility to convert .syn files to its binary...
2005-05-25 Michal Krolsilencium gcc warnings
2005-05-25 Michal Krolmore slang code
2005-05-25 Michal Krolncrease stack size
2005-05-25 Michal Krolremove the GLSL spec wording;
2005-05-25 Michal Krolchange the behaviour of enter and local_addr instructions
2005-05-23 Keith Whitwellsilence gcc warnings
2005-05-20 Jouk Jansen Committing in .
2005-05-19 Michal Krolintermediate code generator (not finished);
2005-05-19 Michal Kroladd static_assert macro
2005-05-04 Jouk Jansen Committing in .
2005-04-22 Michal KrolAdd more error checking.
2005-04-22 Michal KrolCosmetic changes.
2005-04-22 Michal KrolMove some utility functions to slang_utility.c.
2005-04-22 Michal KrolProvide precompiled binary versions of built-in library...
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...
next