aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl_dd/t_dd_dmatmp.h
Commit message (Expand)AuthorAgeFilesLines
* t_dd_dmatmp: Check provoking vertex convention when rendering quadsVille Syrjälä2015-10-061-20/+26
* t_dd_dmatmp: Disallow flat shading when rendering quad strips via tri stripsVille Syrjälä2015-10-061-5/+2
* t_dd_dmatmp: Allow flat shaded polygons with tri fansVille Syrjälä2015-10-061-2/+4
* t_dd_dmatmp: Replace fprintf with unreachableIan Romanick2015-10-061-12/+9
* t_dd_dmatmp: Make the render_tab[]s constVille Syrjälä2015-09-231-1/+1
* t_dd_dmatmp: Constify dmaszIan Romanick2015-09-231-13/+9
* t_dd_dmatmp: Silence comparison between signed and unsigned integer expressio...Ian Romanick2015-09-231-18/+18
* t_dd_dmatmp: Use stdbool.hIan Romanick2015-09-231-10/+10
* t_dd_dmatmp: General indentation and formatting fixesIan Romanick2015-09-231-56/+55
* t_dd_dmatmp: Indentation and formatting fixes after HAVE_ELTS changeIan Romanick2015-09-231-38/+31
* t_dd_dmatmp: Remove HAVE_ELTS supportIan Romanick2015-09-231-584/+4
* t_dd_dmatmp: Indentation and formatting fixes after HAVE_TRI_FANS changeIan Romanick2015-09-231-56/+47
* t_dd_dmatmp: Require HAVE_TRI_FANSIan Romanick2015-09-231-21/+6
* t_dd_dmatmp: Indentation and formatting fixes after HAVE_TRI_STRIPS changeIan Romanick2015-09-231-103/+95
* t_dd_dmatmp: Require HAVE_TRI_STRIPSIan Romanick2015-09-231-28/+8
* t_dd_dmatmp: Require HAVE_TRIANGLESIan Romanick2015-09-231-10/+4
* t_dd_dmatmp: Indentation and formatting fixes after HAVE_LINE_STRIPS changeIan Romanick2015-09-231-137/+123
* t_dd_dmatmp: Require HAVE_LINE_STRIPSIan Romanick2015-09-231-29/+4
* t_dd_dmatmp: Indentation and formatting fixes after HAVE_LINES changeIan Romanick2015-09-231-46/+46
* t_dd_dmatmp: Require HAVE_LINESIan Romanick2015-09-231-14/+3
* t_dd_dmatmp: Indentation and formatting fixes after HAVE_QUADS changeIan Romanick2015-09-231-46/+41
* t_dd_dmatmp: Remove HAVE_QUADS supportIan Romanick2015-09-231-46/+5
* t_dd_dmatmp: Remove HAVE_QUAD_STRIPS supportIan Romanick2015-09-231-33/+8
* t_dd_dmatmp: Use addition instead of subtraction in loop boundsIan Romanick2015-09-231-1/+1
* t_dd_dmatmp: Pull out common 'count -= count & 3' codeIan Romanick2015-09-231-9/+6
* t_dd_dmatmp: Use '& 3' instead of '% 4' everywhereIan Romanick2015-09-231-2/+2
* t_dd_dmatmp: Clean up improper code formatting from previous patchIan Romanick2015-09-231-12/+6
* t_dd_dmatmp: Make "count" actually be the countIan Romanick2015-09-231-73/+73
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-1/+1
* tnl: replace __FUNCTION__ with __func__Marius Predut2015-04-141-17/+17
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-24/+24
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-211-0/+9
|\
| * t_dd_dmatmp.h: Silence unused value warning in render_poly_elts.Vinson Lee2009-12-121-0/+1
| * t_dd_dmatmp.h: Silence unused value warnings in render_line_loop_elts.Vinson Lee2009-12-121-0/+2
| * t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_elts.Vinson Lee2009-12-121-0/+1
| * t_dd_dmatmp.h: Silence unused value warning in render_poly_verts.Vinson Lee2009-12-121-0/+1
| * t_dd_dmatmp.h: Silence unused value warning in render_quads_verts.Vinson Lee2009-12-121-0/+1
| * t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_verts.Vinson Lee2009-12-121-0/+1
| * t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.Vinson Lee2009-12-121-0/+1
| * t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.Vinson Lee2009-12-121-0/+1
* | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt2009-11-191-2/+2
|/
* Fix build failure in the savage driver.Eric Anholt2006-07-281-1/+1
* Instead of testing ctx->_TriangleCaps for flat/smooth shading, just use ctx->...Brian Paul2006-07-201-10/+13
* Fix loop for quads-as-triangles.Keith Whitwell2005-01-131-2/+2
* Improve some quad paths, gives gears a little boost.Keith Whitwell2005-01-051-16/+39