aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl
Commit message (Expand)AuthorAgeFilesLines
* use # comments instead of //, etc ([email protected])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
* fix another glDrawArrays indexing bug, jump through _glapi_Dispatch functionsBrian Paul2004-02-261-8/+8
* use ABS(Z) when computing blend factorsBrian Paul2004-02-251-4/+4
* turns out we probably need a _tnl_allow_pixel_fog() function afterallBrian Paul2004-02-243-1/+15
* glDrawArrays loop was wrongBrian Paul2004-02-241-2/+2
* A few more tweaks to fog code.Brian Paul2004-02-171-6/+7
* A bit of an overhaul of the fog code.Brian Paul2004-02-174-40/+74
* Add _tnl_set_attr() to complement existing get_attr() call.Keith Whitwell2004-02-162-5/+31
* new comments, rename some stuffBrian Paul2004-02-131-6/+13
* minor #ifdef fixBrian Paul2004-01-311-1/+1
* added _NEW_PROGRAM to check_state flags for pipeline stages (fixes vparray de...Brian Paul2004-01-316-7/+8
* don't call gl functions directly, jump through _glapi_Dispatch tableBrian Paul2004-01-311-11/+11
* Fix extract_3f_xyw().Keith Whitwell2004-01-301-2/+2
* Catch and shortcircuit no-primitive and no-vertex cases in _tnl_wrap_buffers()Keith Whitwell2004-01-271-21/+38
* Fix for recursion in generic_copy_pv_extras.Keith Whitwell2004-01-261-2/+5
* replace MALLOC w/ CALLOC to silence valgrind warningsBrian Paul2004-01-261-1/+1
* Another mechanism to create vertices with holes - a new EMIT_PAD styleKeith Whitwell2004-01-212-17/+34
* some more count vs. end confusionKeith Whitwell2004-01-192-11/+11
* add casts to quiet compiler warningsKarl Schultz2004-01-151-2/+2
* Cosmetic changes.Brian Paul2004-01-157-58/+54
* added blurb about NVIDIA extensionsBrian Paul2004-01-141-2/+10
* Fix up more confusions with count vs end in array functionsKeith Whitwell2004-01-143-73/+36
* silence compiler warningsKarl Schultz2004-01-132-5/+5
* remove unused variableKarl Schultz2004-01-131-1/+0
* add t_vertex.c to projectKarl Schultz2004-01-131-0/+4
* Don't call _tnl_draw_range_elements() unless start == 0.Keith Whitwell2004-01-121-3/+12
* Change < to <= when testing counts against ctx->Const.MaxArrayLockSize,Brian Paul2004-01-092-11/+18