aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vertex_generic.c
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Remove _mesa_exit wrapper for exit().Eric Anholt2009-12-221-1/+1
| | | | | It does nothing else while being less useful than exit() because it lacks attributes that real exit() has.
* 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
| | | | Bug #16520.
* 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
| | | | | This is another step toward removing a whole bunch of -I flags from the cc commands. Still need to address driver code...
* 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
Currently disabled, can enable with MESA_EXPERIMENTAL=t.