summaryrefslogtreecommitdiff
path: root/src/mesa/tnl
AgeCommit message (Expand)Author
2004-03-15Sketch of codegen templates for t_vtx_api.c, not completeKeith Whitwell
2004-03-15Streamline the error path in VertexAttrib functions. Makes thingsKeith Whitwell
2004-03-13Added some comments. Minor const, int->GLint type changes, etc.Brian Paul
2004-03-01Fix calling fallback_drawarrays() with the wrong argumentsRoland Scheidegger
2004-03-01Inline get_size as an interim measure to get rid of function call overhead.Michel Dänzer
2004-02-26check for invalid vertex/fragment program in glBeginBrian Paul
2004-02-26fix another glDrawArrays indexing bug, jump through _glapi_Dispatch functionsBrian Paul
2004-02-25use ABS(Z) when computing blend factorsBrian Paul
2004-02-24turns out we probably need a _tnl_allow_pixel_fog() function afterallBrian Paul
2004-02-24glDrawArrays loop was wrongBrian Paul
2004-02-17A few more tweaks to fog code.Brian Paul
2004-02-17A bit of an overhaul of the fog code.Brian Paul
2004-02-16Add _tnl_set_attr() to complement existing get_attr() call.Keith Whitwell
2004-02-13new comments, rename some stuffBrian Paul
2004-01-31minor #ifdef fixBrian Paul
2004-01-31added _NEW_PROGRAM to check_state flags for pipeline stages (fixes vparray de...Brian Paul
2004-01-31don't call gl functions directly, jump through _glapi_Dispatch tableBrian Paul
2004-01-30Fix extract_3f_xyw().Keith Whitwell
2004-01-27Catch and shortcircuit no-primitive and no-vertex cases in _tnl_wrap_buffers()Keith Whitwell
2004-01-26Fix for recursion in generic_copy_pv_extras.Keith Whitwell
2004-01-26replace MALLOC w/ CALLOC to silence valgrind warningsBrian Paul
2004-01-21Another mechanism to create vertices with holes - a new EMIT_PAD styleKeith Whitwell
2004-01-19some more count vs. end confusionKeith Whitwell
2004-01-15add casts to quiet compiler warningsKarl Schultz
2004-01-15Cosmetic changes.Brian Paul
2004-01-14added blurb about NVIDIA extensionsBrian Paul
2004-01-14Fix up more confusions with count vs end in array functionsKeith Whitwell
2004-01-13silence compiler warningsKarl Schultz
2004-01-13remove unused variableKarl Schultz
2004-01-13add t_vertex.c to projectKarl Schultz
2004-01-12Don't call _tnl_draw_range_elements() unless start == 0.Keith Whitwell
2004-01-09Change < to <= when testing counts against ctx->Const.MaxArrayLockSize,Brian Paul
2004-01-08 Committing in .Jouk Jansen
2004-01-08Perform check for dstclip[3] == 0.Keith Whitwell
2004-01-08keeping things safe: sanity check backDaniel Borca
2004-01-08removed unnecessary (now) sanity checkDaniel Borca
2004-01-07sanity check for vertex counterDaniel Borca
2004-01-06TestingKeith Whitwell
2004-01-06Apply attribute offset when calling extract().Keith Whitwell
2004-01-05Slight cleanupKeith Whitwell
2004-01-05Remove debugKeith Whitwell
2004-01-05Beef up t_vertex.c:Keith Whitwell
2004-01-05Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell
2004-01-04Reenable the vtxfmt code paths in the radeon and r200 drivers.Felix Kuehling
2004-01-01whitespace changes and new commentsBrian Paul
2003-12-21new filesKeith Whitwell
2003-12-13call _ae_destroy_context() and _ae_invalidate_state() from the proper placesBrian Paul
2003-12-09Call UpdateMaterials when they have changedKeith Whitwell
2003-12-09Update NEED_SECONDARY_COLOR macro to test if either vertex/fragmentBrian Paul
2003-12-08fixed a bug in texgen (T coord for GL_REFLECTION_MAP_NV)Daniel Borca