Age | Commit message (Expand) | Author |
2003-09-18 | Move away from using the ctx->_TriangleCaps bitfield. | Brian Paul |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick |
2002-10-29 | fix culling problem (bug 630649) | Brian Paul |
2002-10-29 | updated email addresses | Brian Paul |
2002-10-04 | multiple GL_POINTS can now be rendered together into one fragment span | Brian Paul |
2002-10-02 | finished up GL_EXT_stencil_two_side | Brian Paul |
2002-10-02 | removed ctx->Polygon._OffsetAny - not really needed | Brian Paul |
2001-07-17 | Lighting now emits colors as CHAN_TYPE, as it used to. This will require | Keith Whitwell |
2001-07-12 | Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it | Keith Whitwell |
2001-04-28 | Support for floating point color representation in tnl module. | Keith Whitwell |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes |
2001-03-08 | More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work. | Brian Paul |
2001-03-07 | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul |
2001-01-23 | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul |
2001-01-16 | Fix several conformance problems. Hack solution to line stipple problem. | Keith Whitwell |
2001-01-14 | Fixed conform feedback and drawelements tests. | Keith Whitwell |
2001-01-05 | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell |
2000-12-26 | Major rework of tnl module | Keith Whitwell |
2000-11-22 | Committing in . | Jouk Jansen |
2000-11-16 | Move the transform and lighting code to two new directories | Keith Whitwell |
2000-11-13 | Cleanup of derived state calculation prior to seperating software T&L | Keith Whitwell |
2000-11-05 | A new module to provide RasterSetup and advanced triangle/line/point | Keith Whitwell |