| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | 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 |
* | Implement software ATI_fragment_shader | Dave Airlie | 2004-12-19 | 3 | -0/+562 |
* | Added PRINT instruction for GL_NV_fragment_program. | Brian Paul | 2004-12-18 | 4 | -10/+85 |
* | Experimental PRINT instruction for NV_vertex_program. | Brian Paul | 2004-12-16 | 5 | -8/+149 |
* | tweaks to the LIT instructions | Brian Paul | 2004-12-15 | 1 | -9/+4 |
* | uint*t -> u_int*t changes | Alan Hourihane | 2004-12-14 | 1 | -1/+4 |
* | silence warnings | Alan Hourihane | 2004-12-08 | 1 | -3/+3 |
* | Fix some warnings | Alan Hourihane | 2004-12-02 | 1 | -5/+1 |
* | update from Jouk | Brian Paul | 2004-11-29 | 1 | -2/+2 |
* | update some type names | Brian Paul | 2004-11-26 | 3 | -7/+9 |
* | added shaderobjects.c | Brian Paul | 2004-11-10 | 1 | -2/+5 |
* | slang syntax conforming spec rev. 1.10.59 | Michal Krol | 2004-10-29 | 2 | -0/+2253 |
* | remove unused entries | Michal Krol | 2004-10-27 | 1 | -7/+0 |
* | by karoshi - ARB_shader_objects implementation | Michal Krol | 2004-10-27 | 1 | -0/+258 |
* | by karoshi - header file for ARB_shader_objects implementation | Michal Krol | 2004-10-27 | 1 | -0/+178 |
* | Bug #1682: Mesa core code that gets linked into DRI drivers should never call | Adam Jackson | 2004-10-24 | 1 | -1/+1 |
* | - add decimal literal integer support | Michal Krol | 2004-10-22 | 2 | -588/+609 |
* | forgot about revision increment | Michal Krol | 2004-10-21 | 2 | -2/+2 |
* | - use new program option values from arbprogram.syn | Michal Krol | 2004-10-21 | 1 | -32/+18 |
* | remove redundant check of parsed program target | Michal Krol | 2004-10-21 | 2 | -30/+2 |
* | change program options numbering to accommodate future | Michal Krol | 2004-10-21 | 2 | -28/+50 |
* | add new grammar_check_fast entry for faster parsing | Michal Krol | 2004-10-20 | 1 | -1/+12 |
* | - speed up syntax parsing - the parser is now 4 times faster | Michal Krol | 2004-10-20 | 1 | -178/+531 |
* | conform to shader spec 1.10.59 | Michal Krol | 2004-10-18 | 3 | -1916/+2037 |
* | conform to language version 1.10 rev 59 | Michal Krol | 2004-10-18 | 1 | -1654/+1751 |
* | fix if/else bug in _mesa_ProgramEnvParameter4fARB (fdo bug 1645) | Brian Paul | 2004-10-16 | 1 | -2/+2 |
* | add newline to end of file | Daniel Borca | 2004-10-12 | 1 | -1/+1 |