Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vertex program check-in | Brian Paul | 2001-12-14 | 2 | -15/+15 |
| | |||||
* | Added Win32 memory debugging and fixed a few memory leaks (Gerk Huisma) | Brian Paul | 2001-07-19 | 1 | -1/+5 |
| | |||||
* | Support for floating point color representation in tnl module. | Keith Whitwell | 2001-04-28 | 2 | -40/+90 |
| | |||||
* | another fix in import_texcoord() | Brian Paul | 2001-04-17 | 1 | -2/+2 |
| | |||||
* | replaced ac->count with ac->count - ac->start in import_texcoord(), as in ↵ | Brian Paul | 2001-04-17 | 1 | -2/+2 |
| | | | | the other import functions | ||||
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 1 | -14/+7 |
| | |||||
* | Fix cut&paste bug exposed by clipbug.c demo. | Keith Whitwell | 2001-03-17 | 1 | -11/+11 |
| | |||||
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 4 | -85/+85 |
| | |||||
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ↵ | Brian Paul | 2001-03-07 | 1 | -23/+23 |
| | | | | of potential problems | ||||
* | Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs. | Keith Whitwell | 2001-02-20 | 1 | -51/+15 |
| | |||||
* | Correctly calculate size for disabled texcoord arrays. | Keith Whitwell | 2001-02-07 | 1 | -3/+3 |
| | |||||
* | rework to correctly respect _ac_import_range() | Keith Whitwell | 2001-02-04 | 3 | -195/+227 |
| | |||||
* | Lots of GLchan datatype changes. | Brian Paul | 2001-01-24 | 1 | -22/+60 |
| | | | | | | | | | Added GLvector4us datatype in math/m_vector.[ch] Added _math_trans_4us() in math/m_translate.[ch] Choose GLvector4ub, GLvector4us, GLvector4f at compile time based on CHAN_BITS. Made Driver.ClearColor() and Driver.ClearIndex() optional driver functions. Changed args to Driver.ClearColor(), updated drivers. Reordered files in Makefile.X11 | ||||
* | fixed a small error in import_color(), include m_translate.h | Brian Paul | 2001-01-16 | 1 | -3/+4 |
| | |||||
* | Add render stage for unclipped vb's to fx driver. | Keith Whitwell | 2000-12-28 | 1 | -1/+11 |
| | | | | | | Bump MAX_TEXTURE_UNITS to 8 Fix mem. leak in destroy_lists Fix crash in q3 (cva generally) | ||||
* | The array cache. | Keith Whitwell | 2000-12-26 | 4 | -0/+1189 |