summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/windows
AgeCommit message (Expand)Author
2007-04-26enable 2.1 extensionsBrian
2007-04-24assorted fixes for Windows/VC8Karl Schultz
2007-02-16Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul
2006-10-21don't use params passed to Clear()Brian Paul
2006-08-30Handle API and dispatch table changes that removed a bunch of extension entry...Karl Schultz
2006-08-04export new _mesa_* functionsKarl Schultz
2006-07-21check for non-nill pwc in WMesaMakeCurrent(), bug 7585Brian Paul
2006-06-16Thread safety for Win32. SourceForge bug #1507315.Brian Paul
2006-04-03Fix problem reported by Bill Newman in read_rgba_pixels for 16 and 32 bit (GD...Karl Schultz
2006-03-30Clean up data structures, finishing off some of the cleanup work suggested by...Karl Schultz
2006-03-30Fix logic error in viewport function so that we still resize the buffers if t...Karl Schultz
2006-03-30When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fieldsBrian Paul
2006-03-30Use [][3] for write_rgb_span_16Karl Schultz
2006-03-30Fixes from Brian to help migrate to render buffer DD interfaces. Also fix bu...Karl Schultz
2006-03-29Update for new Mesa entry points. I need to change the python script that ge...Karl Schultz
2006-01-25add wglGetExtensionsStringARBKarl Schultz
2005-12-16fix thinko in last revision.Karl Schultz
2005-12-15Work In Progress. Move some of the frame buffer, render buffer, etc init cod...Karl Schultz
2005-12-08update for symbol export changesKarl Schultz
2005-09-19additional wrapper updates, bug 4468Brian Paul
2005-09-05Add support for memory contexts (Thomas Kaltofen). Cleanup compilation warni...Karl Schultz
2005-09-05remove _swrast_DrawBufferKarl Schultz
2005-08-27Rearrange the code related to GL_ARB_occlusion_object to generalize queryBrian Paul
2005-08-09free context structure (bug 1252316) and s/free/_mesa_free/Brian Paul
2005-07-01Fix a prototypeKarl Schultz
2005-06-13mingw changes (Nolan Leake)Brian Paul
2005-05-24moved to windows build dirKarl Schultz
2005-05-24Major code cleanup and begin using new render buffer interface.Karl Schultz
2005-04-22Updates for pipeline_stage struct changes.Keith Whitwell
2005-04-15more gldirect compile fixes. Getting near the linking stage now. No build fil...Ben Crossman
2005-04-14Some initial compile fixes. Still some left and warnings that need fixing. No...Ben Crossman
2005-02-14killed a few warningsDaniel Borca
2005-02-05remove dependency on Shared->TexObjectListBrian Paul
2004-12-09simplistic ICD implementation for fx/MesaDaniel Borca
2004-12-07fixed an include pathDaniel Borca
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-11-15moved windoze specific code outside drivers/glide/Daniel Borca
2004-11-08Remove need for defining _MSC_VER when building Mesa for windows withBrian Paul
2004-10-12SWTC trick, enabled new extensionsDaniel Borca
2004-09-17rearrange a couple of lines of code to avoid compilation error in VC 6,Karl Schultz
2004-08-30remove CRDaniel Borca
2004-08-25ICD update from Gregor AnichBrian Paul
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul
2004-08-25Windows ICD driver code (patch 1014800)Brian Paul
2004-08-14Update Visual Studio Project file for src tree updates.Karl Schultz
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell
2004-05-10fixed bugs in fxddtex.cDaniel Borca
2004-04-20add SciTech's GLDirect driver for Windows.Alan Hourihane
2004-01-27Add new driverfuncs.Karl Schultz