summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/windows
Commit message (Expand)AuthorAgeFilesLines
* remove dependency on Shared->TexObjectListBrian Paul2005-02-051-21/+27
* simplistic ICD implementation for fx/MesaDaniel Borca2004-12-092-0/+164
* fixed an include pathDaniel Borca2004-12-071-1/+1
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-8/+10
* moved windoze specific code outside drivers/glide/Daniel Borca2004-11-153-0/+2143
* Remove need for defining _MSC_VER when building Mesa for windows withBrian Paul2004-11-082-3/+5
* SWTC trick, enabled new extensionsDaniel Borca2004-10-121-2/+32
* rearrange a couple of lines of code to avoid compilation error in VC 6,Karl Schultz2004-09-171-1/+1
* remove CRDaniel Borca2004-08-301-21/+21
* ICD update from Gregor AnichBrian Paul2004-08-252-441/+457
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-254-34/+106
* Windows ICD driver code (patch 1014800)Brian Paul2004-08-254-2/+779
* Update Visual Studio Project file for src tree updates.Karl Schultz2004-08-141-2/+2
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-018-47/+47
* fixed bugs in fxddtex.cDaniel Borca2004-05-101-1/+0
* add SciTech's GLDirect driver for Windows.Alan Hourihane2004-04-2056-0/+34924
* Add new driverfuncs.Karl Schultz2004-01-272-0/+9
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-47/+26
* Replace with version generated from new python script.Karl Schultz2004-01-141-717/+719
* add new entrypointsKarl Schultz2004-01-131-696/+715
* Mingw3 prototypesDaniel Borca2004-01-071-4/+1
* Import vtx-0-2-branchKeith Whitwell2003-11-241-1/+0
* fix AccessViolation bug (#835861)Brian Paul2003-11-041-2/+9
* Make binary - even though this is a text file, common practice is to store MS...Karl Schultz2003-09-191-129/+129
* Update with current set of gl* entry points.Karl Schultz2003-09-181-221/+726
* Copy the DLL files to the lib directory instead of libexec.Karl Schultz2003-09-181-2/+2
* Add symbols to export private entry points to osmesa.Karl Schultz2003-09-181-0/+6
* Generate browse info for Debug version.Karl Schultz2003-08-301-1/+1
* Updates from Daniel Borca.Brian Paul2003-08-051-1/+4
* Moved.Karl Schultz2003-07-264-1449/+0
* cleanup - add comments and sort names.Karl Schultz2003-07-251-88/+118
* add symbols needed by osmesa.Karl Schultz2003-07-241-0/+3
* Project file for osmesaKarl Schultz2003-07-241-0/+121
* moved to top of tree.Karl Schultz2003-07-241-104/+0
* fix location of mesa.defKarl Schultz2003-07-241-1/+1
* linker exports defsKarl Schultz2003-07-241-0/+492
* Source code for GDI driver.Karl Schultz2003-07-244-0/+4649
* Project file to build gdi driver and OPENGL32.DLL.Karl Schultz2003-07-241-0/+129
* Project file to build tnl - creates static LIB that is later linked to make a...Karl Schultz2003-07-241-0/+252
* Project file to build swrast - creates static LIB that is later linked to mak...Karl Schultz2003-07-241-0/+360
* Project file to build core mesa - creates static LIB that is later linked to ...Karl Schultz2003-07-241-0/+716
* Visual Studio Workspace file for building Mesa. This workspace contains proj...Karl Schultz2003-07-241-0/+104
* Removing from this directory. Will be added to new gdi driver directory.Karl Schultz2003-07-244-4630/+0
* Remove obsolete file.Karl Schultz2003-07-247-7788/+0
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-2/+1
* Check only LEFT bits for clearing alpha buffer. (Evgeny Kotsuba)Karl Schultz2003-01-301-2/+2
* Fix SourceForge bug 664908. wglDescribePixelFormat should return theKarl Schultz2003-01-151-1/+3
* update versioning/extensions for OpenGL 1.4 / Mesa 5.0Brian Paul2002-10-291-1/+2
* Header file clean-up:Brian Paul2002-10-242-9/+3
* context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul2002-10-141-2/+2