summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/glide/fxdd.c
Commit message (Expand)AuthorAgeFilesLines
* minor fixes + doc updateDaniel Borca2003-10-141-1/+2
* glide driver (wip)Daniel Borca2003-10-131-7/+1
* Reorganized combiners. Added optimized span functions.Daniel Borca2003-10-091-30/+61
* updates from Daniel BorcaBrian Paul2003-10-021-281/+405
* DOS and glide driver updates from Daniel BorcaBrian Paul2003-08-191-91/+78
* more DOS updates from Daniel BorcaBrian Paul2003-07-171-6/+216
* fix include paths (Daniel Borca)Brian Paul2003-06-161-1/+2
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-4/+4
* fix some float/ubyte mistakes (Daniel Borca)Brian Paul2003-01-081-2/+2
* misc driver updates (Daniel Borca)Brian Paul2002-11-041-2/+3
* added some casts for mallocs (bug 630379)Brian Paul2002-10-291-2/+2
* Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul2002-10-041-4/+8
* new texture compression infrastructureBrian Paul2002-09-271-1/+7
* s/DrawDestMask/_DrawDestMask/Brian Paul2002-08-211-4/+7
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-091-2/+5
* Implemented GL_NV_texture_rectangle extension.Brian Paul2002-06-151-17/+15
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-6/+4
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-131-4/+1
* Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul2002-03-161-11/+14
* fixed some configure;make build problems. cleaned-up copyright info.Brian Paul2001-09-231-20/+9
* Fix FX driver to the point where gears & morph3d work.Keith Whitwell2001-09-181-17/+3
* changes to allow the driver to compile - still doesn't work thoughBrian Paul2001-08-291-3/+14
* Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell2001-07-121-78/+17
* Allow different max texture sizes for 1/2D, 3D and cube maps.Brian Paul2001-06-131-1/+0
* fixed bad texture border test (sometimes caused a segfault)Brian Paul2001-05-101-1/+1
* Driver interface changesKeith Whitwell2001-05-101-0/+1
* minor clean-ups and warning fixesBrian Paul2001-05-031-1/+1
* texture image code updates (not finished)Brian Paul2001-04-241-0/+1
* fixed compilation problems related to ctx->_Enabled removalBrian Paul2001-03-301-4/+5
* silence compiler warningsBrian Paul2001-03-271-1/+1
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-55/+22
* used indent to clean-up the codeBrian Paul2001-03-031-580/+596
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-2/+2
* minor extension tweaksBrian Paul2001-02-271-0/+3
* Disable most extensions by default. Drivers should enable them as needed.Brian Paul2001-02-261-14/+6
* plug in fallback teximage DD functionsBrian Paul2001-02-191-1/+13
* Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell2001-02-161-2/+1
* new texture image routines work nowBrian Paul2001-02-071-8/+5
* Overhaul of texture image handling.Brian Paul2001-02-061-6/+5
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-291-193/+208
* removed the unused/broken GL_PGI_misc_hints extensionBrian Paul2001-01-241-3/+0
* Lots of GLchan datatype changes.Brian Paul2001-01-241-9/+6
* Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell2001-01-161-3/+33
* Bring the FX driver into line with core mesa changes.Keith Whitwell2001-01-081-0/+5
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-5/+2
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-021-0/+8
* Add render stage for unclipped vb's to fx driver.Keith Whitwell2000-12-281-11/+17
* Major rework of tnl moduleKeith Whitwell2000-12-261-26/+66
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-36/+70
* Modified Files:Jouk Jansen2000-11-221-36/+36