| Commit message (Expand) | Author | Age | Files | Lines |
* | fix-build: remove ctx->_Facing assignment | Brian | 2007-11-30 | 1 | -8/+0 |
* | Remove ctx->Point._Size and ctx->Line._Width. | Brian | 2007-07-21 | 1 | -1/+1 |
* | Overhaul/simplify SWvertex and SWspan attribute handling. | Brian | 2007-05-20 | 1 | -24/+24 |
* | s/fog/attrib[FRAG_ATTRIB_FOGC][0]/ | Brian | 2007-04-24 | 1 | -1/+1 |
* | SWvertex no longer has texcoord field, use attrib field instead | Brian | 2007-02-23 | 1 | -24/+24 |
* | Fix build failure in the savage driver. | Eric Anholt | 2006-07-28 | 1 | -1/+1 |
* | Instead of testing ctx->_TriangleCaps for flat/smooth shading, just use ctx->... | Brian Paul | 2006-07-20 | 3 | -23/+26 |
* | Wrap every place that accesses a dispatch table with a macro. A new script- | Ian Romanick | 2005-07-18 | 1 | -24/+24 |
* | Provide initial values for some variables. | Keith Whitwell | 2005-05-25 | 1 | -4/+4 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -5/+4 |
* | fix signed vs unsigned comparison warnings in tnl_dd | Dave Airlie | 2005-02-14 | 2 | -2/+2 |
* | My last attempt to fix polygon offsets with the reversed viewport depth | Felix Kuehling | 2005-01-23 | 1 | -3/+8 |
* | Fix loop for quads-as-triangles. | Keith Whitwell | 2005-01-13 | 1 | -2/+2 |
* | More changes to cope with color stride == 0 | Keith Whitwell | 2005-01-10 | 1 | -9/+36 |
* | Improve some quad paths, gives gears a little boost. | Keith Whitwell | 2005-01-05 | 1 | -16/+39 |
* | fix quads to use GL_QUADS instead of GL_TRIANGLES as primitive | Roland Scheidegger | 2004-11-12 | 1 | -1/+1 |
* | wip hack for EXT_stencil_two_side | Daniel Borca | 2004-11-12 | 1 | -10/+69 |
* | make render_quads_verts call EMIT_PRIM with the arguments in the right order, | Adam Jackson | 2004-11-12 | 1 | -1/+1 |
* | fixed compilation error | Daniel Borca | 2004-11-01 | 1 | -1/+2 |
* | make sure we don't generate random alpha | Daniel Borca | 2004-10-29 | 1 | -3/+12 |
* | Removed two unnecessary variables. | Ville Syrjala | 2004-10-16 | 1 | -4/+2 |
* | Add an option for vertices emitted to be swapped CPU_TO_LE32, to be used by the | Eric Anholt | 2004-10-02 | 1 | -0/+7 |
* | fix compare w/ zero warnings (bug 988766) | Brian Paul | 2004-07-20 | 1 | -5/+4 |
* | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell | 2004-07-01 | 2 | -4/+4 |
* | Add EXT_vertex_cull support to mesa | Keith Whitwell | 2004-05-10 | 1 | -1/+1 |
* | Fix off-by-one in calculations for wrapped trifan, polygon primitives | Keith Whitwell | 2004-02-04 | 1 | -4/+4 |
* | Don't evaluate GET_CURRENT_VB_MAX_VERTS() until after calling INIT() | Keith Whitwell | 2003-12-11 | 1 | -10/+19 |
* | Updates to tnl_dd_dmatmp.h | Keith Whitwell | 2003-12-11 | 3 | -189/+307 |
* | Fix incorrect removal of PRIM_PARITY code (ie remove the parity code, not the | Keith Whitwell | 2003-12-09 | 1 | -23/+2 |
* | accomodate vtx-0-2-branch | Daniel Borca | 2003-11-26 | 1 | -3/+0 |
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 5 | -391/+166 |
* | Add cast to remove compiler warning | Jon Smirl | 2003-09-17 | 1 | -4/+4 |
* | patch to import Jon Smirl's work from Bitkeeper | Brian Paul | 2003-08-22 | 18 | -0/+6994 |