summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang
Commit message (Expand)AuthorAgeFilesLines
* Remove not needed forward declaration.Michal Krol2006-05-301-1/+0
* change initialization of texcoords - not all C compilers support non-constant...Brian Paul2006-05-181-6/+36
* unbreak the buildTilman Sauerbeck2006-05-171-0/+1
* Change error message wording.Michal Krol2006-05-162-10/+10
* Rename print() to printMESA().Michal Krol2006-05-162-94/+101
* Fix attrib handling.Michal Krol2006-05-162-31/+53
* Extend printMESA function to output also to shader's info log.Michal Krol2006-05-163-22/+75
* Cleanup code. Change constructor prototype.Michal Krol2006-05-167-65/+58
* Cleanup code.Michal Krol2006-05-162-284/+210
* Change constructor prototype.Michal Krol2006-05-162-36/+42
* added a trailing newline to pacify gccTilman Sauerbeck2006-04-281-1/+1
* Remove carriage returns.Michal Krol2006-04-254-1668/+1668
* Remove carriage-return chars *ONLY*.Michal Krol2006-04-1848-13782/+13782
* Add support for ARB_vertex_shader attrib binding and query.Michal Krol2006-04-184-114/+474
* More GLSL code:Michal Krol2006-04-046-34/+247
* Silencium gcc warnings.Michal Krol2006-03-213-131/+130
* GLSL fixes:Michal Krol2006-03-2113-577/+752
* Committing in .Jouk Jansen2006-03-171-2/+5
* rename enums, fixes compilation breakage (Michal Krol)Brian Paul2006-03-151-3/+3
* More GLSL code:Michal Krol2006-03-1416-251/+790
* Committing in .Jouk Jansen2006-03-071-1/+3
* silence a bunch of warningsBrian Paul2006-02-276-11/+15
* More GLSL code:Michal Krol2006-02-2731-386/+1292
* add some #includes, fix some prototypes (bug 5992)Brian Paul2006-02-221-9/+20
* silence a variety of compiler warningsBrian Paul2006-02-224-5/+10
* More GLSL code:Michal Krol2006-02-2127-2890/+2826
* Committing in .Jouk Jansen2006-02-211-3/+5
* More GLSL code.Michal Krol2006-02-1820-2232/+2784
* Fix a few warnings:Brian Paul2006-02-156-16/+39
* Add support for forward function declarations.Michal Krol2006-02-157-300/+382
* Update OpenVMS compile supportJouk Jansen2006-02-131-3/+9
* More glsl code.Michal Krol2006-02-132-1763/+1952
* REVISION 3.Michal Krol2006-02-132-62/+50
* Cosmetic changes.Michal Krol2006-02-134-633/+301
* Delete most of the comments.Michal Krol2006-02-132-1150/+1923
* Get it running for ARB_vertex_shader.Michal Krol2006-02-1327-1346/+2060
* Split slang_compile.c into several smaller files - it was just too big.Michal Krol2006-01-3016-1066/+1639
* remove some test code;Michal Krol2006-01-165-197/+158
* remove slang_*_gc.h files;Michal Krol2006-01-1610-5265/+1321
* add newline at end of fileBrian Paul2005-10-283-3/+3
* Committing in .Jouk Jansen2005-09-231-1/+1
* additional wrapper updates, bug 4468Brian Paul2005-09-192-7/+22
* use mesa import wrappers, bug 4468Brian Paul2005-09-162-3/+3
* fix static assertion problem for gcc (bug 4022)Brian Paul2005-08-101-1/+4
* disable the pointer size assertions (bug 4021)Brian Paul2005-08-101-2/+5
* fix indentationBrian Paul2005-08-101-14/+14
* added newline at end of fileBrian Paul2005-06-302-2/+2
* Committing in .Jouk Jansen2005-06-014-377/+378
* change local var names from "asm" to "assem" - I guess it causedMichal Krol2005-05-251-22/+22
* a small utility to convert .syn files to its binary forms;Michal Krol2005-05-251-0/+79