summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/windows/wmesa.c
AgeCommit message (Expand)Author
2003-07-24Removing from this directory. Will be added to new gdi driver directory.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
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-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
2001-11-01Updates for improved DirectDraw support (Daniel Slater)Karl Schultz
2001-10-05Fix the clear() functionKarl Schultz
2001-10-04Updated Windows driver for Mesa 4.0.Karl Schultz
2001-09-25disable some more code so that it compiles quietly on Windows.Karl Schultz
2001-09-18remove carriage return charsKarl Schultz
2001-09-14Win32 updates (Karl Schultz)Brian Paul
2001-05-21s/Height/height/ (Jeff Potter)Brian Paul
2001-05-09fixed Y flip problem in read_rgba_pixels() (Frank Warmerdam)Brian Paul
2001-04-26flush pipeline in WMesaSwapBuffers (Frank Warmerdam)Brian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-01-24Lots of GLchan datatype changes.Brian Paul
2000-11-17Minor header file changes to silence warnings.Brian Paul
2000-11-14Removed Driver.Color() and Driver.Index() functions.Brian Paul
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell
2000-09-28removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled insteadBrian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-09-12Win32 updates (Chris Morley)Brian Paul
2000-09-08removed ctx->Driver.Dither functionBrian Paul
2000-09-07Removed ctx->Driver.LogicOp().Brian Paul
2000-08-02updates from mesa3d@billbaxter.comBrian Paul
2000-03-03removed obsolete logicop functionBrian Paul
2000-02-17replaced renderer_string() with get_string() funcBrian Paul
1999-08-19Initial revisionjtg