Age | Commit message (Expand) | Author |
2005-04-14 | hook to _slang_compile() | Michal Krol |
2005-04-14 | do not use isdigit() - can cause link errors | Michal Krol |
2005-04-13 | clean-up stuff | 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-04-07 | Add shaderobjects_3dlabs.c back into build but use #ifdef FEATURE_shading_lan... | Brian Paul |
2005-04-01 | Use FEATURE_shading_language to control whether the shading language | Brian Paul |
2005-03-30 | Disable _mesa_3dlabs_create_{program,shader}_object references. | Adam Jackson |
2005-03-29 | Disable C++ shading language code yet again. Doesn't compile with older | Brian Paul |
2005-03-29 | re-enable _mesa_init_shaderobjects_3dlabs() call | Brian Paul |
2005-03-29 | fix a variety of warnings/errors | Brian Paul |
2005-03-26 | disable _mesa_init_shaderobjects_3dlabs() call until build is fixed | Brian Paul |
2005-03-25 | implement gl2_3dlabs_shhandle interface; resolve few TODOs | Michal Krol |
2005-03-25 | cleanup query functions | Michal Krol |
2005-03-25 | add _mesa_init_shaderobjects_3dlabs() declaration | Michal Krol |
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-02-16 | fixed problems with parse_float() (fd.o bug 2520) | Brian Paul |
2005-02-14 | ProgramCallbackMesa must match the prototype | Daniel Borca |
2005-01-30 | add number of passes count to ati_fragment_shader | Dave Airlie |
2005-01-28 | move file | Michal Krol |
2005-01-21 | add slang/traverse_wrap.h | Michal Krol |
2005-01-21 | Handy TIntermTraverser class wrapper | Michal Krol |
2005-01-20 | Update glDeletePrograms/Buffers() so that the ID is freed immediately, like | Brian Paul |
2005-01-19 | make sure the new instruction Data pointer is set to NULL | Brian Paul |
2005-01-19 | fix a typo | Brian Paul |
2005-01-19 | minor formatting fix | Brian Paul |
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 |
2005-01-18 | fix // comments | Michal Krol |
2005-01-17 | add slang/ directory tree | Michal Krol |
2005-01-17 | 2005-oct-19 3dlabs slang compiler, tweaked a little bit | Michal Krol |
2005-01-17 | slang to mesa compatibility, tested only under Windows | Michal Krol |
2005-01-17 | add [.slang] to INCDIR, fix comma in OBJECTS | Michal Krol |
2005-01-17 | silence warning | Brian Paul |
2005-01-17 | silence a bunch of warnings | Brian Paul |
2005-01-13 | 3dlabs glslang frontend | Michal Krol |
2005-01-13 | 3dlabs glslang frontend, not complete | Michal Krol |
2005-01-13 | cosmetic changes | Michal Krol |
2005-01-13 | implement ARB_shader_objects, not complete | Michal Krol |