Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Add shaderobjects_3dlabs.c back into build but use #ifdef ↵ | Brian Paul | 2005-04-07 | 2 | -7/+29 |
| | | | | FEATURE_shading_language to enable/disable relevant code. | ||||
* | Use FEATURE_shading_language to control whether the shading language | Brian Paul | 2005-04-01 | 1 | -3/+3 |
| | | | | | compiler is hooked in. May be enabled on compiler command line by setting -DFEATURE_shading_lanuage=1. | ||||
* | Disable _mesa_3dlabs_create_{program,shader}_object references. | Adam Jackson | 2005-03-30 | 1 | -0/+4 |
| | |||||
* | Disable C++ shading language code yet again. Doesn't compile with older | Brian Paul | 2005-03-29 | 1 | -0/+2 |
| | | | | g++ installations. | ||||
* | re-enable _mesa_init_shaderobjects_3dlabs() call | Brian Paul | 2005-03-29 | 1 | -2/+0 |
| | |||||
* | fix a variety of warnings/errors | Brian Paul | 2005-03-29 | 6 | -16/+21 |
| | |||||
* | disable _mesa_init_shaderobjects_3dlabs() call until build is fixed | Brian Paul | 2005-03-26 | 1 | -0/+2 |
| | |||||
* | implement gl2_3dlabs_shhandle interface; resolve few TODOs | Michal Krol | 2005-03-25 | 1 | -46/+266 |
| | |||||
* | cleanup query functions | Michal Krol | 2005-03-25 | 1 | -910/+966 |
| | |||||
* | add _mesa_init_shaderobjects_3dlabs() declaration | Michal Krol | 2005-03-25 | 1 | -0/+3 |
| | |||||
* | 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 |
| | |||||
* | fixed problems with parse_float() (fd.o bug 2520) | Brian Paul | 2005-02-16 | 1 | -27/+48 |
| | |||||
* | ProgramCallbackMesa must match the prototype | Daniel Borca | 2005-02-14 | 1 | -2/+2 |
| | |||||
* | add number of passes count to ati_fragment_shader | Dave Airlie | 2005-01-30 | 1 | -1/+12 |
| | |||||
* | move file | Michal Krol | 2005-01-28 | 6 | -0/+0 |
| | |||||
* | add slang/traverse_wrap.h | Michal Krol | 2005-01-21 | 1 | -0/+4 |
| | |||||
* | Handy TIntermTraverser class wrapper | Michal Krol | 2005-01-21 | 1 | -0/+112 |
| | |||||
* | Update glDeletePrograms/Buffers() so that the ID is freed immediately, like | Brian Paul | 2005-01-20 | 2 | -10/+14 |
| | | | | texture objects. | ||||
* | make sure the new instruction Data pointer is set to NULL | Brian Paul | 2005-01-19 | 1 | -0/+6 |
| | |||||
* | fix a typo | Brian Paul | 2005-01-19 | 1 | -3/+3 |
| | |||||
* | minor formatting fix | Brian Paul | 2005-01-19 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | add slang/ directory tree | Michal Krol | 2005-01-17 | 1 | -2/+270 |
| | |||||
* | 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 |
| | |||||
* | add [.slang] to INCDIR, fix comma in OBJECTS | Michal Krol | 2005-01-17 | 1 | -4/+4 |
| | |||||
* | silence warning | Brian Paul | 2005-01-17 | 1 | -1/+1 |
| | |||||
* | silence a bunch of warnings | Brian Paul | 2005-01-17 | 1 | -47/+77 |
| | |||||
* | 3dlabs glslang frontend | Michal Krol | 2005-01-13 | 1 | -0/+37 |
| | |||||
* | 3dlabs glslang frontend, not complete | Michal Krol | 2005-01-13 | 1 | -0/+745 |
| | |||||
* | cosmetic changes | Michal Krol | 2005-01-13 | 1 | -13/+10 |
| | |||||
* | implement ARB_shader_objects, not complete | Michal Krol | 2005-01-13 | 1 | -91/+957 |
| | |||||
* | add atifragshader.c, shaderobjects.c, shaderobjects_3dlabs.c, atifragshader.h, | Michal Krol | 2005-01-13 | 1 | -1/+25 |
| | | | | shaderobjects.h, shaderobjects_3dlabs.h | ||||
* | add shaderobjects_3dlabs.c | Michal Krol | 2005-01-13 | 1 | -3/+6 |
| | |||||
* | prototype _mesa_init_ati_fragment_shader() | Brian Paul | 2005-01-11 | 2 | -12/+16 |
| | |||||
* | aliasing was broken | Michal Krol | 2005-01-11 | 1 | -1/+1 |
| | |||||
* | updates from Jouk | Brian Paul | 2005-01-03 | 1 | -1/+3 |
| |