summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/windows/gdi
AgeCommit message (Expand)Author
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-05Add support for memory contexts (Thomas Kaltofen). Cleanup compilation warni...Karl Schultz
2005-09-05remove _swrast_DrawBufferKarl Schultz
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
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
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-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-01-27Add new driverfuncs.Karl Schultz
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2004-01-14Replace with version generated from new python script.Karl Schultz
2004-01-13add new entrypointsKarl Schultz
2004-01-07Mingw3 prototypesDaniel Borca
2003-11-24Import vtx-0-2-branchKeith Whitwell
2003-11-04fix AccessViolation bug (#835861)Brian Paul
2003-09-19Make binary - even though this is a text file, common practice is to store MS...Karl Schultz
2003-09-18Update with current set of gl* entry points.Karl Schultz
2003-09-18Copy the DLL files to the lib directory instead of libexec.Karl Schultz
2003-09-18Add symbols to export private entry points to osmesa.Karl Schultz
2003-08-30Generate browse info for Debug version.Karl Schultz
2003-08-05Updates from Daniel Borca.Brian Paul
2003-07-25cleanup - add comments and sort names.Karl Schultz
2003-07-24add symbols needed by osmesa.Karl Schultz
2003-07-24fix location of mesa.defKarl Schultz
2003-07-24linker exports defsKarl Schultz
2003-07-24Source code for GDI driver.Karl Schultz
2003-07-24Project file to build gdi driver and OPENGL32.DLL.Karl Schultz