summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86/gen_matypes.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-041-12/+2
|\
| * x86: Silence printf format warnings.Vinson Lee2010-01-011-12/+2
* | tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]Eric Anholt2009-11-191-1/+1
* | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt2009-11-191-2/+2
* | tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtrEric Anholt2009-11-191-1/+1
* | tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt2009-11-191-1/+1
* | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-191-4/+4
* | tnl: Replace NormalPtr with AttribPtr[_TNL_ATTRIB_NORMAL]Eric Anholt2009-11-191-1/+1
|/
* mesa: rename some gl_light fields to be clearerBrian Paul2009-04-031-2/+2
* mesa: fixes for building on HaikuTomas Wilhelmsson2009-02-231-2/+2
* mesa: Remove assyntax.h include from generated matypes.h.José Fonseca2008-09-211-1/+0
* remove obsolete PointSizePtrBrian Paul2006-06-161-3/+2
* Remove VB->LastClippedKeith Whitwell2005-12-011-1/+0
* x86-64 transform optimizations (Mikko T.)Brian Paul2005-05-071-2/+2
* accomodate vtx-0-2-branchDaniel Borca2003-11-261-38/+0
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-1/+0
* fixes for x86 buildsBrian Paul2003-06-101-6/+4
* updated email addressesBrian Paul2002-10-291-2/+2
* Header file clean-up:Brian Paul2002-10-241-7/+4
* Updated BeOS support (Philippe Houdoin)Brian Paul2002-09-191-1/+11
* updated VERT_BIT_* definitionsBrian Paul2002-02-151-28/+28
* Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul2002-01-221-2/+2
* Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul2001-12-181-2/+2
* updated vertex buffer identifiersBrian Paul2001-12-161-12/+13
* Remove _BaseAlpha, fix reflect lighting bug.Keith Whitwell2001-07-281-2/+1
* Make generation of matypes.h more transparent.Gareth Hughes2001-03-291-2/+1
* New type system for assembly code. Asm files should now includeGareth Hughes2001-03-281-0/+286