Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the transform and lighting code to two new directories | Keith Whitwell | 2000-11-16 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | 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. | ||||
* | Major audit of all Mesa's x86 assembly code. This round is basically | Gareth Hughes | 2000-10-23 | 1 | -70/+84 |
| | | | | | | | | 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. | ||||
* | added aligned memory allocations (Gareth Hughes) | Brian Paul | 2000-06-27 | 1 | -6/+5 |
| | |||||
* | include glheader.h instead of system headers | Brian Paul | 2000-05-26 | 1 | -6/+2 |
| | |||||
* | fixed the nested extern warning | Brian Paul | 2000-05-05 | 1 | -4/+7 |
| | |||||
* | added a comment about FP overflows | Brian Paul | 2000-04-15 | 1 | -1/+2 |
| | |||||
* | Updated to compile under Irix 6.5 | Randy Frank | 2000-03-27 | 1 | -2/+3 |
| | |||||
* | . Updates to get X86, MXX and 3DNow assembler code working with Watcom | Kendall Bennett | 1999-11-12 | 1 | -11/+11 |
| | | | | | | | C++ and NASM. This includes lots of _ASMAPI macros to ensure that assembler functions are prototyped as __cdecl, as Watcom C++ uses register calling conventions by default. . Misc fixes to files to remove warnings generated by Watcom C++. | ||||
* | Changes to reduce the memory footprint of display lists | Keith Whitwell | 1999-10-19 | 1 | -1/+18 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+107 |