summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/glide
Commit message (Expand)AuthorAgeFilesLines
...
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-3/+3
* Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell2001-01-162-3/+34
* Fixed 'IRound' to 'IROUND' in mmath.hKeith Whitwell2001-01-081-6/+4
* Bring the FX driver into line with core mesa changes.Keith Whitwell2001-01-083-26/+30
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-055-37/+103
* More color macro clean-ups.Brian Paul2001-01-031-2/+0
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-022-0/+18
* Add render stage for unclipped vb's to fx driver.Keith Whitwell2000-12-283-14/+62
* Major rework of tnl moduleKeith Whitwell2000-12-268-145/+1298
* minor changes to fix compiler warningsBrian Paul2000-11-271-0/+1
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-247-170/+213
* Modified Files:Jouk Jansen2000-11-222-49/+49
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-192-4/+4
* Minor header file changes to silence warnings.Brian Paul2000-11-171-21/+0
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-164-614/+22
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-142-5/+9
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-1/+5
* removed unused varBrian Paul2000-11-131-1/+0
* minor changes to silence compiler warningsBrian Paul2000-11-101-0/+1
* Lots of changes:Keith Whitwell2000-11-0510-540/+155
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-2/+2
* Remove dead code in FX driver.Keith Whitwell2000-10-312-7/+0
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-303-11/+51
* Basic work to support deep color channels:Brian Paul2000-10-281-1/+1
* Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul2000-10-271-1/+1
* Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell2000-10-271-0/+1
* First batch of OpenGL SI related changes:Brian Paul2000-09-262-24/+24
* removed unused NEW_DRVSTATE flagsBrian Paul2000-09-081-1/+0
* removed ctx->Driver.Dither functionBrian Paul2000-09-082-18/+7
* Removed ctx->Driver.LogicOp().Brian Paul2000-09-072-6/+6
* fbiRev and tmuRev weren't getting initialized when using Glide3Brian Paul2000-08-311-13/+26
* added more resolutions (Andy Sloane)Brian Paul2000-08-311-3/+5
* use ImageTransferStateBrian Paul2000-08-211-1/+1
* fixed depth mask bug in fxddClear(DD_DEPTH_BIT)Brian Paul2000-08-091-0/+2
* replaced fxTMReloadSubMipMapLevel() call w/ fxTMReloadMipMapLevel() to work-a...Brian Paul2000-06-161-1/+1
* fixed bugs in fxSetupDepthTest()Brian Paul2000-06-051-4/+6
* include glheader.h instead of system headersBrian Paul2000-05-261-7/+3
* enable and clean-up of paletted texture codeBrian Paul2000-05-232-34/+35
* update for Glide3Brian Paul2000-05-221-2/+15
* fixed glDrawBuffer(GL_NONE) bugBrian Paul2000-05-052-6/+16
* replaced buggy fxDDReadRGBAPixels() with read_R5G6B5_pixels()Brian Paul2000-05-051-18/+35
* added check for tmuRam==4 for Voodoo2 (Bernd)Brian Paul2000-05-051-1/+2
* EnvMode GL_BLEND and tex invalidate changes from DaryllBrian Paul2000-05-042-3/+9
* conditionally include some fields in the context struct for DRI / non-DRIBrian Paul2000-05-041-0/+2
* made fxMesaCurrentCtx staticBrian Paul2000-05-041-1/+1
* updated RENDERER versionBrian Paul2000-04-201-1/+1
* minor clean-upBrian Paul2000-04-201-5/+5
* Use smooth shaded triangles always. Fix SoF bug.Keith Whitwell2000-04-191-14/+15
* dynamically allocate color table data, uses less memoryBrian Paul2000-04-171-57/+85
* minor updatesBrian Paul2000-04-152-1/+3