| Commit message (Expand) | Author | Age | Files | Lines |
* | silence uninitialized var warning | Brian | 2007-02-01 | 1 | -2/+2 |
* | clean up a bunch of program parameter stuff | Brian | 2007-01-09 | 1 | -3/+3 |
* | Moved NumTexInstructions, NumTexIndirections, etc. into gl_program since | Brian | 2007-01-09 | 1 | -6/+6 |
* | move TexturesUsed[] into gl_program since vertex programs/shaders can use tex... | Brian | 2007-01-04 | 1 | -1/+1 |
* | Updated includes. | Brian | 2006-12-14 | 1 | -1/+3 |
* | Add a size parameter to _mesa_add_unnamed_constant() and | Brian Paul | 2006-11-15 | 1 | -1/+1 |
* | #define LONGSTRING __extension__ in imports.h and use it to silence gcc | Brian Paul | 2006-11-15 | 1 | -9/+6 |
* | Change _mesa_init_instruction() to initialize an array of instructions. | Brian Paul | 2006-10-29 | 1 | -3/+3 |
* | Program instructions are initialized before parsing so no need to set | Brian Paul | 2006-10-29 | 1 | -7/+1 |
* | for VERTEX_ATTRIB_WEIGHT, use break, not return | Brian Paul | 2006-09-06 | 1 | -1/+2 |
* | Hack for Warcraft (bug 8060): allow 'vertex.weight' to be referenced in | Brian Paul | 2006-09-05 | 1 | -0/+10 |
* | fix typo in enable_parser_extensions(): s/point_parameters/vertex_blend/ | Brian Paul | 2006-09-05 | 1 | -1/+1 |
* | Consolidate common case of _mesa_set_program_error() followed by _mesa_error() | Brian Paul | 2006-09-05 | 1 | -248/+172 |
* | Check that we don't try to reference more than one target of a texture unit.texmem_0_2_20060912 | Brian Paul | 2006-08-30 | 1 | -1/+17 |
* | fix initialization of native resource usage of vertex/fragment programs | Roland Scheidegger | 2006-08-30 | 1 | -0/+10 |
* | use _mesa_alloc_instructions() | Brian Paul | 2006-08-25 | 1 | -2/+1 |
* | update MAX_INSTRUCTIONS limit | Brian Paul | 2006-08-24 | 1 | -1/+4 |
* | use _mesa_realloc_instructions() | Brian Paul | 2006-08-24 | 1 | -6/+6 |
* | 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 |