Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-23 | My last attempt to fix polygon offsets with the reversed viewport depth | Felix Kuehling | |
range used by the savage driver by negating ctx->MRD broke polygon offsets with software fallbacks. This one adds a REVERSE_DEPTH parameter to t_dd_tritmp.h (defaults to 0) that allows reversing polygon offsets for hardware rendering but not for software fallbacks. For software fallbacks depth values are reversed after polygon offsets have been applied by the depth span functions. | |||
2005-01-13 | Fix loop for quads-as-triangles. | Keith Whitwell | |
2005-01-10 | More changes to cope with color stride == 0 | Keith Whitwell | |
2005-01-05 | Improve some quad paths, gives gears a little boost. | Keith Whitwell | |
2004-11-12 | fix quads to use GL_QUADS instead of GL_TRIANGLES as primitive | Roland Scheidegger | |
2004-11-12 | wip hack for EXT_stencil_two_side | Daniel Borca | |
2004-11-12 | make render_quads_verts call EMIT_PRIM with the arguments in the right order, | Adam Jackson | |
and enable hardware quads on r200 and radeon. samples/prim renders quads correctly now. | |||
2004-11-01 | fixed compilation error | Daniel Borca | |
2004-10-29 | make sure we don't generate random alpha | Daniel Borca | |
2004-10-16 | Removed two unnecessary variables. | Ville Syrjala | |
2004-10-02 | Add an option for vertices emitted to be swapped CPU_TO_LE32, to be used by the | Eric Anholt | |
r128 code. | |||
2004-07-20 | fix compare w/ zero warnings (bug 988766) | Brian Paul | |
2004-07-01 | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell | |
2004-05-10 | Add EXT_vertex_cull support to mesa | Keith Whitwell | |
2004-02-04 | Fix off-by-one in calculations for wrapped trifan, polygon primitives | Keith Whitwell | |
2003-12-11 | Don't evaluate GET_CURRENT_VB_MAX_VERTS() until after calling INIT() | Keith Whitwell | |
2003-12-11 | Updates to tnl_dd_dmatmp.h | Keith Whitwell | |
- Allocate vertices explicitly, rather than trying to talk about dma buffers. - Clean up the various Flush() operations. - Don't allow fallbacks any longer. Provide a support function to detect them ahead o ftime Updates to tnl_dd_vbtmp.h - Get rid of power-of-two vertex strides. Pack all vertices tightly. - Get texunit 2,3 emit working coorrectly. Other stuff: - Get rid of lingering Ubyte color support. - Fix a few compiler warnings. | |||
2003-12-09 | Fix incorrect removal of PRIM_PARITY code (ie remove the parity code, not the | Keith Whitwell | |
non-parity code). | |||
2003-11-26 | accomodate vtx-0-2-branch | Daniel Borca | |
2003-11-24 | Merge vtx-0-2-branch | Keith Whitwell | |
2003-09-17 | Add cast to remove compiler warning | Jon Smirl | |
2003-08-22 | patch to import Jon Smirl's work from Bitkeeper | Brian Paul | |