| Commit message (Expand) | Author | Age | Files | Lines |
* | move NumNativeAlu/TexInstruction assignments (Ewald Snel) | Brian Paul | 2006-03-29 | 1 | -6/+3 |
* | Make ARB_vp backends happy with nv arl | Aapo Tahkola | 2006-03-24 | 1 | -0/+5 |
* | ARL dst idx was undefined. | Aapo Tahkola | 2006-03-22 | 1 | -1/+2 |
* | Silencium gcc warnings. | Michal Krol | 2006-03-21 | 4 | -132/+131 |
* | GLSL fixes: | Michal Krol | 2006-03-21 | 16 | -606/+969 |
* | Committing in . | Jouk Jansen | 2006-03-17 | 1 | -2/+5 |
* | rename enums, fixes compilation breakage (Michal Krol) | Brian Paul | 2006-03-15 | 1 | -3/+3 |
* | More GLSL code: | Michal Krol | 2006-03-14 | 19 | -311/+1020 |
* | Committing in . | Jouk Jansen | 2006-03-07 | 1 | -1/+3 |
* | Use standard ARB names instead of vendor-specific NV names for the ARB/NV_ver... | Roland Scheidegger | 2006-03-03 | 1 | -8/+7 |
* | Fix glGet with enums which are used not only in NV_vertex_program, but other ... | Roland Scheidegger | 2006-03-01 | 1 | -2/+2 |
* | silence a bunch of warnings | Brian Paul | 2006-02-27 | 7 | -11/+16 |
* | More GLSL code: | Michal Krol | 2006-02-27 | 35 | -1309/+2094 |
* | add some #includes, fix some prototypes (bug 5992) | Brian Paul | 2006-02-22 | 1 | -9/+20 |
* | add missing prototypes, use _slang_ prefix on non-static functions | Brian Paul | 2006-02-22 | 2 | -4/+28 |
* | silence a variety of compiler warnings | Brian Paul | 2006-02-22 | 4 | -5/+10 |
* | More GLSL code: | Michal Krol | 2006-02-21 | 29 | -2952/+2991 |
* | Committing in . | Jouk Jansen | 2006-02-21 | 1 | -3/+5 |
* | More GLSL code. | Michal Krol | 2006-02-18 | 21 | -2260/+2804 |
* | Set NumInstructions (bug 5864) | Brian Paul | 2006-02-15 | 2 | -0/+2 |
* | Fix a few warnings: | Brian Paul | 2006-02-15 | 6 | -16/+39 |
* | Add support for forward function declarations. | Michal Krol | 2006-02-15 | 7 | -300/+382 |
* | Add fragment shader execute entry. | Michal Krol | 2006-02-15 | 1 | -8/+109 |
* | Update OpenVMS compile support | Jouk Jansen | 2006-02-13 | 1 | -3/+9 |
* | More glsl code. | Michal Krol | 2006-02-13 | 2 | -1763/+1952 |
* | REVISION 3. | Michal Krol | 2006-02-13 | 2 | -62/+50 |
* | Cosmetic changes. | Michal Krol | 2006-02-13 | 4 | -633/+301 |
* | Delete most of the comments. | Michal Krol | 2006-02-13 | 2 | -1150/+1923 |
* | Get it running for ARB_vertex_shader. | Michal Krol | 2006-02-13 | 27 | -1346/+2060 |
* | Rename current_program to CurrentProgram. | Michal Krol | 2006-02-13 | 2 | -32/+140 |
* | Split slang_compile.c into several smaller files - it was just too big. | Michal Krol | 2006-01-30 | 16 | -1066/+1639 |
* | remove some test code; | Michal Krol | 2006-01-16 | 5 | -197/+158 |
* | remove slang_*_gc.h files; | Michal Krol | 2006-01-16 | 10 | -5265/+1321 |
* | C++ fixes, mostly casts (Stephane Conversy) | Brian Paul | 2005-12-06 | 4 | -21/+21 |
* | track state flags which might invalidate parameter lists | Keith Whitwell | 2005-11-22 | 2 | -0/+80 |
* | move _mesa_init_instruction() to program.c | Brian Paul | 2005-11-20 | 2 | -23/+25 |
* | Make Saturate a 2-bit field again, renamed to SaturateMode with three | Brian Paul | 2005-11-20 | 4 | -41/+53 |
* | remove incorrect cast | Brian Paul | 2005-11-19 | 1 | -1/+1 |
* | Saturate is a 1-bit boolean field | Brian Paul | 2005-11-19 | 1 | -1/+1 |
* | No longer derive 'ati_fragment_shader' from 'program' class. Only the | Brian Paul | 2005-11-19 | 4 | -79/+84 |
* | Remove the _mesa_parse_arb_vertex/fragment_program() functions into | Brian Paul | 2005-11-19 | 8 | -441/+263 |
* | update comments, remove ^M chars | Brian Paul | 2005-11-19 | 1 | -12/+7 |
* | move a bunch of gl2/shading language structs from mtypes.h to shaderobjects.h | Brian Paul | 2005-11-19 | 1 | -0/+82 |
* | Improve _mesa_print_program(). | Brian Paul | 2005-11-12 | 1 | -31/+354 |
* | fix comment for TexSrcTarget | Brian Paul | 2005-11-12 | 1 | -2/+1 |
* | update some assertions | Brian Paul | 2005-11-12 | 2 | -2/+2 |
* | Move stuff common to vertex/fragment_program into the base class, including: | Brian Paul | 2005-11-12 | 10 | -150/+198 |
* | This patch adds the missing NV_vertex_program2 and NV_vertex_program3 | Ian Romanick | 2005-11-08 | 2 | -37/+29 |
* | remove _mesa_debug_fp_inst() | Brian Paul | 2005-11-08 | 1 | -6/+2 |
* | minor work in _mesa_print_program() | Brian Paul | 2005-11-08 | 1 | -1/+10 |