Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-05 | dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646 | Xiang, Haihao | |
2005-09-21 | replace GLdepth with GLuint | Brian Paul | |
2005-09-01 | remove fxDDSetBuffer() | Brian Paul | |
2005-05-09 | accomodate new frambuffer changes | Daniel Borca | |
2004-12-20 | made some functions static. | Daniel Borca | |
2004-09-13 | cleanup | Daniel Borca | |
2004-08-19 | "const int _nc" was really stupid... | Daniel Borca | |
2004-08-16 | cleanup | Daniel Borca | |
2004-03-21 | Implemented support for software-based AUX color buffers. | Brian Paul | |
Only available with Xlib driver for now. Assorted clean-ups related to Draw/ReadBuffer(). Renamed FRONT_LEFT_BIT -> DD_FRONT_LEFT_BIT, etc. | |||
2003-12-10 | got rid of __FUNCTION__ :( | Daniel Borca | |
Texus2 functions are dynamically linked now made getRegistryOrEnvironmentString more portable bugfix: unnecessary total SW fallback -- glColorMask bugfix: when shared palette was not loaded correctly point_attenuation_stage back in business (point size/atten) fxTexGetInfo is not required for fxIsTexSupported fxDDChooseTextureFormat optimized for RGB/RGBA textures accelerated Quads with Triangle_Fans more WGL extensions/functions (also updated export file) DXTC/S3TC -> FXT1 wrapping hack quick & dirty fix for Quake2 | |||
2003-11-03 | Voodoo2 happiness | Daniel Borca | |
2003-10-21 | Napalm total immersion | Daniel Borca | |
2003-10-09 | Reorganized combiners. Added optimized span functions. | Daniel Borca | |
2003-10-02 | updates from Daniel Borca | Brian Paul | |
2003-08-19 | DOS and glide driver updates from Daniel Borca | Brian Paul | |
2003-07-17 | more DOS updates from Daniel Borca | Brian Paul | |
2002-11-04 | misc driver updates (Daniel Borca) | Brian Paul | |
2002-10-11 | Another round of glRead/DrawBuffer() clean-ups and simplifications. | Brian Paul | |
Replaced ctx->Color._DriverDrawBuffer with swrast->CurrentBuffer. Replaced ctx->Pixel._DriverReadBuffer with ctx->Pixel._ReadSrcMask. swrast->Driver.SetBuffer() takes FRONT/BACK_LEFT/RIGHT_BIT values now. Added tokens and code for GL_AUX buffers, for completeness. | |||
2002-07-09 | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul | |
indicates the read AND draw color buffer for all software rasterization. Lots of related clean-ups. See RELNOTES-4.1 for details. | |||
2001-09-23 | fixed some configure;make build problems. cleaned-up copyright info. | Brian Paul | |
2001-03-19 | Split driver struct into swrast/tnl/core components. | Keith Whitwell | |
2001-03-03 | used indent to clean-up the code | Brian Paul | |
2000-11-24 | Support for swappable t&l modules, including an example one in the FX | Keith Whitwell | |
driver (enable with FX_ALLOW_VTXFMT=t). | |||
2000-11-14 | Removed Driver.Color() and Driver.Index() functions. | Brian Paul | |
Pass color or color index directly to WriteMono*() span functions. Updated current s/w drivers accordingly. Clean-up of X gc handling in XMesa driver. | |||
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-05-05 | replaced buggy fxDDReadRGBAPixels() with read_R5G6B5_pixels() | Brian Paul | |
2000-04-15 | minor updates | Brian Paul | |
2000-04-11 | fixed bug in XF86 writeRegionClipped() | Brian Paul | |
2000-04-11 | fixed stride problem in read_R5G6B5_span | Brian Paul | |
2000-04-07 | new read_R5G5B5_span() function | Brian Paul | |
2000-03-03 | runtime selectable depth buffer depth | Brian Paul | |
2000-02-09 | udpated version/copyright info | Brian Paul | |
2000-01-18 | updated with latest DRI tree changes | Brian Paul | |
1999-12-10 | new depth buffer functions | 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-09-17 | Fix for write-rgba-span and others | Keith Whitwell | |
1999-08-19 | Initial revision | jtg | |