summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang
AgeCommit message (Expand)Author
2006-05-30Remove not needed forward declaration.Michal Krol
2006-05-18change initialization of texcoords - not all C compilers support non-constant...Brian Paul
2006-05-17unbreak the buildTilman Sauerbeck
2006-05-16Change error message wording.Michal Krol
2006-05-16Rename print() to printMESA().Michal Krol
2006-05-16Fix attrib handling.Michal Krol
2006-05-16Extend printMESA function to output also to shader's info log.Michal Krol
2006-05-16Cleanup code. Change constructor prototype.Michal Krol
2006-05-16Cleanup code.Michal Krol
2006-05-16Change constructor prototype.Michal Krol
2006-04-28added a trailing newline to pacify gccTilman Sauerbeck
2006-04-25Remove carriage returns.Michal Krol
2006-04-18Remove carriage-return chars *ONLY*.Michal Krol
2006-04-18Add support for ARB_vertex_shader attrib binding and query.Michal Krol
2006-04-04More GLSL code:Michal Krol
2006-03-21Silencium gcc warnings.Michal Krol
2006-03-21GLSL fixes:Michal Krol
2006-03-17 Committing in .Jouk Jansen
2006-03-15rename enums, fixes compilation breakage (Michal Krol)Brian Paul
2006-03-14More GLSL code:Michal Krol
2006-03-07 Committing in .Jouk Jansen
2006-02-27silence a bunch of warningsBrian Paul
2006-02-27More GLSL code:Michal Krol
2006-02-22add some #includes, fix some prototypes (bug 5992)Brian Paul
2006-02-22silence a variety of compiler warningsBrian Paul
2006-02-21More GLSL code:Michal Krol
2006-02-21 Committing in .Jouk Jansen
2006-02-18More GLSL code.Michal Krol
2006-02-15Fix a few warnings:Brian Paul
2006-02-15Add support for forward function declarations.Michal Krol
2006-02-13 Update OpenVMS compile supportJouk Jansen
2006-02-13More glsl code.Michal Krol
2006-02-13REVISION 3.Michal Krol
2006-02-13Cosmetic changes.Michal Krol
2006-02-13Delete most of the comments.Michal Krol
2006-02-13Get it running for ARB_vertex_shader.Michal Krol
2006-01-30Split slang_compile.c into several smaller files - it was just too big.Michal Krol
2006-01-16remove some test code;Michal Krol
2006-01-16remove slang_*_gc.h files;Michal Krol
2005-10-28add newline at end of fileBrian Paul
2005-09-23 Committing in .Jouk Jansen
2005-09-19additional wrapper updates, bug 4468Brian Paul
2005-09-16use mesa import wrappers, bug 4468Brian Paul
2005-08-10fix static assertion problem for gcc (bug 4022)Brian Paul
2005-08-10disable the pointer size assertions (bug 4021)Brian Paul
2005-08-10fix indentationBrian Paul
2005-06-30added newline at end of fileBrian Paul
2005-06-01 Committing in .Jouk Jansen
2005-05-25change local var names from "asm" to "assem" - I guess it causedMichal Krol
2005-05-25a small utility to convert .syn files to its binary forms;Michal Krol