summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/svga
AgeCommit message (Collapse)Author
2000-11-14more Driver.Color, Driver.Index updatesBrian Paul
2000-11-14Removed Driver.Color() and Driver.Index() functions.Brian Paul
Pass color or color index directly to WriteMono*() span functions. Updated current s/w drivers accordingly. Clean-up of X gc handling in XMesa driver.
2000-09-26First batch of OpenGL SI related changes:Brian Paul
Renamed struct gl_context to struct __GLcontextRec. Include glcore.h, setup GL imports/exports. Replaced gl_ prefix with _mesa_ prefix in context.[ch] functions. GLcontext's Visual field is no longer a pointer.
2000-06-14added dummy function to silence compiler warningBrian Paul
2000-03-31updates for separate R/G/B/A accum buffer sizesBrian Paul
2000-01-31include conf.htanner
2000-01-25updated RGB2BGR functionBrian Paul
2000-01-25updated for Mesa 3.3Brian Paul
2000-01-23added #ifdef SVGA, work-around asm code problemBrian Paul
2000-01-22updated SVGA sources from Mesa 3.2Brian Paul
1999-08-19Initial revisionjtg