summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Committing in .Jouk Jansen2004-01-081-2/+5
* Perform check for dstclip[3] == 0.Keith Whitwell2004-01-081-7/+9
* keeping things safe: sanity check backDaniel Borca2004-01-081-0/+2
* removed unnecessary (now) sanity checkDaniel Borca2004-01-081-4/+0
* sanity check for vertex counterDaniel Borca2004-01-071-0/+4
* TestingKeith Whitwell2004-01-061-0/+1
* Apply attribute offset when calling extract().Keith Whitwell2004-01-061-2/+5
* Slight cleanupKeith Whitwell2004-01-051-7/+6
* Remove debugKeith Whitwell2004-01-051-3/+0
* Beef up t_vertex.c:Keith Whitwell2004-01-057-127/+394
* Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell2004-01-0514-249/+559
* Reenable the vtxfmt code paths in the radeon and r200 drivers.Felix Kuehling2004-01-041-1/+2
* whitespace changes and new commentsBrian Paul2004-01-012-6/+16
* new filesKeith Whitwell2003-12-212-0/+693
* call _ae_destroy_context() and _ae_invalidate_state() from the proper placesBrian Paul2003-12-131-1/+3
* Call UpdateMaterials when they have changedKeith Whitwell2003-12-094-24/+22
* Update NEED_SECONDARY_COLOR macro to test if either vertex/fragmentBrian Paul2003-12-091-1/+1
* fixed a bug in texgen (T coord for GL_REFLECTION_MAP_NV)Daniel Borca2003-12-081-1/+1
* Committing in .Jouk Jansen2003-12-082-18/+14
* Committing in .Jouk Jansen2003-12-082-2/+2