Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor header file changes to silence warnings. | Brian Paul | 2000-11-17 | 1 | -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 directories | Keith Whitwell | 2000-11-16 | 1 | -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 updates | Brian Paul | 2000-11-14 | 1 | -4/+1 |
| | |||||
* | Removed Driver.Color() and Driver.Index() functions. | Brian Paul | 2000-11-14 | 11 | -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 Paul | 2000-09-26 | 1 | -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 warning | Brian Paul | 2000-06-14 | 5 | -5/+56 |
| | |||||
* | updates for separate R/G/B/A accum buffer sizes | Brian Paul | 2000-03-31 | 1 | -2/+2 |
| | |||||
* | include conf.h | tanner | 2000-01-31 | 5 | -5/+25 |
| | |||||
* | updated RGB2BGR function | Brian Paul | 2000-01-25 | 2 | -10/+8 |
| | |||||
* | updated for Mesa 3.3 | Brian Paul | 2000-01-25 | 8 | -162/+295 |
| | |||||
* | added #ifdef SVGA, work-around asm code problem | Brian Paul | 2000-01-23 | 6 | -6/+40 |
| | |||||
* | updated SVGA sources from Mesa 3.2 | Brian Paul | 2000-01-22 | 12 | -334/+1468 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+540 |