From 56d1ba17f17a20a785dd5e94b3147f5221a34de8 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Sat, 30 Nov 2013 23:25:28 -0800 Subject: [PATCH] docs: Update release notes for 10.0 Signed-off-by: Ian Romanick --- docs/relnotes/10.0.html | 72 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 70 insertions(+), 2 deletions(-) diff --git a/docs/relnotes/10.0.html b/docs/relnotes/10.0.html index 1e4f7716f06..d3b1f8f5478 100644 --- a/docs/relnotes/10.0.html +++ b/docs/relnotes/10.0.html @@ -14,7 +14,7 @@
-

Mesa 10.0 Release Notes / TBD

+

Mesa 10.0 Release Notes / (November 30th, 2013)

Mesa 10.0 is a new development release. @@ -61,7 +61,75 @@ Note: some of the new features are only available with certain drivers.

Bug fixes

-TBD. +

Attempts have been made to not include bugs fixed in previous 9.2 +releases or bugs that were regressions during 10.0 development. This list is +likely incomplete.

+ +
    + +
  • Bug 47755 - [glsl-compiler] no error checking when Interpolation qualifier for built-in variable is different in vertex and fragment shader
  • + +
  • Bug 52171 - [gallium/r600/clover] Simple benchmarks failed to run
  • + +
  • Bug 53077 - [IVB] Output error with msaa when both of framebuffer and source color's alpha are not 1
  • + +
  • Bug 54867 - bug in r300 compiler
  • + +
  • Bug 60929 - [r600-llvm] mono games with opengl are blocking on start
  • + +
  • Bug 62142 - Mesa/demo mipmap_limits upside down with running by SOFTWARE
  • + +
  • Bug 62698 - [bisected] WebGL demo "Consumed": texstate.c:628: update_texture_state: Assertion „__builtin_popcount(enabledTargets) == 1“ failed.
  • + +
  • Bug 64225 - bfgminer --scyte generates Segmentation Fault on Northern Island
  • + +
  • Bug 64226 - python-opencl package generate segmentation fault at pipe_r600.so
  • + +
  • Bug 64261 - [SNB Bisected]Ogles3conform GL3Tests_color_buffer_float_color_buffer_float_clamp_fixed.test fail
  • + +
  • Bug 66213 - Certain Mesa Demos Rendering Inverted (vertically)
  • + +
  • Bug 66806 - [softpipe] glxgears floating point exception
  • + +
  • Bug 67921 - [bisected commit 883987] crosscompiling fails with util/u_cpu_detect.c:247:4: error: 'asm' undeclared (first use in this function)
  • + +
  • Bug 68162 - [radeonsi] texture rendering is broken in Source-Engine games
  • + +
  • Bug 68451 - Texture flicker in native Dota2 in mesa 9.2.0rc1
  • + +
  • Bug 68503 - Graphical glitches in Serious Sam 3 when SB is enabled
  • + +
  • Bug 68792 - Problems during playback of h264 files using UVD and VLC on AMD E-350 CPU
  • + +
  • Bug 68845 - VDPAU/UVD regression
  • + +
  • Bug 69078 - Modern Warfare (1, 2 and 3) broken in Wine on SNB
  • + +
  • Bug 69321 - starting openCL crashes/boots system
  • + +
  • Bug 70042 - Major texture flickering in Dota 2 (r600g on HD 6950)
  • + +
  • Bug 70088 - Glamor on r600g crashes Xserver
  • + +
  • Bug 70123 - Freeze caused by 'winsys/radeon: remove cs_queue_empty' commit
  • + +
  • Bug 70327 - Casting floating point variable to integer not working properly while constant gets converted properly
  • + +
  • Bug 70891 - CL_INVALID_BUILD_OPTIONS results in CL_INVALID_DEVICE when asking for build log
  • + +
  • Bug 70913 - [PIGLIT,radeonsi] crash in "spec/EXT_framebuffer_multisample/sample-alpha-to-coverage 4 depth" (buffer overflow)
  • + +
  • Bug 71022 - configure: error: Expat required for DRI.
  • + +
  • Bug 71110 - xorg_driver.c:1030:2: error: too many arguments to function ‘DamageUnregister’
  • + +
  • Bug 71172 - Segfault when running glxinfo. NV25GL [Quadro4 900 XGL]
  • + +
  • Bug 71512 - dlopen.h:54: undefined reference to `dlopen'
  • + +
  • Bug 71870 - Metro: Last Light rendering issues
  • + +

Changes