Fix a number of MINGW32 issues
[mesa.git] / src / mesa / drivers / windows / gdi / wmesa.c
2007-07-21 ZhangFix a number of MINGW32 issues
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-28 zhanga variety of fixes for MingW
2007-04-26 Brianenable 2.1 extensions
2007-04-24 Karl Schultzassorted fixes for Windows/VC8
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-20 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-02-17 Sean D'EpagnierMerge branch 'master' of git+ssh://geckosenator@git...
2007-02-17 Sean D'EpagnierCommiting a few minor fixes to glut fbdev (segfault...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Brian PaulRemove x/y/width/height parameters from Clear functions.
2006-10-21 Brian Pauldon't use params passed to Clear()
2006-08-30 Karl SchultzHandle API and dispatch table changes that removed...
2006-07-21 Brian Paulcheck for non-nill pwc in WMesaMakeCurrent(), bug 7585
2006-04-03 Karl SchultzFix problem reported by Bill Newman in read_rgba_pixels...
2006-03-30 Karl SchultzClean up data structures, finishing off some of the...
2006-03-30 Karl SchultzFix logic error in viewport function so that we still...
2006-03-30 Brian PaulWhen creating front/back renderbuffers, init the Red...
2006-03-30 Karl SchultzUse [][3] for write_rgb_span_16
2006-03-30 Karl SchultzFixes from Brian to help migrate to render buffer DD...
2005-12-16 Karl Schultzfix thinko in last revision.
2005-12-15 Karl SchultzWork In Progress. Move some of the frame buffer, rende...
2005-09-05 Karl SchultzAdd support for memory contexts (Thomas Kaltofen)....
2005-08-09 Brian Paulfree context structure (bug 1252316) and s/free/_mesa_free/
2005-05-24 Karl SchultzMajor code cleanup and begin using new render buffer...
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-11-08 Brian PaulRemove need for defining _MSC_VER when building Mesa...
2004-10-12 Daniel BorcaSWTC trick, enabled new extensions
2004-09-17 Karl Schultzrearrange a couple of lines of code to avoid compilatio...
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-07-01 Keith WhitwellRename the various function types in t_context.h to...
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2003-11-24 Keith WhitwellImport vtx-0-2-branch
2003-11-04 Brian Paulfix AccessViolation bug (#835861)
2003-07-24 Karl SchultzSource code for GDI driver.