summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/windows
AgeCommit message (Expand)Author
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-26Moved.Karl Schultz
2003-07-25cleanup - add comments and sort names.Karl Schultz
2003-07-24add symbols needed by osmesa.Karl Schultz
2003-07-24Project file for osmesaKarl Schultz
2003-07-24moved to top of tree.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
2003-07-24Project file to build tnl - creates static LIB that is later linked to make a...Karl Schultz
2003-07-24Project file to build swrast - creates static LIB that is later linked to mak...Karl Schultz
2003-07-24Project file to build core mesa - creates static LIB that is later linked to ...Karl Schultz
2003-07-24Visual Studio Workspace file for building Mesa. This workspace contains proj...Karl Schultz
2003-07-24Removing from this directory. Will be added to new gdi driver directory.Karl Schultz
2003-07-24Remove obsolete file.Karl Schultz
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-01-30Check only LEFT bits for clearing alpha buffer. (Evgeny Kotsuba)Karl Schultz
2003-01-15Fix SourceForge bug 664908. wglDescribePixelFormat should return theKarl Schultz
2002-10-29update versioning/extensions for OpenGL 1.4 / Mesa 5.0Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-10-14context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul
2002-10-11Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul
2002-10-04Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul
2002-10-04Fix for bug 618459. Mods to allow compilation on VC++ 5.0 (Michael Krause)Karl Schultz
2002-09-27new texture compression infrastructureBrian Paul
2002-09-12Mark destroyed context as not current. (Frank Warmerdam)Karl Schultz
2002-09-04updated wglGetProcAddressBrian Paul
2002-08-28Don't call _mesa_initialize_context because we are usingKarl Schultz
2002-07-29Catch up windows driver with recent context modsKarl Schultz
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul
2002-04-23Apply alpha buffer control fix to accum buffer too.Karl Schultz
2002-04-23Fix up alpha buffer handling for Windows.Karl Schultz
2002-03-16Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul
2002-01-16Fixes for 24-bit Windows devices. The old code was trying to do 3-byteKarl Schultz
2002-01-15Fixed pixel color component problem and clear code for 24-bit WindowsKarl Schultz