Remove x/y/width/height parameters from Clear functions.
[mesa.git] / src / mesa / drivers / windows / gdi / wmesa.c
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.