Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compilation fixes | Brian Paul | 2002-11-11 | 1 | -4/+4 |
| | |||||
* | Changed a number of context fields from GLchan to GLfloat (such as ClearColor). | Brian Paul | 2002-10-04 | 1 | -4/+8 |
| | | | | | | Also changed parameter types for some driver functions (like ctx->Driver.Clear- Color). Updated all the device drivers. Someday, we want to support 8, 16 and 32-bit channels dynamically at runtime. | ||||
* | misc updates to match latest device driver changes | Brian Paul | 2001-02-06 | 1 | -4/+9 |
| | |||||
* | Lots of GLchan datatype changes. | Brian Paul | 2001-01-24 | 1 | -7/+5 |
| | | | | | | | | | 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 | ||||
* | Removed Driver.Color() and Driver.Index() functions. | Brian Paul | 2000-11-14 | 1 | -20/+6 |
| | | | | | | 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. | ||||
* | added dummy function to silence compiler warning | Brian Paul | 2000-06-14 | 1 | -1/+11 |
| | |||||
* | include conf.h | tanner | 2000-01-31 | 1 | -1/+5 |
| | |||||
* | updated RGB2BGR function | Brian Paul | 2000-01-25 | 1 | -6/+4 |
| | |||||
* | updated for Mesa 3.3 | Brian Paul | 2000-01-25 | 1 | -28/+49 |
| | |||||
* | added #ifdef SVGA, work-around asm code problem | Brian Paul | 2000-01-23 | 1 | -1/+13 |
| | |||||
* | updated SVGA sources from Mesa 3.2 | Brian Paul | 2000-01-22 | 1 | -0/+201 |