summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/windows
AgeCommit message (Expand)Author
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
2002-01-15Remove trailing CR's. No logical changes.Karl 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-10-04remove extra CR charsKarl 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-07-27wglUseFontBitmapsA() update (Frank Warmerdam)Brian Paul
2001-05-21s/Height/height/ (Jeff Potter)Brian Paul
2001-05-09fixed font/bitmap x-offset bug (Frank Warmerdam)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-04-03fixed wglUseFontBitmapsA() bugs (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-22 Modified Files:Jouk Jansen
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-09-19Removed use of GLU.H - prevents compiler warning wrt:gluGetProcAddressEXTTed Jump
1999-08-19Initial revisionjtg