summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/Makefile.win
Commit message (Collapse)AuthorAgeFilesLines
* Added arbprogram.c to Makefiles.Brian Paul2003-04-171-0/+1
| | | | | Added display list support for GL_NV_fragment_program. Assorted clean-ups.
* Basic infrastructure for GL_ARB_vertex_buffer_object.Brian Paul2003-03-291-0/+1
|
* histogram code move, remove s_histogram.[ch] from MakefilesBrian Paul2003-03-251-1/+0
|
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-1/+0
| | | | | 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-29/+31
| | | | | Re-org of some GL_NV_vertex_program code. Replace MAX_TEXTURE_UNITS with MAX_TEXTURE_COORD_UNITS and MAX_TEXTURE_IMAGE_UNITS.
* remove all.h, mem.h, mem.cBrian Paul2002-10-251-1/+0
|
* removed highpc.c and lowpc.cBrian Paul2002-10-151-2/+0
|
* new texture compression infrastructureBrian Paul2002-09-271-0/+1
|
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-131-1/+0
| | | | | | | | 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)
* Update filelist to reflect two removed source files.Karl Schultz2002-04-091-2/+0
|
* removed references to removed source filesBrian Paul2002-02-021-2/+0
|
* Correct typo (vpstate.c) so that makefile works.Karl Schultz2002-01-151-1/+1
|
* oops, missed vpstate.cBrian Paul2002-01-141-0/+1
|
* added vertex program sourcesBrian Paul2002-01-141-0/+3
|
* Fix comments.Karl Schultz2001-10-151-2/+3
|
* Need to define MESA_DEBUG in debug builds. Otherwise, NDEBUG getsKarl Schultz2001-10-041-0/+3
| | | | defined, which is bad for things like assert().
* Fix up Windows makefiles so that the debug build leaves debugger infoKarl Schultz2001-09-251-1/+1
| | | | | in the libraries. Make with NODEBUG=1 builds optimized without debug info (doc'ed in top level Makefile.win).
* Make osmesa a DLL instead of a static lib (Windows). This is moreKarl Schultz2001-09-211-0/+2
| | | | | consistent with the other modules and platforms. It also makes the API and linkage on Windows more consistent.
* clean up makefiles some more for WindowsKarl Schultz2001-09-181-3/+7
|
* remove carriage return charsKarl Schultz2001-09-181-198/+198
|
* Win32 updates (Karl Schultz)Brian Paul2001-09-141-172/+198
|
* removed ss_interp.cBrian Paul2001-08-131-1/+0
|
* Consolidated source files. Since the re-org a number of source filesBrian Paul2001-06-181-9/+0
| | | | only had one or two functions left in them.
* Initial new Win32 build support. More to come.Gareth Hughes2001-05-071-0/+182