Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-28 | add newline at end of file | Brian Paul | |
2005-09-23 | Committing in . | Jouk Jansen | |
1) change compilation on VMS to use IEEE floating points 2) one more problem with _mesa_sprintf solved Modified Files: Mesa/docs/README.VMS Mesa/progs/demos/descrip.mms Mesa/progs/tests/descrip.mms Mesa/progs/util/descrip.mms Mesa/progs/xdemos/descrip.mms Mesa/src/glu/mesa/descrip.mms Mesa/src/glu/sgi/descrip.mms Mesa/src/glut/glx/descrip.mms Mesa/src/mesa/array_cache/descrip.mms Mesa/src/mesa/drivers/common/descrip.mms Mesa/src/mesa/drivers/osmesa/descrip.mms Mesa/src/mesa/drivers/x11/descrip.mms Mesa/src/mesa/glapi/descrip.mms Mesa/src/mesa/main/descrip.mms Mesa/src/mesa/main/texobj.c Mesa/src/mesa/math/descrip.mms Mesa/src/mesa/shader/descrip.mms Mesa/src/mesa/shader/grammar/descrip.mms Mesa/src/mesa/shader/slang/descrip.mms Mesa/src/mesa/swrast/descrip.mms Mesa/src/mesa/swrast_setup/descrip.mms Mesa/src/mesa/tnl/descrip.mms ---------------------------------------------------------------------- | |||
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 | |
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 ---------------------------------------------------------------------- | |||
2005-05-25 | change local var names from "asm" to "assem" - I guess it caused | Michal Krol | |
gcc 3.3.5 to break, but not tested it | |||
2005-05-25 | a small utility to convert .syn files to its binary forms; | Michal Krol | |
does not require any command line params; | |||
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 | |
reorder some elementary operators; disable assignment "=" and equality "==" "!=" operators - they are handled internally by the assembly generator; fix minor typos | |||
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 | |
Update openVMS compile support Modified Files: Mesa/progs/demos/descrip.mms Mesa/src/mesa/shader/slang/descrip.mms Mesa/src/mesa/tnl/descrip.mms ---------------------------------------------------------------------- | |||
2005-05-19 | intermediate code generator (not finished); | Michal Krol | |
generic back-end interpreter (interprets directly intermediate code) | |||
2005-05-19 | add static_assert macro | Michal Krol | |
2005-05-04 | Committing in . | Jouk Jansen | |
OpenVMS compile update Modified Files: Mesa/src/mesa/shader/slang/descrip.mms ---------------------------------------------------------------------- | |||
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 | |
to dramatically improve shader compiling performance. | |||
2005-04-18 | Updates for OpenVMS : New makefiles | Jouk Jansen | |
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 ---------------------------------------------------------------------- | |||
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 | |
fix for_init_statement output; | |||
2005-04-13 | cosmetic changes; | Michal Krol | |
add __fixed_input and __fixed_output qualifiers for built-in variables; | |||
2005-04-13 | cosmetic changes; | Michal Krol | |
fix syntax errors; | |||
2005-04-13 | cosmetic changes; | Michal Krol | |
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; | |||
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 | |
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 | |||
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 | |