Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new texture compression infrastructure | Brian Paul | 2002-09-27 | 1 | -1/+2 |
| | |||||
* | New _mesa_debug() function to replace fprintf() calls. | Brian Paul | 2002-06-13 | 1 | -2/+1 |
| | | | | | | | | Some source files updated to call _mesa_debug(), but not finished. Added __GLimports as a parameter to _mesa_create/init_context() and updated drivers accordingly. Fleshed-out more of the __GLimports and __GLexports functionality. Removed run-time config file support (config.c) | ||||
* | removed references to removed source files | Brian Paul | 2002-02-02 | 1 | -5/+3 |
| | |||||
* | more work on float colors (still not finished) | Brian Paul | 2001-07-14 | 1 | -2/+1 |
| | |||||
* | assorted changes for supporting GLfloat color channels (not done) | Brian Paul | 2001-07-13 | 1 | -2/+2 |
| | |||||
* | Consolidated source files. Since the re-org a number of source files | Brian Paul | 2001-06-18 | 1 | -35/+26 |
| | | | | only had one or two functions left in them. | ||||
* | added math/m_debug_clip.c | Brian Paul | 2001-05-29 | 1 | -1/+2 |
| | |||||
* | Added Makefile support for building libOSMesa16.so which is Mesa compiled | Brian Paul | 2001-04-26 | 1 | -0/+228 |
for 16-bit color channels, using the OSMesa driver. |