summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86/gen_matypes.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Switch to bitmask based enabled lights in gen_matypes.cMathias Fröhlich2016-06-161-3/+1
* mesa: include stdio.h where neededBrian Paul2015-03-051-0/+2
* gen_matypes: fix cross-compiling with gccMike Frysinger2013-07-181-6/+29
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: remove unused gl_context::DriverCtx fieldBrian Paul2012-10-051-1/+0
* mesa: rename ColorMaterialBitmask to _ColorMaterialBitmaskBrian Paul2012-06-271-1/+1
* mesa: Remove gl_light_attrib::_Flags.Mathias Fröhlich2012-02-291-1/+0
* mesa: remove gl_light::_SpotExpTable fieldBrian Paul2012-02-101-1/+0
* gen_matypes: eliminate printf warningsnobled2011-12-181-1/+6
* mesa/x86: fix printf warningMarek Olšák2011-12-171-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-13/+13
* 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