| Commit message (Expand) | Author | Age | Files | Lines |
* | tnl: Avoid double promotion. | Matt Turner | 2015-07-29 | 1 | -1/+1 |
* | tnl: replace __FUNCTION__ with __func__ | Marius Predut | 2015-04-14 | 1 | -1/+1 |
* | tnl: remove unneeded #include of colormac.h | Brian Paul | 2015-04-01 | 1 | -1/+1 |
* | mesa: Move simple_list.h to src/util. | Eric Anholt | 2015-01-28 | 1 | -1/+1 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -3/+3 |
* | tnl: use INTERP_4F() instead of four INTERP_F() calls | Brian Paul | 2012-08-29 | 1 | -4/+1 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2011-10-01 | 1 | -49/+49 |
* | mesa: move last bits of GLchan stuff into swrast | Brian Paul | 2011-09-20 | 1 | -0/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -7/+7 |
* | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke | 2010-02-19 | 1 | -3/+3 |
* | mesa: Remove _mesa_exit wrapper for exit(). | Eric Anholt | 2009-12-22 | 1 | -1/+1 |
* | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr. | Eric Anholt | 2009-11-19 | 1 | -17/+17 |
* | tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtr | Eric Anholt | 2009-11-19 | 1 | -6/+6 |
* | tnl: Avoid undefined input value use in insert_3f_viewport_2(). | Guillaume Melquiond | 2008-12-09 | 1 | -1/+1 |
* | mesa: vertex emit debug code (disabled) | Brian Paul | 2008-10-08 | 1 | -22/+58 |
* | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | 2008-09-18 | 1 | -4/+4 |
* | additional wrapper updates, bug 4468 | Brian Paul | 2005-09-19 | 1 | -1/+1 |
* | Remove old t_vertex.c codegen infrastructure, tie in new code. | Keith Whitwell | 2005-05-18 | 1 | -0/+1119 |