Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2005-01-13 | add atifragshader.c, shaderobjects.c, shaderobjects_3dlabs.c, atifragshader.h, | Michal Krol | |
shaderobjects.h, shaderobjects_3dlabs.h | |||
2005-01-13 | add shaderobjects_3dlabs.c | Michal Krol | |
2005-01-11 | prototype _mesa_init_ati_fragment_shader() | Brian Paul | |
2005-01-11 | aliasing was broken | Michal Krol | |
2005-01-03 | updates from Jouk | Brian Paul | |
2004-12-19 | Implement software ATI_fragment_shader | Dave Airlie | |
no error detection, slow, may not be 100% correct but a good start | |||
2004-12-18 | Added PRINT instruction for GL_NV_fragment_program. | Brian Paul | |
2004-12-16 | Experimental PRINT instruction for NV_vertex_program. | Brian Paul | |
Basically, this lets you put a "PRINT 'mesage', register;" statement in a vertex program to aid in debugging. | |||
2004-12-15 | tweaks to the LIT instructions | Brian Paul | |
2004-12-14 | uint*t -> u_int*t changes | Alan Hourihane | |
2004-12-08 | silence warnings | Alan Hourihane | |
2004-12-02 | Fix some warnings | Alan Hourihane | |
2004-11-29 | update from Jouk | Brian Paul | |
2004-11-26 | update some type names | Brian Paul | |
2004-11-10 | added shaderobjects.c | Brian Paul | |
2004-10-29 | slang syntax conforming spec rev. 1.10.59 | Michal Krol | |
2004-10-27 | remove unused entries | Michal Krol | |
2004-10-27 | by karoshi - ARB_shader_objects implementation | Michal Krol | |
empty routines by now | |||
2004-10-27 | by karoshi - header file for ARB_shader_objects implementation | Michal Krol | |
2004-10-24 | Bug #1682: Mesa core code that gets linked into DRI drivers should never call | Adam Jackson | |
through the GL API directly, but should instead use the GL_CALL macro. | |||
2004-10-22 | - add decimal literal integer support | Michal Krol | |
- fix bug with c-style comment closing - sequences like /***/ were not correctly parsed | |||
2004-10-21 | forgot about revision increment | Michal Krol | |
2004-10-21 | - use new program option values from arbprogram.syn | Michal Krol | |
- remove redundant check of parsed program target - remove redundant check of relative addressing range - use faster grammar interface | |||
2004-10-21 | remove redundant check of parsed program target | Michal Krol | |
2004-10-21 | change program options numbering to accommodate future | Michal Krol | |
options (up to 256) | |||
2004-10-20 | add new grammar_check_fast entry for faster parsing | Michal Krol | |
2004-10-20 | - speed up syntax parsing - the parser is now 4 times faster | Michal Krol | |
note: to use it you must use grammar_check_fast entry - allow decimal format for literal integers in .syn files - raise am error if syntax has duplicate or unreferenced symbols - do some little clean-up with linked-list stuff - make macro APPEND_CHARACTER a function - fix minor typos and bugs | |||
2004-10-18 | conform to shader spec 1.10.59 | Michal Krol | |
2004-10-18 | conform to language version 1.10 rev 59 | Michal Krol | |
resolve TODOs | |||
2004-10-16 | fix if/else bug in _mesa_ProgramEnvParameter4fARB (fdo bug 1645) | Brian Paul | |
2004-10-12 | add newline to end of file | Daniel Borca | |
2004-10-11 | Fix strange white space that gcc didn't like. | Felix Kuehling | |
2004-10-11 | Prefix operator and constructor keywords with two consequtive underscores | Michal Krol | |
( __ ). This will be more compatible with glslang spec. | |||
2004-10-11 | Enable draw_buffers only if GL_ARB_draw_buffers string is | Michal Krol | |
present in GL_EXTENSIONS string. Parse OPTION ARB_draw_buffers. | |||
2004-10-06 | more GL_ARB_draw_buffers updates from Michale Krol | Brian Paul | |
2004-10-06 | fix GetVertexAttrib problem | Brian Paul | |
2004-10-04 | ARB_fp support for GL_ARB_draw_buffers (Karl Rasche) | Brian Paul | |