summaryrefslogtreecommitdiff
path: root/src/mesa/tnl_dd
AgeCommit message (Expand)AuthorFilesLines
2015-10-06t_dd_dmatmp: Check provoking vertex convention when rendering quadsVille Syrjälä1-20/+26
2015-10-06t_dd_dmatmp: Disallow flat shading when rendering quad strips via tri stripsVille Syrjälä1-5/+2
2015-10-06t_dd_dmatmp: Allow flat shaded polygons with tri fansVille Syrjälä1-2/+4
2015-10-06t_dd_dmatmp: Replace fprintf with unreachableIan Romanick1-12/+9
2015-09-23t_dd_dmatmp: Make the render_tab[]s constVille Syrjälä1-1/+1
2015-09-23t_dd_dmatmp: Constify dmaszIan Romanick1-13/+9
2015-09-23t_dd_dmatmp: Silence comparison between signed and unsigned integer expressio...Ian Romanick1-18/+18
2015-09-23t_dd_dmatmp: Use stdbool.hIan Romanick1-10/+10
2015-09-23t_dd_dmatmp: General indentation and formatting fixesIan Romanick1-56/+55
2015-09-23t_dd_dmatmp: Indentation and formatting fixes after HAVE_ELTS changeIan Romanick1-38/+31
2015-09-23t_dd_dmatmp: Remove HAVE_ELTS supportIan Romanick1-584/+4
2015-09-23t_dd_dmatmp: Indentation and formatting fixes after HAVE_TRI_FANS changeIan Romanick1-56/+47
2015-09-23t_dd_dmatmp: Require HAVE_TRI_FANSIan Romanick1-21/+6
2015-09-23t_dd_dmatmp: Indentation and formatting fixes after HAVE_TRI_STRIPS changeIan Romanick1-103/+95
2015-09-23t_dd_dmatmp: Require HAVE_TRI_STRIPSIan Romanick1-28/+8
2015-09-23t_dd_dmatmp: Require HAVE_TRIANGLESIan Romanick1-10/+4
2015-09-23t_dd_dmatmp: Indentation and formatting fixes after HAVE_LINE_STRIPS changeIan Romanick1-137/+123
2015-09-23t_dd_dmatmp: Require HAVE_LINE_STRIPSIan Romanick1-29/+4
2015-09-23t_dd_dmatmp: Indentation and formatting fixes after HAVE_LINES changeIan Romanick1-46/+46
2015-09-23t_dd_dmatmp: Require HAVE_LINESIan Romanick1-14/+3
2015-09-23t_dd_dmatmp: Indentation and formatting fixes after HAVE_QUADS changeIan Romanick1-46/+41
2015-09-23t_dd_dmatmp: Remove HAVE_QUADS supportIan Romanick1-46/+5
2015-09-23t_dd_dmatmp: Remove HAVE_QUAD_STRIPS supportIan Romanick1-33/+8
2015-09-23t_dd_dmatmp: Use addition instead of subtraction in loop boundsIan Romanick1-1/+1
2015-09-23t_dd_dmatmp: Pull out common 'count -= count & 3' codeIan Romanick1-9/+6
2015-09-23t_dd_dmatmp: Use '& 3' instead of '% 4' everywhereIan Romanick1-2/+2
2015-09-23t_dd_dmatmp: Clean up improper code formatting from previous patchIan Romanick1-12/+6
2015-09-23t_dd_dmatmp: Make "count" actually be the countIan Romanick1-73/+73
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2-2/+2
2015-04-14tnl: replace __FUNCTION__ with __func__Marius Predut5-34/+34
2015-03-12tnl: HAVE_LE32_VERTS is never defined, remove associated codeBrian Paul1-7/+0
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-3/+3
2014-12-12tnl_dd: Remove dead t_dd_vb.c.Matt Turner1-347/+0
2014-01-17s/Tungsten Graphics/VMware/José Fonseca6-6/+6
2013-06-05mesa: remove outdated version lines in commentsRico Schüller6-6/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke6-18/+24
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke6-6/+6
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke6-6/+6
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-48/+48
2011-09-09tnl_dd: Silence "tnl_dd/t_dd_tritmp.h:292:3: warning: suggest braces around e...Ian Romanick1-1/+2
2011-08-26mesa/tnl_dd: Remove unused source tree mesa/tnl_dd/immIan Romanick8-2033/+0
2011-08-26mesa/tnl_dd: Remove unused header file t_dd_vbtmp.hIan Romanick2-676/+1
2011-08-26mesa/tnl_dd: Remove unused header file t_dd_rendertmp.hIan Romanick1-434/+0
2011-08-26mesa: Remove stray, unused fileIan Romanick1-58/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg12-146/+146
2010-03-03mesa/tnl_dd: Remove color-index support from t_dd_unfilled.hIan Romanick1-79/+38
2010-03-03mesa/tnl_dd: White-space / indentation fixes after previous commitIan Romanick1-150/+146
2010-03-03mesa/tnl_dd: Remove color-index support from t_dd_tritmp.hIan Romanick1-121/+1
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul3-2/+22
2009-11-19tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]Eric Anholt1-3/+3