summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/windows
AgeCommit message (Expand)AuthorFilesLines
2009-11-04Merge branch 'mesa_7_6_branch'Brian Paul1-11/+0
2009-11-03windows: remove old entrypoints from mesa.def fileKarl Schultz1-12/+0
2009-09-20windows: call _mesa_meta_init/free()Brian Paul1-0/+5
2009-09-19windows: replace old ColorTable, Convolution functions with newBrian Paul2-8/+8
2009-09-19windows: replace old TexCopy functions w/ newBrian Paul2-10/+10
2009-09-19gldirect: remove refs to soon-to-be-obsolete functionsBrian Paul1-24/+2
2009-07-27windows: updated VC8 project filesKarl Schultz1-1/+0
2009-04-20gdi: Don't implement broken gl_dispatch_stub_xxx.José Fonseca1-77/+0
2009-03-07mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul2-2/+2
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick5-0/+6
2009-01-15windows: updated mesa.def fileKarl Schultz1-0/+5
2009-01-13windows: try to create a context in wglCreateLayerContext()Karl Schultz1-1/+2
2008-11-26windows: fix visual object memleakThomas Henn1-0/+3
2008-11-26windows: fix _mesa_unreference_framebuffer() to pass ** type.Thomas Henn1-1/+3
2008-11-24windows: replace free() with _mesa_unreference_framebuffer()Brian Paul1-1/+1
2008-09-21Remove CVS keywords.Keith Whitwell8-12/+2
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'Epagnier14-26/+26
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-19additional wrapper updates, bug 4468Brian Paul1-0/+25
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-27Rearrange the code related to GL_ARB_occlusion_object to generalize queryBrian Paul3-9/+3