summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vertex_generic.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2009-12-22mesa: Remove _mesa_exit wrapper for exit().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
2008-12-09tnl: Avoid undefined input value use in insert_3f_viewport_2().Guillaume Melquiond
2008-10-08mesa: vertex emit debug code (disabled)Brian Paul
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2005-09-19additional wrapper updates, bug 4468Brian Paul
2005-05-18Remove old t_vertex.c codegen infrastructure, tie in new code.Keith Whitwell