new texture compression infrastructure
[mesa.git] / src / mesa / drivers / windows /
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-12 Karl SchultzMark destroyed context as not current. (Frank Warmerdam)
2002-09-04 Brian Paulupdated wglGetProcAddress
2002-08-28 Karl SchultzDon't call _mesa_initialize_context because we are...
2002-07-29 Karl SchultzCatch up windows driver with recent context mods
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-04-23 Karl SchultzApply alpha buffer control fix to accum buffer too.
2002-04-23 Karl SchultzFix up alpha buffer handling for Windows.
2002-03-16 Brian PaulLots of changes related to framebuffer/window buffer...
2002-01-16 Karl SchultzFixes for 24-bit Windows devices. The old code was...
2002-01-15 Karl SchultzFixed pixel color component problem and clear code...
2002-01-15 Karl SchultzRemove trailing CR's. No logical changes.
2001-11-01 Karl SchultzUpdates for improved DirectDraw support (Daniel Slater)
2001-10-05 Karl SchultzFix the clear() function
2001-10-04 Karl SchultzUpdated Windows driver for Mesa 4.0.
2001-10-04 Karl Schultzremove extra CR chars
2001-09-25 Karl Schultzdisable some more code so that it compiles quietly...
2001-09-18 Karl Schultzremove carriage return chars
2001-09-14 Brian PaulWin32 updates (Karl Schultz)
2001-07-27 Brian PaulwglUseFontBitmapsA() update (Frank Warmerdam)
2001-05-21 Brian Pauls/Height/height/ (Jeff Potter)
2001-05-09 Brian Paulfixed font/bitmap x-offset bug (Frank Warmerdam)
2001-05-09 Brian Paulfixed Y flip problem in read_rgba_pixels() (Frank Warme...
2001-04-26 Brian Paulflush pipeline in WMesaSwapBuffers (Frank Warmerdam)
2001-04-03 Brian Paulfixed wglUseFontBitmapsA() bugs (Frank Warmerdam)
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-01-24 Brian PaulLots of GLchan datatype changes.
2000-11-22 Jouk Jansen Modified Files:
2000-11-17 Brian PaulMinor header file changes to silence warnings.
2000-11-14 Brian PaulRemoved Driver.Color() and Driver.Index() functions.
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-09-28 Brian Paulremoved ctx->Texture.Enabled, use ctx->Texture.ReallyEn...
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-09-12 Brian PaulWin32 updates (Chris Morley)
2000-09-08 Brian Paulremoved ctx->Driver.Dither function
2000-09-07 Brian PaulRemoved ctx->Driver.LogicOp().
2000-08-02 Brian Paulupdates from mesa3d@billbaxter.com
2000-03-03 Brian Paulremoved obsolete logicop function
2000-02-17 Brian Paulreplaced renderer_string() with get_string() func
1999-09-19 Ted JumpRemoved use of GLU.H - prevents compiler warning wrt...
1999-08-19 jtgInitial revision