summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl_dd
Commit message (Expand)AuthorAgeFilesLines
* 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
| * t_dd_dmatmp.h: Silence unused value warning in render_poly_elts.Vinson Lee2009-12-121-0/+1
| * t_dd_dmatmp2.h: Silence unused value warnings.Vinson Lee2009-12-121-0/+11
| * 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 FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]Eric Anholt2009-11-191-3/+3
* | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt2009-11-194-43/+43
* | tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtrEric Anholt2009-11-191-2/+2
* | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-191-32/+32
|/
* mesa: add a prototype to silence warningsBrian Paul2009-02-281-0/+3
* mesa: fix polygon offset issue (bug #12061)Xiang, Haihao2008-07-041-2/+2
* Rename quad function to quadr to avoid clash with Solaris quad typedefDaniel Zhu2008-06-211-3/+3
* fix-build: remove ctx->_Facing assignmentBrian2007-11-301-8/+0
* Remove ctx->Point._Size and ctx->Line._Width.Brian2007-07-211-1/+1
* Overhaul/simplify SWvertex and SWspan attribute handling.Brian2007-05-201-24/+24
* s/fog/attrib[FRAG_ATTRIB_FOGC][0]/Brian2007-04-241-1/+1
* SWvertex no longer has texcoord field, use attrib field insteadBrian2007-02-231-24/+24
* 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-203-23/+26
* Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick2005-07-181-24/+24
* Provide initial values for some variables.Keith Whitwell2005-05-251-4/+4
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-5/+4
* fix signed vs unsigned comparison warnings in tnl_ddDave Airlie2005-02-142-2/+2
* My last attempt to fix polygon offsets with the reversed viewport depthFelix Kuehling2005-01-231-3/+8
* Fix loop for quads-as-triangles.Keith Whitwell2005-01-131-2/+2
* More changes to cope with color stride == 0Keith Whitwell2005-01-101-9/+36
* Improve some quad paths, gives gears a little boost.Keith Whitwell2005-01-051-16/+39
* fix quads to use GL_QUADS instead of GL_TRIANGLES as primitiveRoland Scheidegger2004-11-121-1/+1
* wip hack for EXT_stencil_two_sideDaniel Borca2004-11-121-10/+69