Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-25 | Provide initial values for some variables. | Keith Whitwell | |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | |
Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested. | |||
2005-02-14 | fix signed vs unsigned comparison warnings in tnl_dd | Dave Airlie | |
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-10 | More changes to cope with color stride == 0 | 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 | |
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 | |