summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/glide
Commit message (Expand)AuthorAgeFilesLines
* texture image code updates (not finished)Brian Paul2001-04-243-195/+143
* compilation fixes - texturing isn't working at this timeBrian Paul2001-04-202-2/+7
* Fixed a texture conversion problem: sometimes need to produce an intermediateBrian Paul2001-04-201-1/+3
* include fxdrv.h before other headers (Ivan Kalvatchev)Brian Paul2001-04-031-1/+1
* fixed compilation problems related to ctx->_Enabled removalBrian Paul2001-03-301-4/+5
* Removed DD_Z_NEVER.Brian Paul2001-03-291-1/+1
* compilation updatesBrian Paul2001-03-282-3/+2
* - Restore texImage->IntFormat.Gareth Hughes2001-03-281-12/+12
* silence compiler warningsBrian Paul2001-03-272-3/+3
* added teximage rescaling code. untested at this pointBrian Paul2001-03-211-8/+100
* minor updates for 3.5Brian Paul2001-03-211-5/+1
* use new texture conversion code, still have to do image rescalingBrian Paul2001-03-211-71/+43
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-194-90/+83
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-1/+1
* used indent to clean-up the codeBrian Paul2001-03-0313-5466/+5758
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-035-14/+14
* 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
* Changed FetchTexel() function pointer arguments.Brian Paul2001-02-171-32/+23
* Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell2001-02-161-2/+1
* new texture image routines work nowBrian Paul2001-02-072-14/+22
* updated texture image handling - STILL UNTESTEDBrian Paul2001-02-063-320/+480
* Overhaul of texture image handling.Brian Paul2001-02-063-53/+43
* 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
* 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