Age | Commit message (Expand) | Author |
2005-10-28 | add newline at end of file | Brian Paul |
2005-09-23 | Committing in . | Jouk Jansen |
2005-09-19 | additional wrapper updates, bug 4468 | Brian Paul |
2005-09-16 | use mesa import wrappers, bug 4468 | Brian Paul |
2005-08-10 | fix static assertion problem for gcc (bug 4022) | Brian Paul |
2005-08-10 | disable the pointer size assertions (bug 4021) | Brian Paul |
2005-08-10 | fix indentation | Brian Paul |
2005-06-30 | added newline at end of file | Brian Paul |
2005-06-01 | Committing in . | Jouk Jansen |
2005-05-25 | change local var names from "asm" to "assem" - I guess it caused | Michal Krol |
2005-05-25 | a small utility to convert .syn files to its binary forms; | Michal Krol |
2005-05-25 | silencium gcc warnings | Michal Krol |
2005-05-25 | more slang code | Michal Krol |
2005-05-25 | ncrease stack size | Michal Krol |
2005-05-25 | remove the GLSL spec wording; | Michal Krol |
2005-05-25 | change the behaviour of enter and local_addr instructions | Michal Krol |
2005-05-23 | silence gcc warnings | Keith Whitwell |
2005-05-20 | Committing in . | Jouk Jansen |
2005-05-19 | intermediate code generator (not finished); | Michal Krol |
2005-05-19 | add static_assert macro | Michal Krol |
2005-05-04 | Committing in . | Jouk Jansen |
2005-04-22 | Add more error checking. | Michal Krol |
2005-04-22 | Cosmetic changes. | Michal Krol |
2005-04-22 | Move some utility functions to slang_utility.c. | Michal Krol |
2005-04-22 | Provide precompiled binary versions of built-in library .gc sources | Michal Krol |
2005-04-18 | Updates for OpenVMS : New makefiles | Jouk Jansen |
2005-04-15 | remove carriage returns | Brian Paul |
2005-04-15 | implement info log; parse #version directive | Michal Krol |
2005-04-15 | slang preprocessor | Michal Krol |
2005-04-15 | slang #version directive syntax | Michal Krol |
2005-04-15 | change __asm statement semantics | Michal Krol |
2005-04-13 | simple front-end compiler | Michal Krol |
2005-04-13 | add __fixed_input and __fixed_output qualifier support; | Michal Krol |
2005-04-13 | cosmetic changes; | Michal Krol |
2005-04-13 | cosmetic changes; | Michal Krol |
2005-04-13 | cosmetic changes; | Michal Krol |
2005-04-13 | converts a .gc file to a C header containing string form of the file | Michal Krol |
2005-03-29 | fix a variety of warnings/errors | Brian Paul |
2005-03-25 | fix comments; fix TBuiltInResource typedef | Michal Krol |
2005-03-25 | fix comments; disable DLL linkage for WIN32 | Michal Krol |
2005-03-18 | update against 03-Feb-2005 release | Michal Krol |
2005-03-18 | a little program to change // comments to /* */ ones | Michal Krol |
2005-03-18 | glslang flex and bison sources: | Michal Krol |
2005-03-14 | make it compile under linux | Michal Krol |
2005-03-14 | make it compile under gcc 3.3.2 | Michal Krol |
2005-03-14 | fix enum comma | Michal Krol |
2005-01-28 | move file | Michal Krol |
2005-01-21 | Handy TIntermTraverser class wrapper | Michal Krol |
2005-01-18 | remove #ifndef linux, it isnt defined on Linux, where should I define it? | Michal Krol |
2005-01-18 | comment out _THROW calls, dont want to compile under Linux | Michal Krol |