summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vtx_api.c
Commit message (Expand)AuthorAgeFilesLines
* Merge vbo_0_1_branchKeith Whitwell2007-01-161-1046/+0
* Move setting of _NEW_LIGHT to only occur when materials are present.Keith Whitwell2006-11-221-2/+1
* signal _NEW_LIGHT in _tnl_copy_to_current()Brian Paul2006-10-311-0/+2
* bring in active_sz mechanism from i965 driver. Fixes bug 8410Keith Whitwell2006-09-251-7/+16
* Remove XFree86 CVS keyword.Brian Paul2006-08-251-1/+0
* Several loops over the map1/2 evaluator arrays were incorrect.Brian Paul2006-07-191-2/+2
* check for invalid mode in glBegin(), bug 7142Brian Paul2006-06-081-0/+5
* Put color index attribute into the 6th attribute slot.Brian Paul2006-04-251-40/+8
* No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...Brian Paul2006-04-251-7/+47
* error_attrib() should generate GL_INVALID_VALUE, not GL_INVALID_ENUM.Brian Paul2006-04-201-27/+46
* Coverity #476: Avoid walking off the end of ->vtx.attrsz, it's declared toAdam Jackson2006-04-021-1/+1
* Added error checking in _tnl_Begin to detect incomplete framebuffer.Brian Paul2005-11-161-5/+31
* Replace GL_POLYGON+1 with PRIM_OUTSIDE_BEGIN_ENDBrian Paul2005-11-161-7/+10
* use mesa import wrappers, bug 4468Brian Paul2005-09-161-1/+1
* Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick2005-07-181-1/+3
* fix _tnl_copy_to_current() so that current edge flag and rasterpos aren't tra...Brian Paul2005-04-281-1/+9
* Fix the worst problems with dangling edgeflag references inKeith Whitwell2005-04-231-13/+12
* use COPY_CLEAN_4V macro to replace using both ASSIGN_4V & COPY_SZ_4VAlan Hourihane2005-03-021-4/+2
* mesa-tnl-0-to-NULL.patch from Jeff MuizelaarKeith Whitwell2005-02-101-7/+7
* Fix calculation of last_count in _tnl_wrap_buffers()Keith Whitwell2005-01-181-1/+3
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-1/+6
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-011-6/+6
* Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul2004-04-231-9/+8
* Simplify last fix slightly, apply to vtx paths as well.Keith Whitwell2004-04-201-4/+9
* Make sure ctx->Driver.NeedFlush is set for Eval-generated attributes.Keith Whitwell2004-04-161-12/+12
* updated Glide driver documentationDaniel Borca2004-04-131-5/+11
* Missed one with the last commit.Ian Romanick2004-04-121-0/+2
* Conditionally compile code for x86 specific TNL codegen. This fixes problemIan Romanick2004-04-121-0/+6
* protected all codegen behind AllowCodegenDaniel Borca2004-04-051-1/+3
* disabled naughty cheats and protected the choosers behind AllowCodeGenDaniel Borca2004-04-021-1/+3
* added codegen'ed choosersDaniel Borca2004-04-021-1/+3
* codegen'ed versions of the 2nd level dispatchDaniel Borca2004-04-011-0/+1
* dynfn --> _tnl_dynfnKeith Whitwell2004-03-311-6/+6
* First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code.Keith Whitwell2004-03-291-514/+235
* Streamline the error path in VertexAttrib functions. Makes thingsKeith Whitwell2004-03-151-54/+76
* check for invalid vertex/fragment program in glBeginBrian Paul2004-02-261-0/+9
* Catch and shortcircuit no-primitive and no-vertex cases in _tnl_wrap_buffers()Keith Whitwell2004-01-271-21/+38
* Cosmetic changes.Brian Paul2004-01-151-10/+10
* Reenable the vtxfmt code paths in the radeon and r200 drivers.Felix Kuehling2004-01-041-1/+2
* whitespace changes and new commentsBrian Paul2004-01-011-6/+11
* Call UpdateMaterials when they have changedKeith Whitwell2003-12-091-19/+8
* Committing in .Jouk Jansen2003-12-081-1/+1
* include glheader.h first, to prevent warnings about GLAPIENTRYP being redefinedBrian Paul2003-12-051-0/+1
* Add missing GLAPIENTRYKarl Schultz2003-12-041-53/+57
* Ensure PRIM_BEGIN marker isn't lost when incomplete primitives are wrapped.Keith Whitwell2003-12-031-7/+10
* fix assorted g++ warningsBrian Paul2003-11-251-11/+11
* Remove unnecessary usage of __FUNCTION__.Brian Paul2003-11-251-5/+5
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-526/+793
* Newer version of this fileKeith Whitwell2003-08-061-569/+659
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-291-2/+2