summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/Makefile.OSMesa16
Commit message (Collapse)AuthorAgeFilesLines
* old/unusedBrian Paul2003-10-101-221/+0
|
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* Added arbprogram.c to Makefiles.Brian Paul2003-04-171-1/+2
| | | | | Added display list support for GL_NV_fragment_program. Assorted clean-ups.
* Basic infrastructure for GL_ARB_vertex_buffer_object.Brian Paul2003-03-291-3/+4
|
* histogram code move, remove s_histogram.[ch] from MakefilesBrian Paul2003-03-251-2/+1
|
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-2/+1
| | | | | Moved type conversion and interpolation macros into macros.h Updated all the files that used to include mmath.h
* First batch of code for GL_NV_fragment_program.Brian Paul2003-01-141-4/+6
| | | | | Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS.
* OSMesa16 updates (Eric Plante), added _mesa_strtof()Brian Paul2003-01-141-8/+12
|
* remove all.h, mem.h, mem.cBrian Paul2002-10-251-2/+1
|
* new texture compression infrastructureBrian Paul2002-09-271-1/+2
|
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-131-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 filesBrian Paul2002-02-021-5/+3
|
* more work on float colors (still not finished)Brian Paul2001-07-141-2/+1
|
* assorted changes for supporting GLfloat color channels (not done)Brian Paul2001-07-131-2/+2
|
* Consolidated source files. Since the re-org a number of source filesBrian Paul2001-06-181-35/+26
| | | | only had one or two functions left in them.
* added math/m_debug_clip.cBrian Paul2001-05-291-1/+2
|
* Added Makefile support for building libOSMesa16.so which is Mesa compiledBrian Paul2001-04-261-0/+228
for 16-bit color channels, using the OSMesa driver.