summaryrefslogtreecommitdiff
path: root/src/mesa/tnl
AgeCommit message (Expand)Author
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
2006-02-27More GLSL code:Michal Krol
2006-02-22include proper header file, remove local extern declarationsBrian Paul
2006-02-21 Committing in .Jouk Jansen
2006-02-18More GLSL code.Michal Krol
2006-02-15Get arbfslight demo running.Michal Krol
2006-02-13Add ARB_vertex_shader stage just before render stage.Michal Krol
2006-02-02use calloc instead of malloc so try_codegen field is initialized to zero (bug...Brian Paul
2006-02-02add some assertions to check emit_func[] table validityBrian Paul
2005-12-08do away with 'long long' usageBrian Paul
2005-12-08use 64-bit typedefs for portabilityKarl Schultz
2005-12-06C++ fixes, mostly casts (Stephane Conversy)Brian Paul
2005-12-05Add guard before calling ctx->Driver.BindProgramKeith Whitwell
2005-12-01Call ProgramStringNotify after creating tnl programs.Keith Whitwell
2005-12-01Clean up clipping somewhatKeith Whitwell
2005-11-24Use _mesa_exec_free for fp->func.Keith Whitwell
2005-11-22reference bug 5131 in comment in _tnl_free_vertices()Brian Paul
2005-11-22disable freeing of fp->func, see comment (bug 5131)Brian Paul