summaryrefslogtreecommitdiff
path: root/src/mesa/tnl
AgeCommit message (Expand)Author
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
2003-09-17More work on ARB_vertex_buffer_object.Brian Paul
2003-08-30Generate browse info for Debug version.Karl Schultz
2003-08-20Use correct conversions when translating array colors.Keith Whitwell
2003-08-17Re-org of register files for vertex/fragment programs. Will be easier toBrian Paul
2003-08-06Newer version of this fileKeith Whitwell
2003-08-05Store material attributes in an Attrib[] style array. This is aKeith Whitwell
2003-08-01Fix typo (& instead of &&) to fix olympic.c bugKeith Whitwell
2003-07-26VC 6 Project FileKarl Schultz
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-07-02 Committing in .Jouk Jansen
2003-06-17 Committing in .Jouk Jansen
2003-06-11added null pointer check in tnl_copy_to_current()Brian Paul
2003-06-11clean up _tnl_copy_to_current()Brian Paul
2003-06-10add missing vertex attribs in _tnl_copy_to_current()Brian Paul
2003-06-10fixed secondary color typoBrian Paul