summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/windows
AgeCommit message (Expand)AuthorFilesLines
2004-12-09simplistic ICD implementation for fx/MesaDaniel Borca2-0/+164
2004-12-07fixed an include pathDaniel Borca1-1/+1
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul1-8/+10
2004-11-15moved windoze specific code outside drivers/glide/Daniel Borca3-0/+2143
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-25ICD update from Gregor AnichBrian Paul2-441/+457
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 Paul4-2/+779
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 Whitwell8-47/+47
2004-05-10fixed bugs in fxddtex.cDaniel Borca1-1/+0
2004-04-20add SciTech's GLDirect driver for Windows.Alan Hourihane56-0/+34924
2004-01-27Add new driverfuncs.Karl Schultz2-0/+9
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul1-47/+26
2004-01-14Replace with version generated from new python script.Karl Schultz1-717/+719
2004-01-13add new entrypointsKarl Schultz1-696/+715
2004-01-07Mingw3 prototypesDaniel Borca1-4/+1
2003-11-24Import vtx-0-2-branchKeith Whitwell1-1/+0
2003-11-04fix AccessViolation bug (#835861)Brian Paul1-2/+9
2003-09-19Make binary - even though this is a text file, common practice is to store MS...Karl Schultz1-129/+129
2003-09-18Update with current set of gl* entry points.Karl Schultz1-221/+726
2003-09-18Copy the DLL files to the lib directory instead of libexec.Karl Schultz1-2/+2
2003-09-18Add symbols to export private entry points to osmesa.Karl Schultz1-0/+6
2003-08-30Generate browse info for Debug version.Karl Schultz1-1/+1
2003-08-05Updates from Daniel Borca.Brian Paul1-1/+4
2003-07-26Moved.Karl Schultz4-1449/+0
2003-07-25cleanup - add comments and sort names.Karl Schultz1-88/+118
2003-07-24add symbols needed by osmesa.Karl Schultz1-0/+3
2003-07-24Project file for osmesaKarl Schultz1-0/+121
2003-07-24moved to top of tree.Karl Schultz1-104/+0
2003-07-24fix location of mesa.defKarl Schultz1-1/+1
2003-07-24linker exports defsKarl Schultz1-0/+492
2003-07-24Source code for GDI driver.Karl Schultz4-0/+4649
2003-07-24Project file to build gdi driver and OPENGL32.DLL.Karl Schultz1-0/+129
2003-07-24Project file to build tnl - creates static LIB that is later linked to make a...Karl Schultz1-0/+252
2003-07-24Project file to build swrast - creates static LIB that is later linked to mak...Karl Schultz1-0/+360
2003-07-24Project file to build core mesa - creates static LIB that is later linked to ...Karl Schultz1-0/+716
2003-07-24Visual Studio Workspace file for building Mesa. This workspace contains proj...Karl Schultz1-0/+104
2003-07-24Removing from this directory. Will be added to new gdi driver directory.Karl Schultz4-4630/+0
2003-07-24Remove obsolete file.Karl Schultz7-7788/+0
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-2/+1
2003-01-30Check only LEFT bits for clearing alpha buffer. (Evgeny Kotsuba)Karl Schultz1-2/+2
2003-01-15Fix SourceForge bug 664908. wglDescribePixelFormat should return theKarl Schultz1-1/+3
2002-10-29update versioning/extensions for OpenGL 1.4 / Mesa 5.0Brian Paul1-1/+2
2002-10-24Header file clean-up:Brian Paul2-9/+3
2002-10-14context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul1-2/+2
2002-10-11Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul1-3/+3