summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl_dd
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* make render_quads_verts call EMIT_PRIM with the arguments in the right order,Adam Jackson2004-11-121-1/+1
* fixed compilation errorDaniel Borca2004-11-011-1/+2
* make sure we don't generate random alphaDaniel Borca2004-10-291-3/+12
* Removed two unnecessary variables.Ville Syrjala2004-10-161-4/+2
* Add an option for vertices emitted to be swapped CPU_TO_LE32, to be used by theEric Anholt2004-10-021-0/+7
* fix compare w/ zero warnings (bug 988766)Brian Paul2004-07-201-5/+4
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-012-4/+4
* Add EXT_vertex_cull support to mesaKeith Whitwell2004-05-101-1/+1
* Fix off-by-one in calculations for wrapped trifan, polygon primitivesKeith Whitwell2004-02-041-4/+4
* Don't evaluate GET_CURRENT_VB_MAX_VERTS() until after calling INIT()Keith Whitwell2003-12-111-10/+19
* Updates to tnl_dd_dmatmp.hKeith Whitwell2003-12-113-189/+307
* Fix incorrect removal of PRIM_PARITY code (ie remove the parity code, not theKeith Whitwell2003-12-091-23/+2
* accomodate vtx-0-2-branchDaniel Borca2003-11-261-3/+0
* Merge vtx-0-2-branchKeith Whitwell2003-11-245-391/+166
* Add cast to remove compiler warningJon Smirl2003-09-171-4/+4
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-2218-0/+6994