summaryrefslogtreecommitdiff
path: root/src/mesa/main/Makefile.OSMesa16
AgeCommit message (Collapse)AuthorFilesLines
2002-10-25remove all.h, mem.h, mem.cBrian Paul1-2/+1
2002-09-27new texture compression infrastructureBrian Paul1-1/+2
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul1-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)
2002-02-02removed references to removed source filesBrian Paul1-5/+3
2001-07-14more work on float colors (still not finished)Brian Paul1-2/+1
2001-07-13assorted changes for supporting GLfloat color channels (not done)Brian Paul1-2/+2
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul1-35/+26
only had one or two functions left in them.
2001-05-29added math/m_debug_clip.cBrian Paul1-1/+2
2001-04-26Added Makefile support for building libOSMesa16.so which is Mesa compiledBrian Paul1-0/+228
for 16-bit color channels, using the OSMesa driver.