summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/svga
Commit message (Collapse)AuthorAgeFilesLines
* Minor header file changes to silence warnings.Brian Paul2000-11-171-2/+5
| | | | | Added _mesa_enable_sw_extensions(), called by software-only drivers to enable all s/w-supported GL extensions.
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-2/+2
| | | | | | | | | | | | | | | math: Provides basic matrix and vector functionality that might be useful to multiple software t&l implementations, and is used by core mesa to manage the Model, Project, etc matrices. tnl: The real transform & lighting code from core mesa, including everything from glVertex3f through vertex buffer handling, transformation, clipping, lighting and handoff to a driver for rasterization. The interfaces of these can be further tightened up, but the basic splitting up of state and code move is done.
* more Driver.Color, Driver.Index updatesBrian Paul2000-11-141-4/+1
|
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-1411-102/+53
| | | | | | 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.
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-26/+26
| | | | | | | 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.
* added dummy function to silence compiler warningBrian Paul2000-06-145-5/+56
|
* updates for separate R/G/B/A accum buffer sizesBrian Paul2000-03-311-2/+2
|
* include conf.htanner2000-01-315-5/+25
|
* updated RGB2BGR functionBrian Paul2000-01-252-10/+8
|
* updated for Mesa 3.3Brian Paul2000-01-258-162/+295
|
* added #ifdef SVGA, work-around asm code problemBrian Paul2000-01-236-6/+40
|
* updated SVGA sources from Mesa 3.2Brian Paul2000-01-2212-334/+1468
|
* Initial revisionjtg1999-08-191-0/+540