nouveau: Typo
[mesa.git] / src / mesa / shader / slang /
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-28 Brian Paulindent, comments, etc
2006-11-27 Brian Paulcomments
2006-11-24 Brian Paulcall slang_variable_construct() inside slang_variable_s...
2006-11-24 Brian Paulnew slang_variable_scope_grow() function
2006-11-23 Brian Paulconst correctness, clean-ups
2006-11-23 Brian Paulindent
2006-11-23 Brian Paulmove comments
2006-11-23 Brian Paulindent
2006-11-23 Brian Paulclean-up, comments
2006-11-22 Brian Paulindent
2006-11-22 Brian Paulconst correctness
2006-11-22 Brian Paulnew comments
2006-11-22 Brian Paulclean-up, comments
2006-11-22 Brian Paulreindent
2006-11-22 Brian Paulfix comments
2006-11-21 Brian Paullist header files in sources files (Dan Nicholson)
2006-11-18 Brian Paulmove fix-up code into new slang_fixup_save() function
2006-11-18 Brian Paulcomments
2006-11-18 Brian Paulreindent
2006-11-17 Brian Paulreindent, doxygen-style comments
2006-11-17 Michal KrolComment and indent the atom functions.
2006-11-16 Brian Paulrevert prev check-in
2006-11-16 Brian PaulAdd a lot of const qualifiers for const-correctness.
2006-11-16 Brian Paulreindent
2006-11-16 Brian Paulreindent, clean-up
2006-11-15 Brian Paulreindent, add some comments
2006-11-15 Brian Paulreindent
2006-11-15 Brian Paulindent, comments
2006-11-15 Brian Pauls/int/GLboolean/
2006-11-15 Brian Paul#define LONGSTRING __extension__ in imports.h and use...
2006-11-15 Brian PaulComments for operations.
2006-11-05 Brian Paulreindent
2006-11-03 Brian Paulreformat comments in Doxygen style
2006-10-13 Michal KrolIndent and cosmetic changes.
2006-10-11 Brian PaulList of source (.c) files in each directory.
2006-09-26 Michal KrolAdd GLSL preprocessor.
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
next