summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile.mgw
AgeCommit message (Collapse)Author
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-02-25glapi: Move src/mesa/main/dispatch.c to glapi and rename.Chia-I Wu
main/dispatch.c is a glapi source file. It is part of GLAPI_SOURCES in sources.mak and part of glapi_sources in SConscript. This commit moves it to glapi/ and renames it to glapi_dispatch.c.
2009-12-12Remove grammar module -- no dependencies left.Michal Krol
2008-09-11mesa: use sources.mak -- need to figure out how to support non-gallium ↵Keith Whitwell
builds also
2008-09-11Fixes for MingwShane Blackett
2007-07-27more Mingw32 fixesZhang
2007-07-21Fix a number of MINGW32 issuesZhang
2005-11-04fix MinGW problems (bug 4956)Brian Paul
2004-12-15updated makefiles for gcc 3.4.3 and bnu 2.15Daniel Borca
2004-12-09make sure we're cleaning up everythingDaniel Borca
2004-11-15the win32 interface will be moving under windows/Daniel Borca
2004-11-08Remove need for defining _MSC_VER when building Mesa for windows withBrian Paul
a non MS C compiler (MinGW). (Gregor Anich)
2004-11-01updated "clean" target in makefilesDaniel Borca
2004-10-12support for external librariesDaniel Borca
2004-08-30cleanupDaniel Borca
2004-08-25Windows ICD driver code (patch 1014800)Brian Paul
2004-06-24added back x86 entrypointsDaniel Borca
2004-04-28updated makefilesDaniel Borca
2004-04-13updated Glide driver documentationDaniel Borca
fixed SAL/SAR in assyntax.h (NASM) fixed a bug wrt NULL pointer assignment in t_vtx_api.c cosmetics to t_vtx_x86.c & t_vtx_x86_gcc.S enabled STDCALL with codegen (MinGW)
2004-04-07revived linux-glide build processDaniel Borca
some small Makefile changes for MinGW & DJGPP
2004-03-02workaround for crash-upon-exit in verbose modeDaniel Borca
fxMesa now uses grQueryResolution minor fixes to X11 and DOS drivers
2004-01-29GL_TEXTURE_1D and other stories...Daniel Borca
2004-01-23accomodated new driver_func initializationDaniel Borca
added DMesaGetProcAddress some other minor fixes updated documentation
2004-01-08updated makefilesDaniel Borca
2003-11-26accomodate vtx-0-2-branchDaniel Borca
2003-11-22updated core makefiles to include arbparseDaniel Borca
2003-10-23more MinGW fixesDaniel Borca
2003-10-02updates from Daniel BorcaBrian Paul
2003-08-22updates from Daniel BorcaBrian Paul
2003-08-05Updates from Daniel Borca.Brian Paul