summaryrefslogtreecommitdiff
path: root/src/mesa/main/Makefile.win
AgeCommit message (Expand)Author
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul
2002-10-25remove all.h, mem.h, mem.cBrian Paul
2002-10-15removed highpc.c and lowpc.cBrian Paul
2002-09-27new texture compression infrastructureBrian Paul
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul
2002-04-09Update filelist to reflect two removed source files.Karl Schultz
2002-02-02removed references to removed source filesBrian Paul
2002-01-15Correct typo (vpstate.c) so that makefile works.Karl Schultz
2002-01-14oops, missed vpstate.cBrian Paul
2002-01-14added vertex program sourcesBrian Paul
2001-10-15Fix comments.Karl Schultz
2001-10-04Need to define MESA_DEBUG in debug builds. Otherwise, NDEBUG getsKarl Schultz
2001-09-25Fix up Windows makefiles so that the debug build leaves debugger infoKarl Schultz
2001-09-21Make osmesa a DLL instead of a static lib (Windows). This is moreKarl Schultz
2001-09-18clean up makefiles some more for WindowsKarl Schultz
2001-09-18remove carriage return charsKarl Schultz
2001-09-14Win32 updates (Karl Schultz)Brian Paul
2001-08-13removed ss_interp.cBrian Paul
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul
2001-05-07Initial new Win32 build support. More to come.Gareth Hughes