summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vertex_generic.c
Commit message (Expand)AuthorAgeFilesLines
* tnl: Avoid double promotion.Matt Turner2015-07-291-1/+1
* tnl: replace __FUNCTION__ with __func__Marius Predut2015-04-141-1/+1
* tnl: remove unneeded #include of colormac.hBrian Paul2015-04-011-1/+1
* mesa: Move simple_list.h to src/util.Eric Anholt2015-01-281-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* tnl: use INTERP_4F() instead of four INTERP_F() callsBrian Paul2012-08-291-4/+1
* mesa: s/INLINE/inline/Brian Paul2011-10-011-49/+49
* mesa: move last bits of GLchan stuff into swrastBrian Paul2011-09-201-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-7/+7
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-3/+3
* mesa: Remove _mesa_exit wrapper for exit().Eric Anholt2009-12-221-1/+1
* tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt2009-11-191-17/+17
* tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtrEric Anholt2009-11-191-6/+6
* tnl: Avoid undefined input value use in insert_3f_viewport_2().Guillaume Melquiond2008-12-091-1/+1
* mesa: vertex emit debug code (disabled)Brian Paul2008-10-081-22/+58
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-4/+4
* additional wrapper updates, bug 4468Brian Paul2005-09-191-1/+1
* Remove old t_vertex.c codegen infrastructure, tie in new code.Keith Whitwell2005-05-181-0/+1119