summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang
AgeCommit message (Expand)Author
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
2005-05-25silencium gcc warningsMichal Krol
2005-05-25more slang codeMichal Krol
2005-05-25ncrease stack sizeMichal Krol
2005-05-25remove the GLSL spec wording;Michal Krol
2005-05-25change the behaviour of enter and local_addr instructionsMichal Krol
2005-05-23silence gcc warningsKeith Whitwell
2005-05-20 Committing in .Jouk Jansen
2005-05-19intermediate code generator (not finished);Michal Krol
2005-05-19add static_assert macroMichal Krol
2005-05-04 Committing in .Jouk Jansen
2005-04-22Add more error checking.Michal Krol
2005-04-22Cosmetic changes.Michal Krol
2005-04-22Move some utility functions to slang_utility.c.Michal Krol
2005-04-22Provide precompiled binary versions of built-in library .gc sourcesMichal Krol
2005-04-18 Updates for OpenVMS : New makefilesJouk Jansen
2005-04-15remove carriage returnsBrian Paul
2005-04-15implement info log; parse #version directiveMichal Krol
2005-04-15slang preprocessorMichal Krol
2005-04-15slang #version directive syntaxMichal Krol
2005-04-15change __asm statement semanticsMichal Krol
2005-04-13simple front-end compilerMichal Krol
2005-04-13add __fixed_input and __fixed_output qualifier support;Michal Krol
2005-04-13cosmetic changes;Michal Krol
2005-04-13cosmetic changes;Michal Krol
2005-04-13cosmetic changes;Michal Krol
2005-04-13converts a .gc file to a C header containing string form of the fileMichal Krol
2005-03-29fix a variety of warnings/errorsBrian Paul
2005-03-25fix comments; fix TBuiltInResource typedefMichal Krol
2005-03-25fix comments; disable DLL linkage for WIN32Michal Krol
2005-03-18update against 03-Feb-2005 releaseMichal Krol
2005-03-18a little program to change // comments to /* */ onesMichal Krol
2005-03-18glslang flex and bison sources:Michal Krol
2005-03-14make it compile under linuxMichal Krol
2005-03-14make it compile under gcc 3.3.2Michal Krol
2005-03-14fix enum commaMichal Krol
2005-01-28move fileMichal Krol
2005-01-21Handy TIntermTraverser class wrapperMichal Krol
2005-01-18remove #ifndef linux, it isnt defined on Linux, where should I define it?Michal Krol
2005-01-18comment out _THROW calls, dont want to compile under LinuxMichal Krol
2005-01-18fix // commentsMichal Krol