summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl
Commit message (Expand)AuthorAgeFilesLines
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-259-2/+74
* don't use __FUNCTION__ - not portableBrian Paul2004-08-221-7/+2
* Committing in .Jouk Jansen2004-08-191-2/+2
* updates from JoukBrian Paul2004-08-182-6/+7
* Update Visual Studio Project file for src tree updates.Karl Schultz2004-08-141-2/+18
* Minor tweaks to deal with vsnprintf and __FUNCTION__ on WIN32Karl Schultz2004-08-141-1/+8
* added some handy debug code (disabled)Brian Paul2004-08-101-0/+25
* minor commentsBrian Paul2004-07-231-0/+2
* disable some debug printfsBrian Paul2004-07-021-2/+4
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-0112-72/+75
* Add t_context.h include for drivers.Keith Whitwell2004-07-011-0/+1
* Add infrastructure for t_vertex.c codegen. Add an example driverKeith Whitwell2004-06-305-17/+865
* Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.Ian Romanick2004-05-272-17/+17
* doc update; minor changesDaniel Borca2004-05-201-9/+13
* Add EXT_vertex_cull support to mesaKeith Whitwell2004-05-105-4/+122
* Fix minor warnings found with g++.Brian Paul2004-05-042-3/+3
* bring over build fixes from stable branchAlan Hourihane2004-04-262-22/+27
* Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul2004-04-2313-42/+44
* Fix order of EMIT_4UB_4F declarationsKeith Whitwell2004-04-221-2/+4
* Fix up some assorted issues with initialization of vertex program registers.Brian Paul2004-04-211-5/+8
* Simplify last fix slightly, apply to vtx paths as well.Keith Whitwell2004-04-202-8/+10
* When upgrading copied vertices, distinguish between an attributeKeith Whitwell2004-04-201-5/+14
* Make sure ctx->Driver.NeedFlush is set for Eval-generated attributes.Keith Whitwell2004-04-161-12/+12
* updated Glide driver documentationDaniel Borca2004-04-134-283/+464
* 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
* use # comments instead of //, etc (ajax@nwnk.net)Brian Paul2004-04-071-100/+100
* revived linux-glide build processDaniel Borca2004-04-071-2/+2
* Committing in .Jouk Jansen2004-04-051-68/+68
* protected all codegen behind AllowCodegenDaniel Borca2004-04-053-10/+9
* Committing in .Jouk Jansen2004-04-051-66/+68
* fix bad array indexing in _save_current_init() that caused context state to g...Brian Paul2004-04-021-4/+5
* got rid of the notify routine as intermediate stepDaniel Borca2004-04-022-17/+37
* disabled naughty cheats and protected the choosers behind AllowCodeGenDaniel Borca2004-04-023-3/+5
* added codegen'ed choosersDaniel Borca2004-04-026-75/+171
* Rename _x86_ symbols to avoid conflict with r200 driverKeith Whitwell2004-04-011-29/+29
* Remove test for USE_X86_ASM & HAVE_NONSTANDARD_GLAPIENTRYKeith Whitwell2004-04-011-33/+30
* Define empty _tnl_x86_exec_vtxfmt_init if USE_X86_ASM is undefined. ThisFelix Kuehling2004-04-011-0/+5
* codegen'ed versions of the 2nd level dispatchDaniel Borca2004-04-015-12/+101
* fine-tuning x86 gcc codegenDaniel Borca2004-03-312-20/+35
* dynfn --> _tnl_dynfnKeith Whitwell2004-03-314-28/+28
* Add #ifdef protection around the file to prevent DRI build breakage.Ian Romanick2004-03-301-0/+2
* new filesKeith Whitwell2004-03-292-0/+710
* First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code.Keith Whitwell2004-03-295-642/+492
* Sketch of codegen templates for t_vtx_api.c, not completeKeith Whitwell2004-03-151-0/+242
* Streamline the error path in VertexAttrib functions. Makes thingsKeith Whitwell2004-03-152-55/+79
* Added some comments. Minor const, int->GLint type changes, etc.Brian Paul2004-03-132-28/+43
* Fix calling fallback_drawarrays() with the wrong argumentsRoland Scheidegger2004-03-011-2/+2
* Inline get_size as an interim measure to get rid of function call overhead.Michel Dänzer2004-03-012-2/+2
* check for invalid vertex/fragment program in glBeginBrian Paul2004-02-261-0/+9