summaryrefslogtreecommitdiff
path: root/src/mesa/tnl
AgeCommit message (Expand)Author
2006-10-11List of source (.c) files in each directory.Brian Paul
2006-10-10a step toward moving run-time vertex program state out of GLcontextBrian Paul
2006-10-07do not import arrays for generic arb attribs if the array is not enabled (sam...Roland Scheidegger
2006-09-25bring in active_sz mechanism from i965 driver. Fixes bug 8410Keith Whitwell
2006-09-22don't skip user clip plane clipping when the current vertex program is positi...Roland Scheidegger
2006-09-13just comments and const qualifiersBrian Paul
2006-09-13fix broken do_EXP()Brian Paul
2006-09-07only allow VERT_ATTRIB_MAX instead of _TNL_ATTRIB_MAX for inputs of vertex pr...Roland Scheidegger
2006-08-25Remove XFree86 CVS keyword.Brian Paul
2006-08-25In _save_End(), set CurrentExecPrimitive = PRIM_OUTSIDE_BEGIN_END ifBrian Paul
2006-08-25improved commentsBrian Paul
2006-08-10Fixup more PROGRAM_UNDEFINED problems.Alan Hourihane
2006-08-03use WRITE_MASK_* instead of 0x1, 0x2, etcBrian Paul
2006-08-01Clean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.Michal Krol
2006-07-20Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul
2006-07-20use ctx->Light.ShadeModel instead of ctx->_TriangleCapsBrian Paul
2006-07-19Several loops over the map1/2 evaluator arrays were incorrect.Brian Paul
2006-06-29added _TNL_NUM_GENERICTilman Sauerbeck
2006-06-27Don't use nested struct definitions in tnl_clipspace_fastpath.Brian Paul
2006-06-18fix broken negateAapo Tahkola
2006-06-14A number of vertex buffer fields like NormalPtr, FogCoordPtr, etc are reallyBrian Paul
2006-06-14Rename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*Brian Paul
2006-06-14new assertionBrian Paul
2006-06-13remove debug printfBrian Paul
2006-06-13remove unused index_attr1fv()Brian Paul
2006-06-13s/0/NULL/Brian Paul
2006-06-13When using an ARB vertex program, the generic vertex arrays do not alias theBrian Paul
2006-06-13minor simplification in texcoord array importBrian Paul
2006-06-13remove some unneeded #includesBrian Paul
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick
2006-06-08check for invalid mode in glBegin(), bug 7142Brian Paul
2006-06-06prevent run_arb_vertex_program from running tnl programs unless ctx->_Maintai...Aapo Tahkola
2006-06-01Fix extended swizzling in vertex programs by introducing special swizzle inst...Roland Scheidegger
2006-05-23Add const qualifiers in a number of places.Brian Paul
2006-05-16Write attribs to slang machine.Michal Krol
2006-05-05Release temporaryKeith Whitwell
2006-04-25Remove carriage returns.Michal Krol
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul
2006-04-25No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...Brian Paul
2006-04-20error_attrib() should generate GL_INVALID_VALUE, not GL_INVALID_ENUM.Brian Paul
2006-04-17Add .note.GNU-stack section to assembler files to avoid the default behaviorKristian Høgsberg
2006-04-14Replace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTexture[Coord/Image]UnitsBrian Paul
2006-04-13silence minor warningsBrian Paul
2006-04-11More GLSL code:Michal Krol
2006-04-06Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the valueBrian Paul
2006-04-06Fix line clipping bug 6512.Brian Paul
2006-04-02Coverity #476: Avoid walking off the end of ->vtx.attrsz, it's declared toAdam Jackson
2006-03-21GLSL fixes:Michal Krol
2006-03-03fix up the emit_func list in the experimental arbprogram sse code.Roland Scheidegger
2006-03-02Add position_invarient supportKeith Whitwell