summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide/fxdd.c
AgeCommit message (Expand)Author
2001-09-23fixed some configure;make build problems. cleaned-up copyright info.Brian Paul
2001-09-18Fix FX driver to the point where gears & morph3d work.Keith Whitwell
2001-08-29changes to allow the driver to compile - still doesn't work thoughBrian Paul
2001-07-12Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell
2001-06-13Allow different max texture sizes for 1/2D, 3D and cube maps.Brian Paul
2001-05-10fixed bad texture border test (sometimes caused a segfault)Brian Paul
2001-05-10Driver interface changesKeith Whitwell
2001-05-03minor clean-ups and warning fixesBrian Paul
2001-04-24texture image code updates (not finished)Brian Paul
2001-03-30fixed compilation problems related to ctx->_Enabled removalBrian Paul
2001-03-27silence compiler warningsBrian Paul
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell
2001-03-03used indent to clean-up the codeBrian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-27minor extension tweaksBrian Paul
2001-02-26Disable most extensions by default. Drivers should enable them as needed.Brian Paul
2001-02-19plug in fallback teximage DD functionsBrian Paul
2001-02-16Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell
2001-02-07new texture image routines work nowBrian Paul
2001-02-06Overhaul of texture image handling.Brian Paul
2001-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell
2001-01-24removed the unused/broken GL_PGI_misc_hints extensionBrian Paul
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-16Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell
2001-01-08Bring the FX driver into line with core mesa changes.Keith Whitwell
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell
2001-01-02Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul
2000-12-28Add render stage for unclipped vb's to fx driver.Keith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
2000-11-22 Modified Files:Jouk Jansen
2000-11-17Minor header file changes to silence warnings.Brian Paul
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-14Removed Driver.Color() and Driver.Index() functions.Brian Paul
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell
2000-11-10minor changes to silence compiler warningsBrian Paul
2000-11-05Lots of changes:Keith Whitwell
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
2000-10-31Remove dead code in FX driver.Keith Whitwell
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-09-08removed unused NEW_DRVSTATE flagsBrian Paul
2000-09-08removed ctx->Driver.Dither functionBrian Paul
2000-08-21use ImageTransferStateBrian Paul
2000-08-09fixed depth mask bug in fxddClear(DD_DEPTH_BIT)Brian Paul
2000-05-23enable and clean-up of paletted texture codeBrian Paul
2000-05-05fixed glDrawBuffer(GL_NONE) bugBrian Paul
2000-05-04EnvMode GL_BLEND and tex invalidate changes from DaryllBrian Paul
2000-04-20updated RENDERER versionBrian Paul