summaryrefslogtreecommitdiff
path: root/src/mesa/tnl_dd
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-19tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt4-43/+43
2009-11-19tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtrEric Anholt1-2/+2
2009-11-19tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt1-32/+32
2009-12-15unichrome: Silence compiler warnings.Vinson Lee1-2/+2
2009-12-12t_dd_dmatmp.h: Silence unused value warning in render_poly_elts.Vinson Lee1-0/+1
2009-12-12t_dd_dmatmp2.h: Silence unused value warnings.Vinson Lee1-0/+11
2009-12-12t_dd_dmatmp.h: Silence unused value warnings in render_line_loop_elts.Vinson Lee1-0/+2
2009-12-12t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_elts.Vinson Lee1-0/+1
2009-12-12t_dd_dmatmp.h: Silence unused value warning in render_poly_verts.Vinson Lee1-0/+1
2009-12-12t_dd_dmatmp.h: Silence unused value warning in render_quads_verts.Vinson Lee1-0/+1
2009-12-12t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_verts.Vinson Lee1-0/+1
2009-12-12t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.Vinson Lee1-0/+1
2009-12-12t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts.Vinson Lee1-0/+1
2009-02-28mesa: add a prototype to silence warningsBrian Paul1-0/+3
2008-07-04mesa: fix polygon offset issue (bug #12061)Xiang, Haihao1-2/+2
2008-06-21Rename quad function to quadr to avoid clash with Solaris quad typedefDaniel Zhu1-3/+3
2007-11-30fix-build: remove ctx->_Facing assignmentBrian1-8/+0
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian1-1/+1
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian1-24/+24
2007-04-24s/fog/attrib[FRAG_ATTRIB_FOGC][0]/Brian1-1/+1
2007-02-23SWvertex no longer has texcoord field, use attrib field insteadBrian1-24/+24
2006-07-28Fix build failure in the savage driver.Eric Anholt1-1/+1
2006-07-20Instead of testing ctx->_TriangleCaps for flat/smooth shading, just use ctx->...Brian Paul3-23/+26
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick1-24/+24
2005-05-25Provide initial values for some variables.Keith Whitwell1-4/+4
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-5/+4
2005-02-14fix signed vs unsigned comparison warnings in tnl_ddDave Airlie2-2/+2
2005-01-23My last attempt to fix polygon offsets with the reversed viewport depthFelix Kuehling1-3/+8
2005-01-13Fix loop for quads-as-triangles.Keith Whitwell1-2/+2
2005-01-10More changes to cope with color stride == 0Keith Whitwell1-9/+36
2005-01-05Improve some quad paths, gives gears a little boost.Keith Whitwell1-16/+39
2004-11-12fix quads to use GL_QUADS instead of GL_TRIANGLES as primitiveRoland Scheidegger1-1/+1
2004-11-12wip hack for EXT_stencil_two_sideDaniel Borca1-10/+69
2004-11-12make render_quads_verts call EMIT_PRIM with the arguments in the right order,Adam Jackson1-1/+1