Date: Fri, 17 Jun 2011 07:54:43 +0200
Subject: mesa git update 17 June 2011
---
mesalib/docs/relnotes-7.10.3.html | 303 ++++++++++++++++++++++++++++++++++++++
1 file changed, 303 insertions(+)
create mode 100644 mesalib/docs/relnotes-7.10.3.html
(limited to 'mesalib/docs')
diff --git a/mesalib/docs/relnotes-7.10.3.html b/mesalib/docs/relnotes-7.10.3.html
new file mode 100644
index 000000000..9ac5ef28e
--- /dev/null
+++ b/mesalib/docs/relnotes-7.10.3.html
@@ -0,0 +1,303 @@
+
+
+
+Mesa Release Notes
+
+
+
+
+
+
+
+
+Mesa 7.10.3 Release Notes / June 13, 2011
+
+
+Mesa 7.10.3 is a bug fix release which fixes bugs found since the 7.10.2 release.
+
+
+Mesa 7.10.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
+
+d77b02034c11d6c2a55c07f82367d780 MesaLib-7.10.3.tar.gz
+8c38fe8266be8e1ed1d84076ba5a703b MesaLib-7.10.3.tar.bz2
+614d063ecd170940d9ae7b355d365d59 MesaLib-7.10.3.zip
+8768fd562ede7ed763d92b2d22232d7a MesaGLUT-7.10.3.tar.gz
+1496415b89da9549f0f3b34d9622e2e2 MesaGLUT-7.10.3.tar.bz2
+1f29d0e7398fd3bf9f36f5db02941198 MesaGLUT-7.10.3.zip
+
+
+
+New features
+None.
+
+
+Bug fixes
+This list is likely incomplete.
+
+
+Bug 29162 - mesa/darwin is severly broken
+
+Bug 31590 - Black space between colors on mole hill example
+
+Bug 32395 - [glsl] Incorrect code generation for shadow2DProj() with bias
+
+Bug 32564 - [llvmpipe] prog: Unknown command line argument '-disable-mmx'. Try: 'prog -help' with llvm-2.9svn
+
+Bug 32835 - [glsl] recursive #define results in infinite stack recursion
+
+Bug 33303 - [glsl] ir_constant_expression.cpp:72: virtual ir_constant* ir_expression::constant_expression_value(): Assertion `op[0]->type->base_type == op[1]->type->base_type' failed.
+
+Bug 33314 - [glsl] ir_constant_expression.cpp:122: virtual ir_constant* ir_expression::constant_expression_value(): Assertion `op[0]->type->base_type == GLSL_TYPE_BOOL' failed.
+
+Bug 33512 - [SNB] case ogles2conform/GL/gl_FragCoord/gl_FragCoord_xy_frag.test and gl_FragCoord_w_frag.test fail
+
+Bug 34280 - r200 mesa-7.10 font distortion
+
+Bug 34321 - The ARB_fragment_program subset of ARB_draw_buffers not implemented
+
+Bug 35603 - GLSL compiler freezes compiling shaders
+
+Bug 36173 - struct renderbuffer's 'format' field never set when using FBO
+
+Bug 36238 - Mesa release files don't contain scons control files
+
+Bug 36410 - [SNB] Rendering errors in 3DMMES subtest taiji
+
+Bug 36527 - [wine] Wolfenstein: Failed to translate rgb instruction.
+
+Bug 36651 - mesa requires bison and flex to build but configure does not check for them
+
+Bug 36738 - Openarena crash with r300g, swrastg + llvm > 2.8
+
+Bug 37648 - Logic error in mesa/main/teximage.c:texsubimage
+
+Bug 37739 - Color clear of FBO without color buffer crashes
+
+
+
+
+
+Changes
+The full set of changes can be viewed by using the following GIT command:
+
+
+ git log mesa-7.10.2..mesa-7.10.3
+
+
+Alan Hourihane (1):
+
+ Check for out of memory when creating fence
+