summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vertex_generic.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03mesa: Delete libmesa_classicDylan Baker1-1152/+0
2016-11-20tnl: remove unneeded #include "util/simple_list.h"Brian Paul1-1/+0
2015-07-29tnl: Avoid double promotion.Matt Turner1-1/+1
2015-04-14tnl: replace __FUNCTION__ with __func__Marius Predut1-1/+1
2015-04-01tnl: remove unneeded #include of colormac.hBrian Paul1-1/+1
2015-01-28mesa: Move simple_list.h to src/util.Eric Anholt1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2012-08-29tnl: use INTERP_4F() instead of four INTERP_F() callsBrian Paul1-4/+1
2011-10-01mesa: s/INLINE/inline/Brian Paul1-49/+49
2011-09-20mesa: move last bits of GLchan stuff into swrastBrian Paul1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-7/+7
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke1-3/+3
2009-12-22mesa: Remove _mesa_exit wrapper for exit().Eric Anholt1-1/+1
2009-11-19tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt1-17/+17
2009-11-19tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtrEric Anholt1-6/+6
2008-12-09tnl: Avoid undefined input value use in insert_3f_viewport_2().Guillaume Melquiond1-1/+1
2008-10-08mesa: vertex emit debug code (disabled)Brian Paul1-22/+58
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-4/+4
2005-09-19additional wrapper updates, bug 4468Brian Paul1-1/+1
2005-05-18Remove old t_vertex.c codegen infrastructure, tie in new code.Keith Whitwell1-0/+1119