aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* More color macro clean-ups.Brian Paul2001-01-031-2/+0
* Added missing #include "mmath.h"Jon Taylor2001-01-031-1/+2
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-025-3/+24
* Add render stage for unclipped vb's to fx driver.Keith Whitwell2000-12-283-14/+62
* Fixed GGIMesa build problems.Jon Taylor2000-12-282-47/+28
* Major rework of tnl moduleKeith Whitwell2000-12-2614-176/+1329
* added more GLX extension function stubsBrian Paul2000-12-153-94/+702
* added some more GLX extension entrypoints (fix GLUT link problems when using ...Brian Paul2000-12-143-11/+147
* use inverted Y coordinate for choosing dither value (conformance fixes)Brian Paul2000-12-132-23/+31
* tweaked truecolor dither kernel setup codeBrian Paul2000-12-131-6/+6
* fixed bug 123918: glXCopySubBuffer() y position off by oneBrian Paul2000-12-081-3/+3
* 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-248-173/+216
* More auto* build system updatesJon Taylor2000-11-231-1/+3
* Modified Files:Jouk Jansen2000-11-223-375/+295
* Modified Files:Jouk Jansen2000-11-229-117/+137
* Committing in .Jouk Jansen2000-11-226-99/+99
* More auto* build system fixesJon Taylor2000-11-221-0/+3
* swrast setup fixesJon Taylor2000-11-221-4/+48
* More auto* build fixesJon Taylor2000-11-211-1/+1
* * More work on the auto* build systemJon Taylor2000-11-195-72/+95
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-195-165/+169
* * Auto* build fixesJon Taylor2000-11-182-10/+9
* Minor header file changes to silence warnings.Brian Paul2000-11-177-33/+26
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-1612-637/+43
* Small compile fixJon Taylor2000-11-161-2/+0
* more Driver.Color, Driver.Index updatesBrian Paul2000-11-142-58/+54
* removed unused set_color() and set_index() functionsBrian Paul2000-11-141-28/+6
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-1421-548/+405
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-132-3/+7
* removed unused varBrian Paul2000-11-131-1/+0
* * Updated the autoconf/automake/libtool build systemJon Taylor2000-11-131-2/+8
* minor changes to silence compiler warningsBrian Paul2000-11-101-0/+1
* patched to silence compiler warnings (Martin Lindhe)Brian Paul2000-11-102-4/+4
* test ctx->RenderMode in chooser functionsBrian Paul2000-11-061-9/+20
* test ctx->RenderMode in chooser functions, removed dead codeBrian Paul2000-11-062-205/+36
* added buffer test to xmesa_choose_point(), fixes X protocol errorBrian Paul2000-11-061-4/+6
* removed obsolete VB varsBrian Paul2000-11-051-5/+1
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-056-43/+61
* Reworked to use the new software rasterizer. Optimized line/tri functionsKeith Whitwell2000-11-051-46/+116
* Use the new software rasterizer. Reworked optimized line,tri,pointKeith Whitwell2000-11-055-417/+489
* Lots of changes:Keith Whitwell2000-11-0510-540/+155
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-315-82/+95
* Remove dead code in FX driver.Keith Whitwell2000-10-312-7/+0
* Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul2000-10-301-16/+16
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-305-13/+91
* Committing in .Jouk Jansen2000-10-301-2/+2
* more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)Brian Paul2000-10-291-1/+2
* Basic work to support deep color channels:Brian Paul2000-10-281-1/+1
* Lots of misc. bugfixes to bring GGIMesa in sync with the latest Mesa sources.Jon Taylor2000-10-284-7/+7