| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: replace ctx->Polygon._FrontBit with a helper function | Marek Olšák | 2017-06-22 | 1 | -2/+2 |
* | t_dd_dmatmp: Check provoking vertex convention when rendering quads | Ville Syrjälä | 2015-10-06 | 1 | -20/+26 |
* | t_dd_dmatmp: Disallow flat shading when rendering quad strips via tri strips | Ville Syrjälä | 2015-10-06 | 1 | -5/+2 |
* | t_dd_dmatmp: Allow flat shaded polygons with tri fans | Ville Syrjälä | 2015-10-06 | 1 | -2/+4 |
* | t_dd_dmatmp: Replace fprintf with unreachable | Ian Romanick | 2015-10-06 | 1 | -12/+9 |
* | t_dd_dmatmp: Make the render_tab[]s const | Ville Syrjälä | 2015-09-23 | 1 | -1/+1 |
* | t_dd_dmatmp: Constify dmasz | Ian Romanick | 2015-09-23 | 1 | -13/+9 |
* | t_dd_dmatmp: Silence comparison between signed and unsigned integer expressio... | Ian Romanick | 2015-09-23 | 1 | -18/+18 |
* | t_dd_dmatmp: Use stdbool.h | Ian Romanick | 2015-09-23 | 1 | -10/+10 |
* | t_dd_dmatmp: General indentation and formatting fixes | Ian Romanick | 2015-09-23 | 1 | -56/+55 |
* | t_dd_dmatmp: Indentation and formatting fixes after HAVE_ELTS change | Ian Romanick | 2015-09-23 | 1 | -38/+31 |
* | t_dd_dmatmp: Remove HAVE_ELTS support | Ian Romanick | 2015-09-23 | 1 | -584/+4 |
* | t_dd_dmatmp: Indentation and formatting fixes after HAVE_TRI_FANS change | Ian Romanick | 2015-09-23 | 1 | -56/+47 |
* | t_dd_dmatmp: Require HAVE_TRI_FANS | Ian Romanick | 2015-09-23 | 1 | -21/+6 |
* | t_dd_dmatmp: Indentation and formatting fixes after HAVE_TRI_STRIPS change | Ian Romanick | 2015-09-23 | 1 | -103/+95 |
* | t_dd_dmatmp: Require HAVE_TRI_STRIPS | Ian Romanick | 2015-09-23 | 1 | -28/+8 |
* | t_dd_dmatmp: Require HAVE_TRIANGLES | Ian Romanick | 2015-09-23 | 1 | -10/+4 |
* | t_dd_dmatmp: Indentation and formatting fixes after HAVE_LINE_STRIPS change | Ian Romanick | 2015-09-23 | 1 | -137/+123 |
* | t_dd_dmatmp: Require HAVE_LINE_STRIPS | Ian Romanick | 2015-09-23 | 1 | -29/+4 |
* | t_dd_dmatmp: Indentation and formatting fixes after HAVE_LINES change | Ian Romanick | 2015-09-23 | 1 | -46/+46 |
* | t_dd_dmatmp: Require HAVE_LINES | Ian Romanick | 2015-09-23 | 1 | -14/+3 |
* | t_dd_dmatmp: Indentation and formatting fixes after HAVE_QUADS change | Ian Romanick | 2015-09-23 | 1 | -46/+41 |
* | t_dd_dmatmp: Remove HAVE_QUADS support | Ian Romanick | 2015-09-23 | 1 | -46/+5 |
* | t_dd_dmatmp: Remove HAVE_QUAD_STRIPS support | Ian Romanick | 2015-09-23 | 1 | -33/+8 |
* | t_dd_dmatmp: Use addition instead of subtraction in loop bounds | Ian Romanick | 2015-09-23 | 1 | -1/+1 |
* | t_dd_dmatmp: Pull out common 'count -= count & 3' code | Ian Romanick | 2015-09-23 | 1 | -9/+6 |
* | t_dd_dmatmp: Use '& 3' instead of '% 4' everywhere | Ian Romanick | 2015-09-23 | 1 | -2/+2 |
* | t_dd_dmatmp: Clean up improper code formatting from previous patch | Ian Romanick | 2015-09-23 | 1 | -12/+6 |
* | t_dd_dmatmp: Make "count" actually be the count | Ian Romanick | 2015-09-23 | 1 | -73/+73 |
* | mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string(). | Kenneth Graunke | 2015-07-20 | 2 | -2/+2 |
* | tnl: replace __FUNCTION__ with __func__ | Marius Predut | 2015-04-14 | 5 | -34/+34 |
* | tnl: HAVE_LE32_VERTS is never defined, remove associated code | Brian Paul | 2015-03-12 | 1 | -7/+0 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -3/+3 |
* | tnl_dd: Remove dead t_dd_vb.c. | Matt Turner | 2014-12-12 | 1 | -347/+0 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 6 | -6/+6 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 6 | -6/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 6 | -18/+24 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 6 | -6/+6 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 6 | -6/+6 |
* | Replace gl_frag_attrib enum with gl_varying_slot. | Paul Berry | 2013-03-15 | 1 | -48/+48 |
* | tnl_dd: Silence "tnl_dd/t_dd_tritmp.h:292:3: warning: suggest braces around e... | Ian Romanick | 2011-09-09 | 1 | -1/+2 |
* | mesa/tnl_dd: Remove unused source tree mesa/tnl_dd/imm | Ian Romanick | 2011-08-26 | 8 | -2033/+0 |
* | mesa/tnl_dd: Remove unused header file t_dd_vbtmp.h | Ian Romanick | 2011-08-26 | 2 | -676/+1 |
* | mesa/tnl_dd: Remove unused header file t_dd_rendertmp.h | Ian Romanick | 2011-08-26 | 1 | -434/+0 |
* | mesa: Remove stray, unused file | Ian Romanick | 2011-08-26 | 1 | -58/+0 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 12 | -146/+146 |
* | mesa/tnl_dd: Remove color-index support from t_dd_unfilled.h | Ian Romanick | 2010-03-03 | 1 | -79/+38 |
* | mesa/tnl_dd: White-space / indentation fixes after previous commit | Ian Romanick | 2010-03-03 | 1 | -150/+146 |
* | mesa/tnl_dd: Remove color-index support from t_dd_tritmp.h | Ian Romanick | 2010-03-03 | 1 | -121/+1 |
* | Merge branch 'mesa_7_7_branch' | Brian Paul | 2009-12-21 | 3 | -2/+22 |
|\ |
|