aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang
Commit message (Expand)AuthorAgeFilesLines
* 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
* silencium gcc warningsMichal Krol2005-05-251-0/+2
* more slang codeMichal Krol2005-05-256-255/+312
* ncrease stack sizeMichal Krol2005-05-252-1/+2
* remove the GLSL spec wording;Michal Krol2005-05-253-3020/+2267
* change the behaviour of enter and local_addr instructionsMichal Krol2005-05-251-5/+5
* silence gcc warningsKeith Whitwell2005-05-233-0/+10
* Committing in .Jouk Jansen2005-05-201-2/+11
* intermediate code generator (not finished);Michal Krol2005-05-1914-77/+4053
* add static_assert macroMichal Krol2005-05-191-0/+2
* Committing in .Jouk Jansen2005-05-041-2/+3
* Add more error checking.Michal Krol2005-04-222-113/+286
* Cosmetic changes.Michal Krol2005-04-221-5/+11
* Move some utility functions to slang_utility.c.Michal Krol2005-04-223-41/+121
* Provide precompiled binary versions of built-in library .gc sourcesMichal Krol2005-04-227-2502/+4501
* Updates for OpenVMS : New makefilesJouk Jansen2005-04-183-4/+45
* remove carriage returnsBrian Paul2005-04-153-3040/+3040
* implement info log; parse #version directiveMichal Krol2005-04-152-175/+397
* slang preprocessorMichal Krol2005-04-152-0/+120
* slang #version directive syntaxMichal Krol2005-04-152-0/+182
* change __asm statement semanticsMichal Krol2005-04-153-14/+14
* simple front-end compilerMichal Krol2005-04-132-0/+2061
* add __fixed_input and __fixed_output qualifier support;Michal Krol2005-04-132-9/+22
* cosmetic changes;Michal Krol2005-04-134-35/+663
* cosmetic changes;Michal Krol2005-04-132-20/+1431
* cosmetic changes;Michal Krol2005-04-133-90/+1825
* converts a .gc file to a C header containing string form of the fileMichal Krol2005-04-131-0/+55
* fix a variety of warnings/errorsBrian Paul2005-03-296-16/+21
* fix comments; fix TBuiltInResource typedefMichal Krol2005-03-251-5/+5
* fix comments; disable DLL linkage for WIN32Michal Krol2005-03-251-49/+51
* update against 03-Feb-2005 releaseMichal Krol2005-03-1858-11765/+12981
* a little program to change // comments to /* */ onesMichal Krol2005-03-181-0/+76
* glslang flex and bison sources:Michal Krol2005-03-182-0/+2623
* make it compile under linuxMichal Krol2005-03-141-1/+2
* make it compile under gcc 3.3.2Michal Krol2005-03-141-1/+1
* fix enum commaMichal Krol2005-03-144-6/+6
* move fileMichal Krol2005-01-286-0/+6041
* Handy TIntermTraverser class wrapperMichal Krol2005-01-211-0/+112
* remove #ifndef linux, it isnt defined on Linux, where should I define it?Michal Krol2005-01-181-77/+73
* comment out _THROW calls, dont want to compile under LinuxMichal Krol2005-01-181-142/+144
* fix // commentsMichal Krol2005-01-1817-4834/+4834
* 2005-oct-19 3dlabs slang compiler, tweaked a little bitMichal Krol2005-01-1759-0/+22041