Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-16 | strip out vestigial #ifdef HAVE_CONFIG_H stanzas, they're confusing the | Adam Jackson | |
modular X build | |||
2004-04-26 | bring over build fixes from stable branch | Alan Hourihane | |
2002-10-29 | updated email addresses | Brian Paul | |
2002-04-09 | remove dead vertex assembly | Keith Whitwell | |
2001-03-29 | Consolidation of asm code in 3.5 | Gareth Hughes | |
2001-03-28 | New type system for assembly code. Asm files should now include | Gareth Hughes | |
matypes.h, which includes assyntax.h and is generated from the core Mesa header files. | |||
2001-03-03 | more clean-ups | Brian Paul | |
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | |
2000-11-24 | Support for swappable t&l modules, including an example one in the FX | Keith Whitwell | |
driver (enable with FX_ALLOW_VTXFMT=t). | |||
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-10-23 | Major audit of all Mesa's x86 assembly code. This round is basically | Gareth Hughes | |
general cleanups - more to come. Added P6 architecture timing to debug_xform routines. Still need to add test_all_vertex_functions test for the v16 asm. Dynamic reconfiguration of counter overhead for more accurate benchmarking. |