summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/ggi/default/stubs.c
AgeCommit message (Collapse)Author
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell
- Remove support for choosing software fallbacks from core code - Remove partial fallback code from vbrender.c -- drivers are now expected to be able to find a triangle/quad function for every state, even if they have to use _swsetup_Triangle or _swsetup_Quad. - Marked derived variables in the GLcontext struct with a leading underscore '_'.
2000-10-28Lots of misc. bugfixes to bring GGIMesa in sync with the latest Mesa sources.Jon Taylor
2000-06-11Lots of small updates to GGIMesa, tracking LibGGI internals changesJon Taylor
2000-03-27Minor fixupsJon Taylor
2000-01-07* Fixups to the GGIMesa code to reflect the recent DD API changesJon Taylor
* Added a new GGIMesa debugging-print subsystem
1999-08-24*** empty log message ***Jon Taylor
1999-08-21*** empty log message ***Jon Taylor