Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use mesa import wrappers, bug 4468 | Brian Paul | 2005-09-16 | 2 | -3/+3 |
| | |||||
* | fix static assertion problem for gcc (bug 4022) | Brian Paul | 2005-08-10 | 1 | -1/+4 |
| | |||||
* | disable the pointer size assertions (bug 4021) | Brian Paul | 2005-08-10 | 1 | -2/+5 |
| | |||||
* | fix indentation | Brian Paul | 2005-08-10 | 1 | -14/+14 |
| | |||||
* | added newline at end of file | Brian Paul | 2005-06-30 | 2 | -2/+2 |
| | |||||
* | Committing in . | Jouk Jansen | 2005-06-01 | 4 | -377/+378 |
| | | | | | | | | | | | | Update OpneVMS compilesupport Modified Files: Mesa/src/mesa/shader/descrip.mms Mesa/src/mesa/shader/slang/descrip.mms Mesa/src/mesa/shader/slang/slang_compile.c Mesa/src/mesa/shader/slang/slang_storage.c Mesa/src/mesa/shader/slang/slang_storage.h ---------------------------------------------------------------------- | ||||
* | change local var names from "asm" to "assem" - I guess it caused | Michal Krol | 2005-05-25 | 1 | -22/+22 |
| | | | | gcc 3.3.5 to break, but not tested it | ||||
* | a small utility to convert .syn files to its binary forms; | Michal Krol | 2005-05-25 | 1 | -0/+79 |
| | | | | does not require any command line params; | ||||
* | silencium gcc warnings | Michal Krol | 2005-05-25 | 1 | -0/+2 |
| | |||||
* | more slang code | Michal Krol | 2005-05-25 | 6 | -255/+312 |
| | |||||
* | ncrease stack size | Michal Krol | 2005-05-25 | 2 | -1/+2 |
| | |||||
* | remove the GLSL spec wording; | Michal Krol | 2005-05-25 | 3 | -3020/+2267 |
| | | | | | | | reorder some elementary operators; disable assignment "=" and equality "==" "!=" operators - they are handled internally by the assembly generator; fix minor typos | ||||
* | change the behaviour of enter and local_addr instructions | Michal Krol | 2005-05-25 | 1 | -5/+5 |
| | |||||
* | silence gcc warnings | Keith Whitwell | 2005-05-23 | 3 | -0/+10 |
| | |||||
* | Committing in . | Jouk Jansen | 2005-05-20 | 1 | -2/+11 |
| | | | | | | | | | | Update openVMS compile support Modified Files: Mesa/progs/demos/descrip.mms Mesa/src/mesa/shader/slang/descrip.mms Mesa/src/mesa/tnl/descrip.mms ---------------------------------------------------------------------- | ||||
* | intermediate code generator (not finished); | Michal Krol | 2005-05-19 | 14 | -77/+4053 |
| | | | | generic back-end interpreter (interprets directly intermediate code) | ||||
* | add static_assert macro | Michal Krol | 2005-05-19 | 1 | -0/+2 |
| | |||||
* | Committing in . | Jouk Jansen | 2005-05-04 | 1 | -2/+3 |
| | | | | | | | | OpenVMS compile update Modified Files: Mesa/src/mesa/shader/slang/descrip.mms ---------------------------------------------------------------------- | ||||
* | Add more error checking. | Michal Krol | 2005-04-22 | 2 | -113/+286 |
| | |||||
* | Cosmetic changes. | Michal Krol | 2005-04-22 | 1 | -5/+11 |
| | |||||
* | Move some utility functions to slang_utility.c. | Michal Krol | 2005-04-22 | 3 | -41/+121 |
| | |||||
* | Provide precompiled binary versions of built-in library .gc sources | Michal Krol | 2005-04-22 | 7 | -2502/+4501 |
| | | | | to dramatically improve shader compiling performance. | ||||
* | Updates for OpenVMS : New makefiles | Jouk Jansen | 2005-04-18 | 3 | -4/+45 |
| | | | | | | | | | | | | | added some type-casts Modified Files: Mesa/src/mesa/shader/descrip.mms Mesa/src/mesa/shader/program.c Mesa/src/mesa/shader/slang/slang_compile.c Mesa/src/mesa/shader/slang/slang_preprocess.c Added Files: Mesa/src/mesa/shader/slang/descrip.mms ---------------------------------------------------------------------- | ||||
* | remove carriage returns | Brian Paul | 2005-04-15 | 3 | -3040/+3040 |
| | |||||
* | implement info log; parse #version directive | Michal Krol | 2005-04-15 | 2 | -175/+397 |
| | |||||
* | slang preprocessor | Michal Krol | 2005-04-15 | 2 | -0/+120 |
| | |||||
* | slang #version directive syntax | Michal Krol | 2005-04-15 | 2 | -0/+182 |
| | |||||
* | change __asm statement semantics | Michal Krol | 2005-04-15 | 3 | -14/+14 |
| | |||||
* | simple front-end compiler | Michal Krol | 2005-04-13 | 2 | -0/+2061 |
| | |||||
* | add __fixed_input and __fixed_output qualifier support; | Michal Krol | 2005-04-13 | 2 | -9/+22 |
| | | | | fix for_init_statement output; | ||||
* | cosmetic changes; | Michal Krol | 2005-04-13 | 4 | -35/+663 |
| | | | | add __fixed_input and __fixed_output qualifiers for built-in variables; | ||||
* | cosmetic changes; | Michal Krol | 2005-04-13 | 2 | -20/+1431 |
| | | | | fix syntax errors; | ||||
* | cosmetic changes; | Michal Krol | 2005-04-13 | 3 | -90/+1825 |
| | | | | | | change first parameter's qualifier from inout to out for __operator =; remove __asm instructions: int_add, int_multiply, int_divide, int_negate, int_less, int_equal, bool_equal; | ||||
* | converts a .gc file to a C header containing string form of the file | Michal Krol | 2005-04-13 | 1 | -0/+55 |
| | |||||
* | fix a variety of warnings/errors | Brian Paul | 2005-03-29 | 6 | -16/+21 |
| | |||||
* | fix comments; fix TBuiltInResource typedef | Michal Krol | 2005-03-25 | 1 | -5/+5 |
| | |||||
* | fix comments; disable DLL linkage for WIN32 | Michal Krol | 2005-03-25 | 1 | -49/+51 |
| | |||||
* | update against 03-Feb-2005 release | Michal Krol | 2005-03-18 | 58 | -11765/+12981 |
| | |||||
* | a little program to change // comments to /* */ ones | Michal Krol | 2005-03-18 | 1 | -0/+76 |
| | |||||
* | glslang flex and bison sources: | Michal Krol | 2005-03-18 | 2 | -0/+2623 |
| | | | | | | | flex glslang.l bison -t -v -d glslang.y mv glslang.tab.c Gen_glslang_tab.cpp (shouldn't be .c?) mv glslang.tab.h glslang_tab.h | ||||
* | make it compile under linux | Michal Krol | 2005-03-14 | 1 | -1/+2 |
| | |||||
* | make it compile under gcc 3.3.2 | Michal Krol | 2005-03-14 | 1 | -1/+1 |
| | |||||
* | fix enum comma | Michal Krol | 2005-03-14 | 4 | -6/+6 |
| | |||||
* | move file | Michal Krol | 2005-01-28 | 6 | -0/+6041 |
| | |||||
* | Handy TIntermTraverser class wrapper | Michal Krol | 2005-01-21 | 1 | -0/+112 |
| | |||||
* | remove #ifndef linux, it isnt defined on Linux, where should I define it? | Michal Krol | 2005-01-18 | 1 | -77/+73 |
| | |||||
* | comment out _THROW calls, dont want to compile under Linux | Michal Krol | 2005-01-18 | 1 | -142/+144 |
| | |||||
* | fix // comments | Michal Krol | 2005-01-18 | 17 | -4834/+4834 |
| | |||||
* | 2005-oct-19 3dlabs slang compiler, tweaked a little bit | Michal Krol | 2005-01-17 | 59 | -0/+22041 |
| | |||||
* | slang to mesa compatibility, tested only under Windows | Michal Krol | 2005-01-17 | 2 | -0/+178 |