Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-04 | Sort instructions for clarity. | Keith Whitwell | |
2005-05-04 | Include negate information in disassembly output. | Keith Whitwell | |
2005-05-04 | Mark unused registers as undefined so dissassemblers can recognized | Keith Whitwell | |
them easily. | |||
2005-05-04 | Improve the quality of the disassembly output for fragment programs. | Keith Whitwell | |
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-21 | Reduce the size of mesa's internal fragment and vertex program | Keith Whitwell | |
representations by switching to packed structures for registers and instructions. | |||
2005-04-21 | use _mesa_pow() for LIT (bug 3087) | Brian Paul | |
2005-04-20 | fix state.light[n].spot.direction.w value (bug 3083) | Brian Paul | |
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 | Fix alpha value of STATE_LIGHTMODEL_SCENECOLOR. From the spec: | Keith Whitwell | |
The "w" component of the program parameter variable is filled with the alpha component of the front diffuse material color. Make sure matrix inverses are uptodate also. | |||
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-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 | |
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-04-07 | Add shaderobjects_3dlabs.c back into build but use #ifdef ↵ | Brian Paul | |
FEATURE_shading_language to enable/disable relevant code. | |||
2005-04-01 | Use FEATURE_shading_language to control whether the shading language | Brian Paul | |
compiler is hooked in. May be enabled on compiler command line by setting -DFEATURE_shading_lanuage=1. | |||
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 | |
g++ installations. | |||
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 | |
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-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 | |