summaryrefslogtreecommitdiff
path: root/src/mesa/tnl_dd
AgeCommit message (Expand)AuthorFilesLines
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
2004-11-01fixed compilation errorDaniel Borca1-1/+2
2004-10-29make sure we don't generate random alphaDaniel Borca1-3/+12
2004-10-16Removed two unnecessary variables.Ville Syrjala1-4/+2
2004-10-02Add an option for vertices emitted to be swapped CPU_TO_LE32, to be used by theEric Anholt1-0/+7
2004-07-20fix compare w/ zero warnings (bug 988766)Brian Paul1-5/+4
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2-4/+4
2004-05-10Add EXT_vertex_cull support to mesaKeith Whitwell1-1/+1
2004-02-04Fix off-by-one in calculations for wrapped trifan, polygon primitivesKeith Whitwell1-4/+4
2003-12-11Don't evaluate GET_CURRENT_VB_MAX_VERTS() until after calling INIT()Keith Whitwell1-10/+19
2003-12-11Updates to tnl_dd_dmatmp.hKeith Whitwell3-189/+307
2003-12-09Fix incorrect removal of PRIM_PARITY code (ie remove the parity code, not theKeith Whitwell1-23/+2
2003-11-26accomodate vtx-0-2-branchDaniel Borca1-3/+0
2003-11-24Merge vtx-0-2-branchKeith Whitwell5-391/+166
2003-09-17Add cast to remove compiler warningJon Smirl1-4/+4
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul18-0/+6994