From 5fd3b3b0857fc96b5e53a9a8bc3f11ddb3dc0ff7 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 12 Apr 2013 12:41:49 +0100 Subject: docs: restructure release notes into separate folder relnotes-*html > relnotes/*html RELNOTES-* > relnotes/* fix links, css and frames Signed-off-by: Emil Velikov Reviewed-by: Brian Paul --- docs/relnotes-7.8.3.html | 95 ------------------------------------------------ 1 file changed, 95 deletions(-) delete mode 100644 docs/relnotes-7.8.3.html (limited to 'docs/relnotes-7.8.3.html') diff --git a/docs/relnotes-7.8.3.html b/docs/relnotes-7.8.3.html deleted file mode 100644 index f63a94d..0000000 --- a/docs/relnotes-7.8.3.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - Mesa Release Notes - - - - -
-

The Mesa 3D Graphics Library

-
- - -
- -

Mesa 7.8.3 Release Notes / (date tbd)

- -

-Mesa 7.8.3 is a bug fix release which fixes bugs found since the 7.8.2 release. -

-

-Mesa 7.8.3 implements the OpenGL 2.1 API, but the version reported by -glGetString(GL_VERSION) depends on the particular driver being used. -Some drivers don't support all the features required in OpenGL 2.1. -

-

-See the Compiling/Installing page for prerequisites -for DRI hardware acceleration. -

- - -

MD5 checksums

-
-x  MesaLib-7.8.3.tar.gz
-x  MesaLib-7.8.3.tar.bz2
-x  MesaLib-7.8.3.zip
-x  MesaDemos-7.8.3.tar.gz
-x  MesaDemos-7.8.3.tar.bz2
-x  MesaDemos-7.8.3.zip
-x  MesaGLUT-7.8.3.tar.gz
-x  MesaGLUT-7.8.3.tar.bz2
-x  MesaGLUT-7.8.3.zip
-
- - -

New features

-

None.

- - -

Changes

-
    -
  • The radeon driver should use less memory when searching for a valid mip -image.
  • -
- - -

Bug fixes

-
    -
  • Fix unsupported FB with D24S8 (bug - 29116)
  • -
  • Fix ReadPixels crash when reading depth/stencil from an FBO
  • -
  • Fixed a bug rendering to 16-bit buffers using swrast.
  • -
  • Fixed a state tracker/TGSI bug that caused crashes when using Windows' - memory debugging features.
  • -
  • Fixed an issue rendering to 32-bit channels with swrast (bug - 29487)
  • -
  • GLSL: fix indirect gl_TextureMatrix addressing (bug - 28967)
  • -
  • GLSL: fix for bug - 27216
  • -
  • GLSL: fix zw fragcoord entries in some cases (bug - 29183)
  • -
  • Fix texture env generation in some cases (bug - 28169)
  • -
  • osmesa: a fix for calling OSMesaMakeCurrent twice was applied (bug - 10966
  • -
  • A bug was fixed which could cause Mesa to ignore the - MESA_EXTENSION_OVERRIDE environment variable.
  • -
  • A bug related to specular highlights on backfaces was fixed.
  • -
  • A radeon-specific issue with glCopyTex(Sub)Image was - corrected.
  • -
  • radeon/wine: flush command stream in more cases, fixing wine d3d9 - tests.
  • -
  • r600: fix sin+cos normalization.
  • -
  • r600: (properly) ignore GL_COORD_REPLACE when point sprites are - disabled.
  • -
  • radeon: avoid flushing when the context is not current.
  • -
  • r300c: a bug affecting unaligned BOs was fixed.
  • -
  • r300c: a hardlock caused by ARB_half_float_vertex incorrectly advertised on some chipsets.
  • -
- -
- - -- cgit v1.1