Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-03 | used indent to clean-up the code | Brian Paul | |
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | |
2001-01-23 | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul | |
Replace "RGBAMode" with "rgbMode", etc. Other minor clean-ups. | |||
2000-12-26 | Major rework of tnl module | Keith Whitwell | |
New array_cache module Support 8 texture units in core mesa (now support 8 everywhere) Rework core mesa statechange operations to avoid flushing on many noop statechanges. | |||
2000-11-16 | Move the transform and lighting code to two new directories | Keith Whitwell | |
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. | |||
2000-11-05 | Lots of changes: | Keith Whitwell | |
- use the new interface to the software rasterizer. - manage all fallbacks internally, hooking in swrast or swrast_setup if necessary. - removed lots of marginal code no longer appropriate in a maturing driver. - reworked the vertex-setup and triangle routines, including drawing unfilled triangles from within the driver. | |||
2000-09-26 | First 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-08-31 | added more resolutions (Andy Sloane) | Brian Paul | |
2000-05-05 | added check for tmuRam==4 for Voodoo2 (Bernd) | Brian Paul | |
2000-05-04 | made fxMesaCurrentCtx static | Brian Paul | |
2000-04-14 | applied Bernd's changes to useBGR code | Brian Paul | |
2000-03-31 | misc clean-up | Brian Paul | |
2000-03-31 | added more debugging code | Brian Paul | |
2000-03-31 | updates for separate R/G/B/A accum buffer sizes | Brian Paul | |
2000-03-19 | removed GL_FXMESA_global_texture_lod_bias extension | Brian Paul | |
2000-03-03 | depth buffer change, BGR/RGB setup change | Brian Paul | |
2000-02-12 | added MESA_FX_NO_SIGNALS env var (Michael Vance) | Brian Paul | |
2000-02-09 | udpated version/copyright info | Brian Paul | |
2000-01-13 | added fxMesaContext arg to fxInitPixelTables() | Brian Paul | |
1999-12-10 | pass new args to gl_create_framebuffer | Brian Paul | |
1999-12-01 | fxInitPixelTables() change for Voodoo 1/2 vs 3 | Brian Paul | |
1999-11-15 | update/merge with Daryll's X server changes | Brian Paul | |
1999-10-08 | fixed voodoo initialization | Keith Whitwell | |
1999-10-08 | Fixed includes & added a few hooks for the DRI. | Keith Whitwell | |
1999-10-05 | Minor cleanup. | Miklos Fazekas | |
1999-08-29 | removed bogus call | Keith Whitwell | |
1999-08-26 | various pipeline bugs | Keith Whitwell | |
1999-08-19 | Initial revision | jtg | |