summaryrefslogtreecommitdiff
path: root/src/mesa/tnl
AgeCommit message (Expand)Author
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
2003-12-08 Committing in .Jouk Jansen
2003-12-08 Committing in .Jouk Jansen
2003-12-06Relax assertion to account for empty primitives.Keith Whitwell
2003-12-05Backout last change on the displaylist path to fix gears (and probablyKeith Whitwell
2003-12-05include glheader.h first, to prevent warnings about GLAPIENTRYP being redefinedBrian Paul
2003-12-04update filesKarl Schultz
2003-12-04Add missing GLAPIENTRYKarl Schultz
2003-12-04Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul
2003-12-04Fix some problems with glDrawElements and vertex buffer objects.Brian Paul
2003-12-03Ensure PRIM_BEGIN marker isn't lost when incomplete primitives are wrapped.Keith Whitwell
2003-11-29Fix generic/conventional vertex array glitches.Brian Paul
2003-11-25fix assorted g++ warningsBrian Paul
2003-11-25Remove unnecessary usage of __FUNCTION__.Brian Paul
2003-11-24minor cast fixesBrian Paul
2003-11-24set the VB->FogCoordPtr with the other legacy pointersBrian Paul
2003-11-24remove dead filesKeith Whitwell
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-11-17fix texgen bug 597589Brian Paul
2003-11-10Redo array element checking for vertex array buffers.Brian Paul
2003-10-23s/GLuint */GLvoid */Brian Paul
2003-10-22Initial work for bounds checking of vertex arrays and vertex buffer objects.Brian Paul
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-10-11fix some sphere texgen bugs (reported by Daniel Borca)Brian Paul
2003-10-07index wasn't being calculated correctly (result was being discarded)Keith Whitwell
2003-09-30Updates required for building the SciTech SNAP version of Mesa. This includes:Kendall Bennett
2003-09-19Assorted casts to silence g++ warnings.Brian Paul
2003-09-19Make binary - even though this is a text file, common practice is to store MS...Karl Schultz
2003-09-18Move away from using the ctx->_TriangleCaps bitfield.Brian Paul
2003-09-17Implement GL_ELEMENT_ARRAY_BUFFER_ARB for buffer objects.Brian Paul
2003-09-17GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul
2003-09-17new castsBrian Paul