diff options
Diffstat (limited to 'docs/relnotes/9.0.3.rst')
-rw-r--r-- | docs/relnotes/9.0.3.rst | 453 |
1 files changed, 221 insertions, 232 deletions
diff --git a/docs/relnotes/9.0.3.rst b/docs/relnotes/9.0.3.rst index 1a93b6f677..e322ea1384 100644 --- a/docs/relnotes/9.0.3.rst +++ b/docs/relnotes/9.0.3.rst @@ -1,243 +1,232 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html lang="en"><head> - <meta content="text/html; charset=utf-8" http-equiv="content-type"/> - <title>Mesa Release Notes</title> - <link href="../mesa.css" rel="stylesheet" type="text/css"/> -</head> -<body> +Mesa 9.0.3 Release Notes / February 21th, 2013 +============================================== +Mesa 9.0.3 is a bug fix release which fixes bugs found since the 9.0.2 +release. - - - - -<h1>Mesa 9.0.3 Release Notes / February 21th, 2013</h1> - -<p> -Mesa 9.0.3 is a bug fix release which fixes bugs found since the 9.0.2 release. -</p> -<p> Mesa 9.0 implements the OpenGL 3.1 API, but the version reported by -glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / -glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. -Some drivers don't support all the features required in OpenGL 3.1. OpenGL -3.1 is <strong>only</strong> available if requested at context creation -because GL_ARB_compatibility is not supported. -</p> +glGetString(GL\_VERSION) or glGetIntegerv(GL\_MAJOR\_VERSION) / +glGetIntegerv(GL\_MINOR\_VERSION) depends on the particular driver being +used. Some drivers don't support all the features required in OpenGL +3.1. OpenGL 3.1 is **only** available if requested at context creation +because GL\_ARB\_compatibility is not supported. + +MD5 checksums +------------- + +:: + + 168384ac0101f4600a15edd3561acdc7 MesaLib-9.0.3.tar.gz + d7515cc5116c72ac63d735655bd63689 MesaLib-9.0.3.tar.bz2 + a2e1c794572440fd0d839a7d7dfea00c MesaLib-9.0.3.zip + +New features +------------ + +None. + +Bug fixes +--------- + +This list is likely incomplete. + +- `Bug 25201 <https://bugs.freedesktop.org/show_bug.cgi?id=25201>`__ - + Pink artifacts on objects in the distance in ETQW/Quake 4 +- `Bug 31598 <https://bugs.freedesktop.org/show_bug.cgi?id=31598>`__ - + configure: Doesn't check for python libxml2 +- `Bug 40404 <https://bugs.freedesktop.org/show_bug.cgi?id=40404>`__ - + [softpipe] piglit glsl-max-varyings regression +- `Bug 47220 <https://bugs.freedesktop.org/show_bug.cgi?id=47220>`__ - + [bisected] Oglc pxconv-gettex(basic.allCases) regressed +- `Bug 48629 <https://bugs.freedesktop.org/show_bug.cgi?id=48629>`__ - + [bisected i965]Oglc shad-compiler(advanced.TestLessThani) regressed +- `Bug 54240 <https://bugs.freedesktop.org/show_bug.cgi?id=54240>`__ - + [swrast] piglit fbo-generatemipmap-filtering regression +- `Bug 56920 <https://bugs.freedesktop.org/show_bug.cgi?id=56920>`__ - + [sandybridge][uxa] graphics very glitchy and always flickering +- `Bug 57166 <https://bugs.freedesktop.org/show_bug.cgi?id=57166>`__ - + [GM45] Chrome experiment "Stars" crash: brw\_fs\_emit.cpp:708: + brw\_reg brw\_reg\_from\_fs\_reg(fs\_reg\*): Assertion „!"not + reached"“ failed. +- `Bug 57746 <https://bugs.freedesktop.org/show_bug.cgi?id=57746>`__ - + build test failure: nouveau\_fbo.c:198:3: error: too few arguments to + function 'nouveau\_renderbuffer\_del' +- `Bug 57754 <https://bugs.freedesktop.org/show_bug.cgi?id=57754>`__ - + [swrast] Mesa 9.1-devel implementation error: Unable to delete + renderbuffer, no context +- `Bug 58680 <https://bugs.freedesktop.org/show_bug.cgi?id=58680>`__ - + [IVB] Graphical glitches in 0 A.D +- `Bug 58972 <https://bugs.freedesktop.org/show_bug.cgi?id=58972>`__ - + [softpipe] util/u\_tile.c:795:pipe\_put\_tile\_z: Assertion \`0' + failed. +- `Bug 59364 <https://bugs.freedesktop.org/show_bug.cgi?id=59364>`__ - + [bisected] Mesa build fails: clientattrib.c:33:22: fatal error: + indirect.h: No such file or directory +- `Bug 59700 <https://bugs.freedesktop.org/show_bug.cgi?id=59700>`__ - + [ILK/SNB/IVB Bisected]Oglc vertexshader(advanced.TestLightsTwoSided) + causes GPU hung +- `Bug 59873 <https://bugs.freedesktop.org/show_bug.cgi?id=59873>`__ - + [swrast] piglit ext\_framebuffer\_multisample-interpolation 0 + centroid-edges regression +- `Bug 60052 <https://bugs.freedesktop.org/show_bug.cgi?id=60052>`__ - + [Bisected]Piglit glx\_extension\_string\_sanity fail +- `Bug 60172 <https://bugs.freedesktop.org/show_bug.cgi?id=60172>`__ - + Planeshift: triangles where grass would be + +Changes +------- + +The full set of changes can be viewed by using the following GIT +command: + +:: + + git log mesa-9.0.2..mesa-9.0.3 + +Adam Jackson (1): + +- r200: Fix probable thinko in r200EmitArrays + +Andreas Boll (7): + +- docs: Add 9.0.2 release md5sums +- docs: add news item for 9.0.2 release +- configure.ac: Allow OpenGL ES1 and ES2 only with enabled OpenGL +- build: require python module libxml2 +- cherry-ignore: Ignore candidates for the 9.1 branch. +- mesa: Bump version to 9.0.3 +- docs: Add 9.0.3 release notes + +Anuj Phogat (1): + +- mesa: Fix GL\_LUMINANCE handling for textures in glGetTexImage + +Brian Paul (29): + +- st/glx: accept GLX\_SAMPLE\_BUFFERS/SAMPLES\_ARB == 0 +- draw: set precalc\_flat flag for AA lines too +- softpipe: fix up FS variant unbinding / deletion +- softpipe: fix unreliable FS variant binding bug +- xlib: handle \_mesa\_initialize\_visual()'s return value +- xlib: allow GLX\_DONT\_CARE for glXChooseFBConfig() attribute values +- st/glx: allow GLX\_DONT\_CARE for glXChooseFBConfig() attribute + values +- util: fix addressing bug in pipe\_put\_tile\_z() for + PIPE\_FORMAT\_Z32\_FLOAT +- util: add get/put\_tile\_z() support for + PIPE\_FORMAT\_Z32\_FLOAT\_S8X24\_UINT +- mesa: use GLbitfield64 when copying program inputs +- svga: add NULL pointer check in svga\_create\_sampler\_state() +- vbo: add a null pointer check to handle OOM instead of crashing +- osmesa: use \_mesa\_generate\_mipmap() for mipmap generation, not + meta +- xlib: use \_mesa\_generate\_mipmap() for mipmap generation, not meta +- st/mesa: set ctx->Const.MaxSamples = 0, not 1 +- mesa: fix-up and use \_mesa\_delete\_renderbuffer() +- mesa: pass context parameter to gl\_renderbuffer::Delete() +- st/mesa: fix context use-after-free problem in + st\_renderbuffer\_delete() +- dri\_glx: fix use after free report +- mesa: remove warning message in \_mesa\_reference\_renderbuffer\_() +- st/mesa: add null pointer check in st\_renderbuffer\_delete() +- util: add some defensive coding in u\_upload\_alloc() +- st/mesa: do proper error checking for u\_upload\_alloc() calls +- util: add new error checking code in vbuf helper +- mesa: don't enable GL\_EXT\_framebuffer\_multisample for software + drivers +- st/mesa: only enable GL\_EXT\_framebuffer\_multisample if + GL\_MAX\_SAMPLES >= 2 +- mesa: don't expose IBM\_rasterpos\_clip in a core context +- svga: fix sRGB rendering +- nouveau: Fix build. + +Chad Versace (1): + +- i965/disasm: Fix horizontal stride of dest registers + +Eric Anholt (5): + +- i965/fs: Fix the gen6-specific if handling for 80ecb8f15b9ad7d6edc +- i965/fs: Don't generate saturates over existing variable values. +- i965: Actually add support for GL\_ANY\_SAMPLES\_PASSED from + GL\_ARB\_oq2. +- i965/vs: Try again when we've successfully spilled a reg. +- i965/gen7: Set up all samplers even if samplers are sparsely used. + +Frank Henigman (1): + +- mesa: add bounds checking for uniform array access + +Jerome Glisse (1): + +- r600g: add cs memory usage accounting and limit it v3 (backport for + mesa 9.0) + +Jordan Justen (1): + +- unpack: support unpacking MESA\_FORMAT\_ARGB2101010 + +José Fonseca (2): + +- mesa/st: Don't use 4bits for GL\_UNSIGNED\_BYTE\_3\_3\_2(\_REV) +- draw: Properly limit vertex buffer fetches on draw arrays. -<h2>MD5 checksums</h2> -<pre>168384ac0101f4600a15edd3561acdc7 MesaLib-9.0.3.tar.gz -d7515cc5116c72ac63d735655bd63689 MesaLib-9.0.3.tar.bz2 -a2e1c794572440fd0d839a7d7dfea00c MesaLib-9.0.3.zip -</pre> +Kenneth Graunke (19): -<h2>New features</h2> -<p>None.</p> +- i965: Fix primitive restart on Haswell. +- i965: Refactor texture swizzle generation into a helper. +- i965: Do texture swizzling in hardware on Haswell. +- i965: Lower textureGrad() with samplerCubeShadow. +- i965: Use Haswell's sample\_d\_c for textureGrad with shadow + samplers. +- i965: Add chipset limits for Haswell GT1/GT2. +- cherry-ignore: Ignore i965 guardband bug fixes. +- i965: Add missing \_NEW\_BUFFERS dirty bit in Gen7 SBE state. +- i965/vs: Create a 'lod\_type' temporary for ir->lod\_info.lod->type. +- i965/vs: Set LOD to 0 for ordinary texture() calls. +- i965/vs: Store texturing results into a vec4 temporary. +- cherry-ignore: Ignore candidates for the 9.1 branch. +- mesa: Disable GL\_NV\_primitive\_restart extension in core contexts. +- glsl: Track UBO block names in the symbol table. +- build: Fix build on systems where /usr/bin/python isn't python 2. +- i965: Refactor Gen6+ SF attribute override code. +- i965: Compute the maximum SF source attribute. +- i965: Fix the SF Vertex URB Read Length calculation for Sandybridge. +- i965: Fix the SF Vertex URB Read Length calculation for Gen7 + platforms. + +Marek Olšák (3): + +- r600g: fix int->bool conversion in fence\_signalled +- gallium/u\_upload\_mgr: fix a serious memory leak +- r300g: fix blending with blend color and RGBA formats + +Matt Turner (3): + +- mesa: Return 0 for XFB\_VARYING\_MAX\_LENGTH if no varyings +- mesa: Set transform feedback's default buffer mode to + INTERLEAVED\_ATTRIBS +- mesa/uniform\_query: Don't write to \*params if there is an error + +Michel Dänzer (1): + +- configure.ac: GLX cannot work without OpenGL + +Paul Berry (1): + +- mesa: Allow glReadBuffer(GL\_NONE) for winsys framebuffers. -<h2>Bug fixes</h2> +Roland Scheidegger (1): -<p>This list is likely incomplete.</p> +- softpipe: fix using optimized filter function -<ul> -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=25201">Bug 25201</a> - Pink artifacts on objects in the distance in ETQW/Quake 4</li> +Stefan Dösinger (3): -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=31598">Bug 31598</a> - configure: Doesn't check for python libxml2</li> +- meta: Disable GL\_FRAGMENT\_SHADER\_ATI in MESA\_META\_SHADER +- radeon: Initialize swrast before setting limits +- r200: Initialize swrast before setting limits -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=40404">Bug 40404</a> - [softpipe] piglit glsl-max-varyings regression</li> +Zack Rusin (2): -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=47220">Bug 47220</a> - [bisected] Oglc pxconv-gettex(basic.allCases) regressed</li> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=48629">Bug 48629</a> - [bisected i965]Oglc shad-compiler(advanced.TestLessThani) regressed</li> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=54240">Bug 54240</a> - [swrast] piglit fbo-generatemipmap-filtering regression</li> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=56920">Bug 56920</a> - [sandybridge][uxa] graphics very glitchy and always flickering</li> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=57166">Bug 57166</a> - [GM45] Chrome experiment "Stars" crash: brw_fs_emit.cpp:708: brw_reg brw_reg_from_fs_reg(fs_reg*): Assertion „!"not reached"“ failed.</li> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=57746">Bug 57746</a> - build test failure: nouveau_fbo.c:198:3: error: too few arguments to function 'nouveau_renderbuffer_del'</li> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=57754">Bug 57754</a> - [swrast] Mesa 9.1-devel implementation error: Unable to delete renderbuffer, no context</li> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=58680">Bug 58680</a> - [IVB] Graphical glitches in 0 A.D</li> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=58972">Bug 58972</a> - [softpipe] util/u_tile.c:795:pipe_put_tile_z: Assertion `0' failed.</li> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=59364">Bug 59364</a> - [bisected] Mesa build fails: clientattrib.c:33:22: fatal error: indirect.h: No such file or directory</li> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=59700">Bug 59700</a> - [ILK/SNB/IVB Bisected]Oglc vertexshader(advanced.TestLightsTwoSided) causes GPU hung</li> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=59873">Bug 59873</a> - [swrast] piglit ext_framebuffer_multisample-interpolation 0 centroid-edges regression</li> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=60052">Bug 60052</a> - [Bisected]Piglit glx_extension_string_sanity fail</li> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=60172">Bug 60172</a> - Planeshift: triangles where grass would be</li> - -<!-- <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=">Bug </a> - </li> --> -</ul> - - -<h2>Changes</h2> -<p>The full set of changes can be viewed by using the following GIT command:</p> - -<pre> git log mesa-9.0.2..mesa-9.0.3 -</pre> - -<p>Adam Jackson (1):</p> -<ul> - <li>r200: Fix probable thinko in r200EmitArrays</li> -</ul> - -<p>Andreas Boll (7):</p> -<ul> - <li>docs: Add 9.0.2 release md5sums</li> - <li>docs: add news item for 9.0.2 release</li> - <li>configure.ac: Allow OpenGL ES1 and ES2 only with enabled OpenGL</li> - <li>build: require python module libxml2</li> - <li>cherry-ignore: Ignore candidates for the 9.1 branch.</li> - <li>mesa: Bump version to 9.0.3</li> - <li>docs: Add 9.0.3 release notes</li> -</ul> - -<p>Anuj Phogat (1):</p> -<ul> - <li>mesa: Fix GL_LUMINANCE handling for textures in glGetTexImage</li> -</ul> - -<p>Brian Paul (29):</p> -<ul> - <li>st/glx: accept GLX_SAMPLE_BUFFERS/SAMPLES_ARB == 0</li> - <li>draw: set precalc_flat flag for AA lines too</li> - <li>softpipe: fix up FS variant unbinding / deletion</li> - <li>softpipe: fix unreliable FS variant binding bug</li> - <li>xlib: handle _mesa_initialize_visual()'s return value</li> - <li>xlib: allow GLX_DONT_CARE for glXChooseFBConfig() attribute values</li> - <li>st/glx: allow GLX_DONT_CARE for glXChooseFBConfig() attribute values</li> - <li>util: fix addressing bug in pipe_put_tile_z() for PIPE_FORMAT_Z32_FLOAT</li> - <li>util: add get/put_tile_z() support for PIPE_FORMAT_Z32_FLOAT_S8X24_UINT</li> - <li>mesa: use GLbitfield64 when copying program inputs</li> - <li>svga: add NULL pointer check in svga_create_sampler_state()</li> - <li>vbo: add a null pointer check to handle OOM instead of crashing</li> - <li>osmesa: use _mesa_generate_mipmap() for mipmap generation, not meta</li> - <li>xlib: use _mesa_generate_mipmap() for mipmap generation, not meta</li> - <li>st/mesa: set ctx->Const.MaxSamples = 0, not 1</li> - <li>mesa: fix-up and use _mesa_delete_renderbuffer()</li> - <li>mesa: pass context parameter to gl_renderbuffer::Delete()</li> - <li>st/mesa: fix context use-after-free problem in st_renderbuffer_delete()</li> - <li>dri_glx: fix use after free report</li> - <li>mesa: remove warning message in _mesa_reference_renderbuffer_()</li> - <li>st/mesa: add null pointer check in st_renderbuffer_delete()</li> - <li>util: add some defensive coding in u_upload_alloc()</li> - <li>st/mesa: do proper error checking for u_upload_alloc() calls</li> - <li>util: add new error checking code in vbuf helper</li> - <li>mesa: don't enable GL_EXT_framebuffer_multisample for software drivers</li> - <li>st/mesa: only enable GL_EXT_framebuffer_multisample if GL_MAX_SAMPLES >= 2</li> - <li>mesa: don't expose IBM_rasterpos_clip in a core context</li> - <li>svga: fix sRGB rendering</li> - <li>nouveau: Fix build.</li> -</ul> - -<p>Chad Versace (1):</p> -<ul> - <li>i965/disasm: Fix horizontal stride of dest registers</li> -</ul> - -<p>Eric Anholt (5):</p> -<ul> - <li>i965/fs: Fix the gen6-specific if handling for 80ecb8f15b9ad7d6edc</li> - <li>i965/fs: Don't generate saturates over existing variable values.</li> - <li>i965: Actually add support for GL_ANY_SAMPLES_PASSED from GL_ARB_oq2.</li> - <li>i965/vs: Try again when we've successfully spilled a reg.</li> - <li>i965/gen7: Set up all samplers even if samplers are sparsely used.</li> -</ul> - -<p>Frank Henigman (1):</p> -<ul> - <li>mesa: add bounds checking for uniform array access</li> -</ul> - -<p>Jerome Glisse (1):</p> -<ul> - <li>r600g: add cs memory usage accounting and limit it v3 (backport for mesa 9.0)</li> -</ul> - -<p>Jordan Justen (1):</p> -<ul> - <li>unpack: support unpacking MESA_FORMAT_ARGB2101010</li> -</ul> - -<p>José Fonseca (2):</p> -<ul> - <li>mesa/st: Don't use 4bits for GL_UNSIGNED_BYTE_3_3_2(_REV)</li> - <li>draw: Properly limit vertex buffer fetches on draw arrays.</li> -</ul> - -<p>Kenneth Graunke (19):</p> -<ul> - <li>i965: Fix primitive restart on Haswell.</li> - <li>i965: Refactor texture swizzle generation into a helper.</li> - <li>i965: Do texture swizzling in hardware on Haswell.</li> - <li>i965: Lower textureGrad() with samplerCubeShadow.</li> - <li>i965: Use Haswell's sample_d_c for textureGrad with shadow samplers.</li> - <li>i965: Add chipset limits for Haswell GT1/GT2.</li> - <li>cherry-ignore: Ignore i965 guardband bug fixes.</li> - <li>i965: Add missing _NEW_BUFFERS dirty bit in Gen7 SBE state.</li> - <li>i965/vs: Create a 'lod_type' temporary for ir->lod_info.lod->type.</li> - <li>i965/vs: Set LOD to 0 for ordinary texture() calls.</li> - <li>i965/vs: Store texturing results into a vec4 temporary.</li> - <li>cherry-ignore: Ignore candidates for the 9.1 branch.</li> - <li>mesa: Disable GL_NV_primitive_restart extension in core contexts.</li> - <li>glsl: Track UBO block names in the symbol table.</li> - <li>build: Fix build on systems where /usr/bin/python isn't python 2.</li> - <li>i965: Refactor Gen6+ SF attribute override code.</li> - <li>i965: Compute the maximum SF source attribute.</li> - <li>i965: Fix the SF Vertex URB Read Length calculation for Sandybridge.</li> - <li>i965: Fix the SF Vertex URB Read Length calculation for Gen7 platforms.</li> -</ul> - -<p>Marek Olšák (3):</p> -<ul> - <li>r600g: fix int->bool conversion in fence_signalled</li> - <li>gallium/u_upload_mgr: fix a serious memory leak</li> - <li>r300g: fix blending with blend color and RGBA formats</li> -</ul> - -<p>Matt Turner (3):</p> -<ul> - <li>mesa: Return 0 for XFB_VARYING_MAX_LENGTH if no varyings</li> - <li>mesa: Set transform feedback's default buffer mode to INTERLEAVED_ATTRIBS</li> - <li>mesa/uniform_query: Don't write to *params if there is an error</li> -</ul> - -<p>Michel Dänzer (1):</p> -<ul> - <li>configure.ac: GLX cannot work without OpenGL</li> -</ul> - -<p>Paul Berry (1):</p> -<ul> - <li>mesa: Allow glReadBuffer(GL_NONE) for winsys framebuffers.</li> -</ul> - -<p>Roland Scheidegger (1):</p> -<ul> - <li>softpipe: fix using optimized filter function</li> -</ul> - -<p>Stefan Dösinger (3):</p> -<ul> - <li>meta: Disable GL_FRAGMENT_SHADER_ATI in MESA_META_SHADER</li> - <li>radeon: Initialize swrast before setting limits</li> - <li>r200: Initialize swrast before setting limits</li> -</ul> - -<p>Zack Rusin (2):</p> -<ul> - <li>glx: only advertise GLX_INTEL_swap_event if it's supported</li> - <li>DRI2: Don't disable GLX_INTEL_swap_event unconditionally</li> -</ul> - - - - -</body></html>
\ No newline at end of file +- glx: only advertise GLX\_INTEL\_swap\_event if it's supported +- DRI2: Don't disable GLX\_INTEL\_swap\_event unconditionally |