summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl
Commit message (Expand)AuthorAgeFilesLines
* Clean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.Michal Krol2006-08-012-0/+6
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-206-19/+19
* use ctx->Light.ShadeModel instead of ctx->_TriangleCapsBrian Paul2006-07-201-3/+3
* Several loops over the map1/2 evaluator arrays were incorrect.Brian Paul2006-07-193-19/+33
* added _TNL_NUM_GENERICTilman Sauerbeck2006-06-291-0/+2
* Don't use nested struct definitions in tnl_clipspace_fastpath.Brian Paul2006-06-272-7/+9
* fix broken negateAapo Tahkola2006-06-181-1/+1
* A number of vertex buffer fields like NormalPtr, FogCoordPtr, etc are reallyBrian Paul2006-06-1411-73/+76
* Rename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*Brian Paul2006-06-144-29/+33
* new assertionBrian Paul2006-06-141-0/+2
* remove debug printfBrian Paul2006-06-131-1/+0
* remove unused index_attr1fv()Brian Paul2006-06-131-6/+0
* s/0/NULL/Brian Paul2006-06-131-1/+1
* When using an ARB vertex program, the generic vertex arrays do not alias theBrian Paul2006-06-131-52/+74
* minor simplification in texcoord array importBrian Paul2006-06-131-1/+1
* remove some unneeded #includesBrian Paul2006-06-134-8/+2
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-121-1/+1
* check for invalid mode in glBegin(), bug 7142Brian Paul2006-06-081-0/+5
* prevent run_arb_vertex_program from running tnl programs unless ctx->_Maintai...Aapo Tahkola2006-06-064-9/+16
* Fix extended swizzling in vertex programs by introducing special swizzle inst...Roland Scheidegger2006-06-013-132/+161
* Add const qualifiers in a number of places.Brian Paul2006-05-232-3/+3
* Write attribs to slang machine.Michal Krol2006-05-161-15/+22
* Release temporaryKeith Whitwell2006-05-051-0/+2
* Remove carriage returns.Michal Krol2006-04-251-285/+285
* Put color index attribute into the 6th attribute slot.Brian Paul2006-04-2513-93/+62
* No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...Brian Paul2006-04-254-70/+158
* error_attrib() should generate GL_INVALID_VALUE, not GL_INVALID_ENUM.Brian Paul2006-04-201-27/+46
* Add .note.GNU-stack section to assembler files to avoid the default behaviorKristian Høgsberg2006-04-171-0/+4
* Replace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTexture[Coord/Image]UnitsBrian Paul2006-04-144-7/+7
* silence minor warningsBrian Paul2006-04-131-4/+4
* More GLSL code:Michal Krol2006-04-115-140/+171
* Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the valueBrian Paul2006-04-065-5/+7
* Fix line clipping bug 6512.Brian Paul2006-04-061-24/+28
* Coverity #476: Avoid walking off the end of ->vtx.attrsz, it's declared toAdam Jackson2006-04-021-1/+1
* GLSL fixes:Michal Krol2006-03-2111-15/+15
* fix up the emit_func list in the experimental arbprogram sse code.Roland Scheidegger2006-03-031-5/+45
* Add position_invarient supportKeith Whitwell2006-03-021-2/+17
* More GLSL code:Michal Krol2006-02-271-150/+51
* include proper header file, remove local extern declarationsBrian Paul2006-02-221-11/+4
* Committing in .Jouk Jansen2006-02-211-5/+6
* More GLSL code.Michal Krol2006-02-181-20/+40
* Get arbfslight demo running.Michal Krol2006-02-151-1/+21
* Add ARB_vertex_shader stage just before render stage.Michal Krol2006-02-1313-25/+397
* use calloc instead of malloc so try_codegen field is initialized to zero (bug...Brian Paul2006-02-021-3/+3
* add some assertions to check emit_func[] table validityBrian Paul2006-02-021-0/+6
* do away with 'long long' usageBrian Paul2005-12-082-14/+11
* use 64-bit typedefs for portabilityKarl Schultz2005-12-082-2/+2
* C++ fixes, mostly casts (Stephane Conversy)Brian Paul2005-12-065-14/+15
* Add guard before calling ctx->Driver.BindProgramKeith Whitwell2005-12-051-1/+2
* Call ProgramStringNotify after creating tnl programs.Keith Whitwell2005-12-011-0/+3