Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-13 | removed unused var | Brian Paul | |
2000-11-05 | Lots of changes: | Keith Whitwell | |
- use the new interface to the software rasterizer. - manage all fallbacks internally, hooking in swrast or swrast_setup if necessary. - removed lots of marginal code no longer appropriate in a maturing driver. - reworked the vertex-setup and triangle routines, including drawing unfilled triangles from within the driver. | |||
2000-10-27 | Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.c | Brian Paul | |
and state.c file for plugging those functions into the dispatch table. Don't use Mesa 3.5 for DRI until SGI approves the new dispatch offsets. Commented-out references to ctx->FogMode and VB->Specular in FX driver. Minor clean-up in extensions.c Removed unused prototype in fog.h | |||
2000-09-08 | removed ctx->Driver.Dither function | Brian Paul | |
2000-09-07 | Removed ctx->Driver.LogicOp(). | Brian Paul | |
ctx->Driver.Index/ColorMask() now return void. Removed SWmasking and SWLogicOpEnabled variables. LogicOps and color/index masking are no longer special-case device driver functions. The Xlib driver was the only driver that used them. Things are more uniform now. | |||
2000-06-05 | fixed bugs in fxSetupDepthTest() | Brian Paul | |
2000-05-05 | fixed glDrawBuffer(GL_NONE) bug | Brian Paul | |
2000-04-19 | Use smooth shaded triangles always. Fix SoF bug. | Keith Whitwell | |
2000-03-29 | new texture image download code | Brian Paul | |
2000-03-07 | removed Driver.UseGlobalTexturePalette() | Brian Paul | |
2000-03-03 | clean-up warnings | Brian Paul | |
2000-02-16 | update fog near/far bug fix | Brian Paul | |
2000-02-16 | updated with changes from DRI project CVS | Brian Paul | |
2000-02-09 | udpated version/copyright info | Brian Paul | |
2000-02-06 | in fxSelectSingleTMUSrc_NoLock(), added check for haveTwoTMUs (Neal Tringham) | Brian Paul | |
2000-02-04 | pass IntFormat, not Format to fxTexGetFormat | Brian Paul | |
2000-01-18 | updated with latest DRI tree changes | Brian Paul | |
2000-01-06 | return GL_FALSE in fxDDColorMask | Brian Paul | |
1999-12-10 | applied Daryll's patches | Brian Paul | |
1999-11-15 | update/merge with Daryll's X server changes | Brian Paul | |
1999-10-19 | Changes to reduce the memory footprint of display lists | Keith Whitwell | |
1999-10-05 | Added packed ARGB support. | Miklos Fazekas | |
1999-08-19 | Initial revision | jtg | |