summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl_dd
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-202-2/+2
* tnl: replace __FUNCTION__ with __func__Marius Predut2015-04-145-34/+34
* tnl: HAVE_LE32_VERTS is never defined, remove associated codeBrian Paul2015-03-121-7/+0
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-3/+3
* tnl_dd: Remove dead t_dd_vb.c.Matt Turner2014-12-121-347/+0
* s/Tungsten Graphics/VMware/José Fonseca2014-01-176-6/+6
* mesa: remove outdated version lines in commentsRico Schüller2013-06-056-6/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-236-18/+24
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-236-6/+6
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-236-6/+6
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-48/+48
* tnl_dd: Silence "tnl_dd/t_dd_tritmp.h:292:3: warning: suggest braces around e...Ian Romanick2011-09-091-1/+2
* mesa/tnl_dd: Remove unused source tree mesa/tnl_dd/immIan Romanick2011-08-268-2033/+0
* mesa/tnl_dd: Remove unused header file t_dd_vbtmp.hIan Romanick2011-08-262-676/+1
* mesa/tnl_dd: Remove unused header file t_dd_rendertmp.hIan Romanick2011-08-261-434/+0
* mesa: Remove stray, unused fileIan Romanick2011-08-261-58/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-1312-146/+146
* mesa/tnl_dd: Remove color-index support from t_dd_unfilled.hIan Romanick2010-03-031-79/+38
* mesa/tnl_dd: White-space / indentation fixes after previous commitIan Romanick2010-03-031-150/+146
* mesa/tnl_dd: Remove color-index support from t_dd_tritmp.hIan Romanick2010-03-031-121/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-213-2/+22
|\
| * unichrome: Silence compiler warnings.Vinson Lee2009-12-151-2/+2