implement arb_vertex_program in hw for r200. Code contains still some hacks, generic...
[mesa.git] / src / mesa / drivers / windows /
2006-04-03 Karl SchultzFix problem reported by Bill Newman in read_rgba_pixels...
2006-03-30 Karl SchultzClean up data structures, finishing off some of the...
2006-03-30 Karl SchultzFix logic error in viewport function so that we still...
2006-03-30 Brian PaulWhen creating front/back renderbuffers, init the Red...
2006-03-30 Karl SchultzUse [][3] for write_rgb_span_16
2006-03-30 Karl SchultzFixes from Brian to help migrate to render buffer DD...
2006-03-29 Karl SchultzUpdate for new Mesa entry points. I need to change...
2006-01-25 Karl Schultzadd wglGetExtensionsStringARB
2005-12-16 Karl Schultzfix thinko in last revision.
2005-12-15 Karl SchultzWork In Progress. Move some of the frame buffer, rende...
2005-12-08 Karl Schultzupdate for symbol export changes
2005-09-19 Brian Pauladditional wrapper updates, bug 4468
2005-09-05 Karl SchultzAdd support for memory contexts (Thomas Kaltofen)....
2005-09-05 Karl Schultzremove _swrast_DrawBuffer
2005-08-27 Brian PaulRearrange the code related to GL_ARB_occlusion_object...
2005-08-09 Brian Paulfree context structure (bug 1252316) and s/free/_mesa_free/
2005-07-01 Karl SchultzFix a prototype
2005-06-13 Brian Paulmingw changes (Nolan Leake)
2005-05-24 Karl Schultzmoved to windows build dir
2005-05-24 Karl SchultzMajor code cleanup and begin using new render buffer...
2005-04-22 Keith WhitwellUpdates for pipeline_stage struct changes.
2005-04-15 Ben Crossmanmore gldirect compile fixes. Getting near the linking...
2005-04-14 Ben CrossmanSome initial compile fixes. Still some left and warning...
2005-02-14 Daniel Borcakilled a few warnings
2005-02-05 Brian Paulremove dependency on Shared->TexObjectList
2004-12-09 Daniel Borcasimplistic ICD implementation for fx/Mesa
2004-12-07 Daniel Borcafixed an include path
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-11-15 Daniel Borcamoved windoze specific code outside drivers/glide/
2004-11-08 Brian PaulRemove need for defining _MSC_VER when building Mesa...
2004-10-12 Daniel BorcaSWTC trick, enabled new extensions
2004-09-17 Karl Schultzrearrange a couple of lines of code to avoid compilatio...
2004-08-30 Daniel Borcaremove CR
2004-08-25 Brian PaulICD update from Gregor Anich
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-08-25 Brian PaulWindows ICD driver code (patch 1014800)
2004-08-14 Karl SchultzUpdate Visual Studio Project file for src tree updates.
2004-07-01 Keith WhitwellRename the various function types in t_context.h to...
2004-05-10 Daniel Borcafixed bugs in fxddtex.c
2004-04-20 Alan Hourihaneadd SciTech's GLDirect driver for Windows.
2004-01-27 Karl SchultzAdd new driverfuncs.
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2004-01-14 Karl SchultzReplace with version generated from new python script.
2004-01-13 Karl Schultzadd new entrypoints
2004-01-07 Daniel BorcaMingw3 prototypes
2003-11-24 Keith WhitwellImport vtx-0-2-branch
2003-11-04 Brian Paulfix AccessViolation bug (#835861)
2003-09-19 Karl SchultzMake binary - even though this is a text file, common...
2003-09-18 Karl SchultzUpdate with current set of gl* entry points.
2003-09-18 Karl SchultzCopy the DLL files to the lib directory instead of...
2003-09-18 Karl SchultzAdd symbols to export private entry points to osmesa.
2003-08-30 Karl SchultzGenerate browse info for Debug version.
2003-08-05 Brian PaulUpdates from Daniel Borca.
2003-07-26 Karl SchultzMoved.
2003-07-25 Karl Schultzcleanup - add comments and sort names.
2003-07-24 Karl Schultzadd symbols needed by osmesa.
2003-07-24 Karl SchultzProject file for osmesa
2003-07-24 Karl Schultzmoved to top of tree.
2003-07-24 Karl Schultzfix location of mesa.def
2003-07-24 Karl Schultzlinker exports defs
2003-07-24 Karl SchultzSource code for GDI driver.
2003-07-24 Karl SchultzProject file to build gdi driver and OPENGL32.DLL.
2003-07-24 Karl SchultzProject file to build tnl - creates static LIB that...
2003-07-24 Karl SchultzProject file to build swrast - creates static LIB that...
2003-07-24 Karl SchultzProject file to build core mesa - creates static LIB...
2003-07-24 Karl SchultzVisual Studio Workspace file for building Mesa. This...
2003-07-24 Karl SchultzRemoving from this directory. Will be added to new...
2003-07-24 Karl SchultzRemove obsolete file.
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-01-30 Karl SchultzCheck only LEFT bits for clearing alpha buffer. (Evgeny...
2003-01-15 Karl SchultzFix SourceForge bug 664908. wglDescribePixelFormat...
2002-10-29 Brian Paulupdate versioning/extensions for OpenGL 1.4 / Mesa 5.0
2002-10-24 Brian PaulHeader file clean-up:
2002-10-14 Brian Paulcontext-related cleanups (ex: _mesa_notifySwapBuffers...
2002-10-11 Brian PaulAnother round of glRead/DrawBuffer() clean-ups and...
2002-10-04 Brian PaulChanged a number of context fields from GLchan to GLflo...
2002-10-04 Karl SchultzFix for bug 618459. Mods to allow compilation on VC...
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)
next