X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fversions.html;h=c7f94c5138f14a69d4e21f4214a8c45f858a8d85;hb=33affda8bf6cbcff14d51f6d99635c8f41432cda;hp=84b40fd21588916233185c08cb1592eec561c855;hpb=60955d7f96952e3815438711d8b595c63899972d;p=mesa.git diff --git a/docs/versions.html b/docs/versions.html index 84b40fd2158..c7f94c5138f 100644 --- a/docs/versions.html +++ b/docs/versions.html @@ -1,28 +1,34 @@ - - -Mesa Version History - - - - - - - - + + + + + Mesa Version History + + + + +
+

The Mesa 3D Graphics Library

+
+ + +
+ + NOTE: Changes for Mesa 6.4 and later are documented in the corresponding release notes file. - + -

Mesa Version History

+

Mesa Version History

-

1.0 beta February 1995

+

1.0 beta February 1995

-

1.1 beta March 4, 1995

+

1.1 beta March 4, 1995

Changes: -

1.1.1 beta March 7, 1995

+

1.1.1 beta March 7, 1995

Changes: -

1.1.2 beta March 14, 1995

+

1.1.2 beta March 14, 1995

New: -

1.1.3 beta March 31, 1995

+

1.1.3 beta March 31, 1995

New: -

1.1.4 beta April 20, 1995

+

1.1.4 beta April 20, 1995

Bug fixes: -

1.2 May 22, 1995

+

1.2 May 22, 1995

Bug fixes: @@ -594,7 +600,7 @@ New:
  • v0.22 of 3Dfx Glide driver
  • more X86 assembly language optimizations
  • faster blending for some modes -
  • XMesaSetFXmode() to switch between 3Dfx window and full-screen mode +
  • XMesaSetFXmode() to switch between 3Dfx window and full-screen mode
  • added preliminary thread support
  • added GLX_MESA_copy_sub_buffer extension
  • some clipping optimizations @@ -606,7 +612,7 @@ Bug fixes:
  • fixed clipping bug when using 3Dfx driver
  • fixed a problem when trying to use X fonts w/ 3Dfx driver
  • fixed a texture filter bug in 3Dfx/Glide driver -
  • fixed bug in 3Dfx/Glide driver involving depth mask & clearing +
  • fixed bug in 3Dfx/Glide driver involving depth mask & clearing
  • glLoadMatrix to set projection matrix confused the 3Dfx driver
  • non-identity texture matrices didn't work with linux-386 configs
  • glGenTextures() didn't reserve the returned texture IDs @@ -621,7 +627,7 @@ Changes: @@ -898,9 +904,9 @@ New:
  • demos/texenv.c demo
  • GL_EXT_texture_env_combine extension (by Holger Waechtler)
  • Xlib driver is now thread-safe (see xdemos/glthreads) - +Bug Fixes: + Changes: @@ -936,9 +942,9 @@ Bug Fixes:
  • texture matrix changes weren't always detected (GLUT projtex demo)
  • fixed random color problem in vertex fog code
  • fixed Glide-related bug that let Quake get a 24-bit Z buffer - +Changes: + @@ -1137,12 +1143,12 @@ Bug fixes:
  • glDraw/ReadPixels didn't catch all the errors that they should have
  • Fixed 24bpp rendering problem in Windows driver (Karl Schultz)
  • 16-bit GLchan mode fixes (m_trans_tmp.h, s_triangle.c) -
  • Fixed 1-bit float->int conversion bug in glDrawPixels(GL_DEPTH_COMP) +
  • Fixed 1-bit float->int conversion bug in glDrawPixels(GL_DEPTH_COMP)
  • glColorMask as sometimes effecting glXSwapBuffers()
  • fixed a potential bug in XMesaGarbageCollect()
  • N threads rendering into one window didn't work reliably
  • glCopyPixels didn't work for deep color channels -
  • improved 8 -> 16bit/channel texture image conversion (Gerk Huisma) +
  • improved 8 -> 16bit/channel texture image conversion (Gerk Huisma)
  • glPopAttrib() didn't correctly restore user clip planes
  • user clip planes failed for some perspective projections (Chromium) @@ -1180,7 +1186,7 @@ Bug fixes: Changes: Known bugs: Changes: @@ -1380,7 +1386,7 @@ Changes: New: Bug fixes: -

    6.0.1 April 2, 2004

    +

    6.0.1 April 2, 2004

    New:
    • upgraded glext.h to version 22 @@ -1456,7 +1462,7 @@ Bug fixes:
    • fixed build problems on OpenBSD
    • omit CVS directories from tarballs
    • glGetTexImage(GL_COLOR_INDEX) was broken -
    • fixed an infinite loop in t&l module +
    • fixed an infinite loop in t&l module
    • silenced some valgrind warnings about using unitialized memory
    • fixed some compilation/link glitches on IRIX (Mike Stephens)
    • glBindProgram wasn't getting compiled into display lists @@ -1481,7 +1487,7 @@ Bug fixes:
    -

    6.1 August 18, 2004

    +

    6.1 August 18, 2004

    New:
    • Revamped Makefile system @@ -1514,7 +1520,7 @@ Bug fixes:
    • sampling an incomplete texture in a fragment program would segfault
    • glTexImage was missing a few error checks
    • fixed some minor glGetTexParameter glitches -
    • GL_INTENSITY was mistakenly accepted as a to glTexImage +
    • GL_INTENSITY was mistakenly accepted as a <format> to glTexImage
    • fragment program writes to RC/HC register were broken
    • fixed a few glitches in GL_HP_occlusion_test extension
    • glBeginQueryARB and glEndQueryARB didn't work inside display lists @@ -1524,7 +1530,7 @@ Bug fixes:
    -

    6.2 October 2, 2004

    +

    6.2 October 2, 2004

    New:
    • enabled GL_ARB_texture_rectangle (same as GL_NV_texture_rectangle) @@ -1551,7 +1557,7 @@ Bug fixes:
    -

    6.2.1 December 9, 2004

    +

    6.2.1 December 9, 2004

    Bug fixes:
    • don't apply regular fog or color sum when using a fragment program @@ -1572,7 +1578,7 @@ Changes:
    -

    6.3 July 20, 2005

    +

    6.3 July 20, 2005

    New:
    • GL_EXT_framebuffer_object extension @@ -1616,13 +1622,13 @@ Bug fixes:
    -

    6.3.1

    +

    6.3.1

    This was an intermediate release for X.org which wasn't otherwise released.)

    -

    6.3.2 August 19, 2005

    +

    6.3.2 August 19, 2005

    New:
    • The distribution now includes the DRI drivers and GLX code @@ -1646,11 +1652,11 @@ Bug fixes:
    - + NOTE: Changes for Mesa 6.4 and later are documented in the corresponding
    release notes file. - - + +