| Commit message (Expand) | Author | Age | Files | Lines |
* | Some structure renaming. Prefix vertex/fragment-related structs with | Brian Paul | 2006-07-20 | 1 | -3/+3 |
* | propagate errors from parse_generic_attrib_num in parse_attrib_binding (-> do... | Tilman Sauerbeck | 2006-06-28 | 1 | -2/+4 |
* | don't do the check for >= MAX_VERTEX_PROGRAM_ATTRIBS twice, it's already done... | Tilman Sauerbeck | 2006-05-29 | 1 | -6/+0 |
* | generic attribute 0 wasn't handled correctly (Jesse Allen) | Brian Paul | 2006-05-29 | 1 | -0/+8 |
* | fix second memory leak (bug 5557) | Brian Paul | 2006-04-28 | 1 | -4/+5 |
* | fix first memory leak (bug 5557) | Brian Paul | 2006-04-28 | 1 | -0/+5 |
* | No longer alias generic vertex attribs with conventional attribs for GL_ARB_v... | Brian Paul | 2006-04-25 | 1 | -1/+6 |
* | More GLSL code: | Michal Krol | 2006-04-11 | 1 | -2/+2 |
* | move NumNativeAlu/TexInstruction assignments (Ewald Snel) | Brian Paul | 2006-03-29 | 1 | -6/+3 |
* | ARL dst idx was undefined. | Aapo Tahkola | 2006-03-22 | 1 | -1/+2 |
* | C++ fixes, mostly casts (Stephane Conversy) | Brian Paul | 2005-12-06 | 1 | -5/+5 |
* | Make Saturate a 2-bit field again, renamed to SaturateMode with three | Brian Paul | 2005-11-20 | 1 | -32/+32 |
* | remove incorrect cast | Brian Paul | 2005-11-19 | 1 | -1/+1 |
* | Remove the _mesa_parse_arb_vertex/fragment_program() functions into | Brian Paul | 2005-11-19 | 1 | -107/+247 |
* | Move stuff common to vertex/fragment_program into the base class, including: | Brian Paul | 2005-11-12 | 1 | -17/+15 |
* | remove unneeded #includes | Brian Paul | 2005-11-08 | 1 | -8/+2 |
* | Unify vertex/fragment program instuctions. | Brian Paul | 2005-11-05 | 1 | -86/+85 |
* | Streamline code generation by using a fixed size instruction buffer in | Brian Paul | 2005-11-03 | 1 | -65/+17 |
* | fix typo, minor clean-ups | Brian Paul | 2005-11-03 | 1 | -5/+5 |
* | Rename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match vertex program convention | Brian Paul | 2005-11-02 | 1 | -3/+3 |
* | Several fp and vp tweaks: | Keith Whitwell | 2005-11-01 | 1 | -0/+3 |
* | Re-org and clean-up of vertx/fragment program limits (instructions, | Brian Paul | 2005-11-01 | 1 | -13/+29 |
* | Simplify parse_attrib_binding(). | Brian Paul | 2005-10-30 | 1 | -98/+49 |
* | Lots of clean-up in arb program parser. | Brian Paul | 2005-10-30 | 1 | -214/+189 |
* | Use MAKE_SWIZZLE4() macro in a few more places. | Brian Paul | 2005-10-29 | 1 | -119/+98 |
* | s/lenght/length/ | Brian Paul | 2005-10-29 | 1 | -2/+2 |
* | If parsing a program fails, don't change the vertex/fragment program object. | Brian Paul | 2005-10-29 | 1 | -27/+31 |
* | fix broken SWZ instruction | Brian Paul | 2005-10-21 | 1 | -8/+9 |
* | additional wrapper updates, bug 4468 | Brian Paul | 2005-09-19 | 1 | -9/+11 |
* | remove unused ctx var | Brian Paul | 2005-09-16 | 1 | -1/+0 |
* | use mesa import wrappers, bug 4468 | Brian Paul | 2005-09-16 | 1 | -1/+1 |
* | be consistent in populating NegateBase field | Keith Whitwell | 2005-09-08 | 1 | -17/+11 |
* | Wrap every place that accesses a dispatch table with a macro. A new script- | Ian Romanick | 2005-07-18 | 1 | -1/+4 |
* | Set fp->Opcode for OP_TEX_KILL case, fix from Ben Skeggs. | Keith Whitwell | 2005-07-01 | 1 | -0/+1 |
* | comment-out some unused code to silence warnings | Brian Paul | 2005-07-01 | 1 | -1/+2 |
* | Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms | Karl Schultz | 2005-05-05 | 1 | -1/+1 |
* | Mark unused registers as undefined so dissassemblers can recognized | Keith Whitwell | 2005-05-04 | 1 | -0/+10 |
* | Reduce the size of mesa's internal fragment and vertex program | Keith Whitwell | 2005-04-21 | 1 | -183/+281 |
* | do not use isdigit() - can cause link errors | Michal Krol | 2005-04-14 | 1 | -1/+1 |
* | fixed problems with parse_float() (fd.o bug 2520) | Brian Paul | 2005-02-16 | 1 | -27/+48 |
* | make sure the new instruction Data pointer is set to NULL | Brian Paul | 2005-01-19 | 1 | -0/+6 |
* | silence warning | Brian Paul | 2005-01-17 | 1 | -1/+1 |
* | aliasing was broken | Michal Krol | 2005-01-11 | 1 | -1/+1 |
* | uint*t -> u_int*t changes | Alan Hourihane | 2004-12-14 | 1 | -1/+4 |
* | Bug #1682: Mesa core code that gets linked into DRI drivers should never call | Adam Jackson | 2004-10-24 | 1 | -1/+1 |
* | - use new program option values from arbprogram.syn | Michal Krol | 2004-10-21 | 1 | -32/+18 |
* | Fix strange white space that gcc didn't like. | Felix Kuehling | 2004-10-11 | 1 | -1/+1 |
* | Enable draw_buffers only if GL_ARB_draw_buffers string is | Michal Krol | 2004-10-11 | 1 | -1/+12 |
* | ARB_fp support for GL_ARB_draw_buffers (Karl Rasche) | Brian Paul | 2004-10-04 | 1 | -2/+31 |
* | reset error state before parsing (David Reveman) | Brian Paul | 2004-09-10 | 1 | -0/+3 |