summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/svga/svgamesa15.c
AgeCommit message (Collapse)Author
2001-02-06misc updates to match latest device driver changesBrian Paul
2001-01-24Lots of GLchan datatype changes.Brian Paul
Added GLvector4us datatype in math/m_vector.[ch] Added _math_trans_4us() in math/m_translate.[ch] Choose GLvector4ub, GLvector4us, GLvector4f at compile time based on CHAN_BITS. Made Driver.ClearColor() and Driver.ClearIndex() optional driver functions. Changed args to Driver.ClearColor(), updated drivers. Reordered files in Makefile.X11
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-06-14added dummy function to silence compiler warningBrian Paul
2000-01-31include conf.htanner
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