Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-27 | updated other makefiles | Brian Paul | |
2003-04-17 | Added arbprogram.c to Makefiles. | Brian Paul | |
Added display list support for GL_NV_fragment_program. Assorted clean-ups. | |||
2003-03-29 | Basic infrastructure for GL_ARB_vertex_buffer_object. | Brian Paul | |
2003-03-25 | histogram code move, remove s_histogram.[ch] from Makefiles | Brian Paul | |
2003-03-01 | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | |
Moved type conversion and interpolation macros into macros.h Updated all the files that used to include mmath.h | |||
2003-01-14 | First batch of code for GL_NV_fragment_program. | Brian Paul | |
Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS. | |||
2002-10-25 | remove all.h, mem.h, mem.c | Brian Paul | |
2002-10-15 | removed highpc.c and lowpc.c | Brian Paul | |
2002-09-27 | new texture compression infrastructure | Brian Paul | |
2002-06-13 | New _mesa_debug() function to replace fprintf() calls. | Brian Paul | |
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-04-09 | Update filelist to reflect two removed source files. | Karl Schultz | |
2002-02-02 | removed references to removed source files | Brian Paul | |
2002-01-15 | Correct typo (vpstate.c) so that makefile works. | Karl Schultz | |
2002-01-14 | oops, missed vpstate.c | Brian Paul | |
2002-01-14 | added vertex program sources | Brian Paul | |
2001-10-15 | Fix comments. | Karl Schultz | |
2001-10-04 | Need to define MESA_DEBUG in debug builds. Otherwise, NDEBUG gets | Karl Schultz | |
defined, which is bad for things like assert(). | |||
2001-09-25 | Fix up Windows makefiles so that the debug build leaves debugger info | Karl Schultz | |
in the libraries. Make with NODEBUG=1 builds optimized without debug info (doc'ed in top level Makefile.win). | |||
2001-09-21 | Make osmesa a DLL instead of a static lib (Windows). This is more | Karl Schultz | |
consistent with the other modules and platforms. It also makes the API and linkage on Windows more consistent. | |||
2001-09-18 | clean up makefiles some more for Windows | Karl Schultz | |
2001-09-18 | remove carriage return chars | Karl Schultz | |
2001-09-14 | Win32 updates (Karl Schultz) | Brian Paul | |
2001-08-13 | removed ss_interp.c | Brian Paul | |
2001-06-18 | Consolidated source files. Since the re-org a number of source files | Brian Paul | |
only had one or two functions left in them. | |||
2001-05-07 | Initial new Win32 build support. More to come. | Gareth Hughes | |