summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide/fxddspan.c
AgeCommit message (Collapse)Author
2008-08-05dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao
2005-09-21replace GLdepth with GLuintBrian Paul
2005-09-01remove fxDDSetBuffer()Brian Paul
2005-05-09accomodate new frambuffer changesDaniel Borca
2004-12-20made some functions static.Daniel Borca
2004-09-13cleanupDaniel Borca
2004-08-19"const int _nc" was really stupid...Daniel Borca
2004-08-16cleanupDaniel Borca
2004-03-21Implemented 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-10got 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-03Voodoo2 happinessDaniel Borca
2003-10-21Napalm total immersionDaniel Borca
2003-10-09Reorganized combiners. Added optimized span functions.Daniel Borca
2003-10-02updates from Daniel BorcaBrian Paul
2003-08-19DOS and glide driver updates from Daniel BorcaBrian Paul
2003-07-17more DOS updates from Daniel BorcaBrian Paul
2002-11-04misc driver updates (Daniel Borca)Brian Paul
2002-10-11Another 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-09Overhaul 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-23fixed some configure;make build problems. cleaned-up copyright info.Brian Paul
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell
2001-03-03used indent to clean-up the codeBrian Paul
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
driver (enable with FX_ALLOW_VTXFMT=t).
2000-11-14Removed 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-05Lots 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-05replaced buggy fxDDReadRGBAPixels() with read_R5G6B5_pixels()Brian Paul
2000-04-15minor updatesBrian Paul
2000-04-11fixed bug in XF86 writeRegionClipped()Brian Paul
2000-04-11fixed stride problem in read_R5G6B5_spanBrian Paul
2000-04-07new read_R5G5B5_span() functionBrian Paul
2000-03-03runtime selectable depth buffer depthBrian Paul
2000-02-09udpated version/copyright infoBrian Paul
2000-01-18updated with latest DRI tree changesBrian Paul
1999-12-10new depth buffer functionsBrian Paul
1999-12-10applied Daryll's patchesBrian Paul
1999-11-15update/merge with Daryll's X server changesBrian Paul
1999-09-17Fix for write-rgba-span and othersKeith Whitwell
1999-08-19Initial revisionjtg