summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/windows/gdi
AgeCommit message (Expand)AuthorFilesLines
2008-11-24windows: replace free() with _mesa_unreference_framebuffer()Brian Paul1-1/+1
2008-09-21Remove CVS keywords.Keith Whitwell1-1/+0
2008-09-11added 24bpp supportShane Blackett1-10/+217
2008-05-29Assorted Windows fixes (Karl Schultz)Brian Paul1-7/+7
2008-05-28updated function listBrian Paul1-27/+4
2008-01-02additional stub functionsBrian1-0/+4
2007-11-27use DEFAULT_SOFTWARE_DEPTH_BITSDelle1-9/+11
2007-10-15faster write_rgba_span_front()Andreas Micheler1-17/+78
2007-08-23For _mesa_share_state(), update the context's references to the new share gro...Brian2-2/+7
2007-07-21Fix a number of MINGW32 issuesZhang3-24/+44
2007-07-02add const to wglSetPixelFormat() to match .h declarationBrian1-1/+1
2007-06-28a variety of fixes for MingWzhang2-66/+72
2007-04-26enable 2.1 extensionsBrian1-0/+1
2007-04-24assorted fixes for Windows/VC8Karl Schultz2-3/+56
2007-02-16Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier2-7/+7
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul1-8/+5
2006-10-21don't use params passed to Clear()Brian Paul1-2/+6
2006-08-30Handle API and dispatch table changes that removed a bunch of extension entry...Karl Schultz2-114/+50
2006-08-04export new _mesa_* functionsKarl Schultz1-0/+5
2006-07-21check for non-nill pwc in WMesaMakeCurrent(), bug 7585Brian Paul1-1/+1
2006-06-16Thread safety for Win32. SourceForge bug #1507315.Brian Paul1-0/+32
2006-04-03Fix problem reported by Bill Newman in read_rgba_pixels for 16 and 32 bit (GD...Karl Schultz1-2/+2
2006-03-30Clean up data structures, finishing off some of the cleanup work suggested by...Karl Schultz2-133/+139
2006-03-30Fix logic error in viewport function so that we still resize the buffers if t...Karl Schultz1-8/+5
2006-03-30When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fieldsBrian Paul1-18/+38
2006-03-30Use [][3] for write_rgb_span_16Karl Schultz1-1/+1
2006-03-30Fixes from Brian to help migrate to render buffer DD interfaces. Also fix bu...Karl Schultz3-297/+419
2006-03-29Update for new Mesa entry points. I need to change the python script that ge...Karl Schultz1-3/+4
2006-01-25add wglGetExtensionsStringARBKarl Schultz2-1/+6
2005-12-16fix thinko in last revision.Karl Schultz1-1/+1
2005-12-15Work In Progress. Move some of the frame buffer, render buffer, etc init cod...Karl Schultz2-102/+164
2005-12-08update for symbol export changesKarl Schultz1-1/+2
2005-09-05Add support for memory contexts (Thomas Kaltofen). Cleanup compilation warni...Karl Schultz3-33/+34
2005-09-05remove _swrast_DrawBufferKarl Schultz1-1/+0
2005-08-09free context structure (bug 1252316) and s/free/_mesa_free/Brian Paul1-6/+7
2005-07-01Fix a prototypeKarl Schultz1-5/+5
2005-06-13mingw changes (Nolan Leake)Brian Paul1-2/+3
2005-05-24moved to windows build dirKarl Schultz1-137/+0
2005-05-24Major code cleanup and begin using new render buffer interface.Karl Schultz5-4284/+1500
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul1-8/+10
2004-11-08Remove need for defining _MSC_VER when building Mesa for windows withBrian Paul2-3/+5
2004-10-12SWTC trick, enabled new extensionsDaniel Borca1-2/+32
2004-09-17rearrange a couple of lines of code to avoid compilation error in VC 6,Karl Schultz1-1/+1
2004-08-30remove CRDaniel Borca1-21/+21
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul4-34/+106
2004-08-25Windows ICD driver code (patch 1014800)Brian Paul1-2/+2
2004-08-14Update Visual Studio Project file for src tree updates.Karl Schultz1-2/+2
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell1-3/+3
2004-05-10fixed bugs in fxddtex.cDaniel Borca1-1/+0
2004-01-27Add new driverfuncs.Karl Schultz2-0/+9