summaryrefslogtreecommitdiff
path: root/src/mesa/x86/gen_matypes.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-01x86: Silence printf format warnings.Vinson Lee
2009-11-19tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]Eric Anholt
2009-11-19tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt
2009-11-19tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtrEric Anholt
2009-11-19tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt
2009-11-19tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt
2009-11-19tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL]Eric Anholt
2009-04-03mesa: rename some gl_light fields to be clearerBrian Paul
2009-02-23mesa: fixes for building on HaikuTomas Wilhelmsson
2008-09-21mesa: Remove assyntax.h include from generated matypes.h.José Fonseca
2006-06-16remove obsolete PointSizePtrBrian Paul
2005-12-01Remove VB->LastClippedKeith Whitwell
2005-05-07x86-64 transform optimizations (Mikko T.)Brian Paul
2003-11-26accomodate vtx-0-2-branchDaniel Borca
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-06-10fixes for x86 buildsBrian Paul
2002-10-29updated email addressesBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-09-19Updated BeOS support (Philippe Houdoin)Brian Paul
2002-02-15updated VERT_BIT_* definitionsBrian Paul
2002-01-22Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul
2001-12-16updated vertex buffer identifiersBrian Paul
2001-07-28Remove _BaseAlpha, fix reflect lighting bug.Keith Whitwell
2001-03-29Make generation of matypes.h more transparent.Gareth Hughes
2001-03-28New type system for assembly code. Asm files should now includeGareth Hughes