diff options
author | Laura Ekstrand <laura@jlekstrand.net> | 2018-05-28 21:06:51 -0700 |
---|---|---|
committer | Laura Ekstrand <laura@jlekstrand.net> | 2018-06-15 16:06:43 -0700 |
commit | eeb3c270c8ad36b4cb67662ea7b6a2b0c0f7fb2b (patch) | |
tree | fd03f2117d0b1f207d26fa201b088ebda410665f /docs/relnotes/10.0.2.rst | |
parent | f20bbc56013c9d86e98f30fb2ea2622deb27a26a (diff) |
docs: Add results of script - pandoc-generated rst pages.
Diffstat (limited to 'docs/relnotes/10.0.2.rst')
-rw-r--r-- | docs/relnotes/10.0.2.rst | 211 |
1 files changed, 91 insertions, 120 deletions
diff --git a/docs/relnotes/10.0.2.rst b/docs/relnotes/10.0.2.rst index 38e6c07b13..dc69a6d7b5 100644 --- a/docs/relnotes/10.0.2.rst +++ b/docs/relnotes/10.0.2.rst @@ -1,157 +1,128 @@ -<!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 10.0.2 Release Notes / (January 9, 2014) +============================================= +Mesa 10.0.2 is a bug fix release which fixes bugs found since the 10.0.1 +release. +Mesa 10.0.2 implements the OpenGL 3.3 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.3. OpenGL 3.3 is **only** available if requested at context creation +because compatibility contexts not supported. +MD5 checksums +------------- +:: + de7d14baf0101b697c140d2f47ef27e9 MesaLib-10.0.2.tar.gz + 8544c0ab3e438a08b5103421ea15b6d2 MesaLib-10.0.2.tar.bz2 + 181b0d6c1afca38e98a930d0e564ed90 MesaLib-10.0.2.zip -<h1>Mesa 10.0.2 Release Notes / (January 9, 2014)</h1> +New features +------------ -<p> -Mesa 10.0.2 is a bug fix release which fixes bugs found since the 10.0.1 release. -</p> -<p> -Mesa 10.0.2 implements the OpenGL 3.3 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.3. OpenGL -3.3 is <strong>only</strong> available if requested at context creation -because compatibility contexts not supported. -</p> +None + +Bug fixes +--------- + +This list is likely incomplete. + +- `Bug 70740 <https://bugs.freedesktop.org/show_bug.cgi?id=70740>`__ - + HiZ on SNB causes GPU hang with WebGL web app +- `Bug 72026 <https://bugs.freedesktop.org/show_bug.cgi?id=72026>`__ - + SIGSEGV in fs\_visitor::visit(ir\_dereference\_variable\*) +- `Bug 72264 <https://bugs.freedesktop.org/show_bug.cgi?id=72264>`__ - + GLSL error reporting +- `Bug 72369 <https://bugs.freedesktop.org/show_bug.cgi?id=72369>`__ - + glitches in serious sam 3 with the sb shader backend + +Changes +------- + +The full set of changes can be viewed by using the following git +command: + +:: + + git log mesa-10.0.1..mesa-10.0.2 + +Aaron Watry (8): + +- clover: Remove unused variable +- pipe\_loader/sw: close dev->lib when initialization fails +- radeon/compute: Stop leaking LLVMContexts in + radeon\_llvm\_parse\_bitcode +- r600/compute: Free compiled kernels when deleting compute state +- r600/compute: Use the correct FREE macro when deleting compute state +- radeon/llvm: Free target data at end of optimization +- st/vdpau: Destroy context when initialization fails +- r600/pipe: Stop leaking context->start\_compute\_cs\_cmd.buf on EG/CM +Alex Deucher (1): -<h2>MD5 checksums</h2> -<pre>de7d14baf0101b697c140d2f47ef27e9 MesaLib-10.0.2.tar.gz -8544c0ab3e438a08b5103421ea15b6d2 MesaLib-10.0.2.tar.bz2 -181b0d6c1afca38e98a930d0e564ed90 MesaLib-10.0.2.zip -</pre> +- r600g: fix SUMO2 pci id +Alexander von Gluck IV (1): -<h2>New features</h2> -<p>None</p> +- Haiku: Add in public GL kit headers -<h2>Bug fixes</h2> +Anuj Phogat (1): -<p>This list is likely incomplete.</p> +- mesa: Fix error code generation in glBeginConditionalRender() -<ul> +Carl Worth (2): -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=70740">Bug 70740</a> - HiZ on SNB causes GPU hang with WebGL web app</li> +- docs: Add md5sums for the 10.0.1 release. +- Update version to 10.0.2 -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=72026">Bug 72026</a> - SIGSEGV in fs_visitor::visit(ir_dereference_variable*)</li> +Chad Versace (1): -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=72264">Bug 72264</a> - GLSL error reporting</li> +- i965/gen6: Fix HiZ hang in WebGL Google Maps -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=72369">Bug 72369</a> - glitches in serious sam 3 with the sb shader backend</li> +Erik Faye-Lund (1): -</ul> +- glcpp: error on multiple #else/#elif directives -<h2>Changes</h2> +Henri Verbeet (1): -<p>The full set of changes can be viewed by using the following git command:</p> +- i915: Add support for gl\_FragData[0] reads. -<pre> git log mesa-10.0.1..mesa-10.0.2 -</pre> +Ilia Mirkin (1): -<p>Aaron Watry (8):</p> -<ul> - <li>clover: Remove unused variable</li> - <li>pipe_loader/sw: close dev->lib when initialization fails</li> - <li>radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcode</li> - <li>r600/compute: Free compiled kernels when deleting compute state</li> - <li>r600/compute: Use the correct FREE macro when deleting compute state</li> - <li>radeon/llvm: Free target data at end of optimization</li> - <li>st/vdpau: Destroy context when initialization fails</li> - <li>r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CM</li> -</ul> +- nv50: fix a small leak on context destroy -<p>Alex Deucher (1):</p> -<ul> - <li>r600g: fix SUMO2 pci id</li> -</ul> +Jonathan Liu (2): -<p>Alexander von Gluck IV (1):</p> -<ul> - <li>Haiku: Add in public GL kit headers</li> -</ul> +- st/mesa: use pipe\_sampler\_view\_release() +- llvmpipe: use pipe\_sampler\_view\_release() to avoid segfault -<p>Anuj Phogat (1):</p> -<ul> - <li>mesa: Fix error code generation in glBeginConditionalRender()</li> -</ul> +Kenneth Graunke (2): -<p>Carl Worth (2):</p> -<ul> - <li>docs: Add md5sums for the 10.0.1 release.</li> - <li>Update version to 10.0.2</li> -</ul> +- i965: Fix 3DSTATE\_PUSH\_CONSTANT\_ALLOC\_PS packet creation. +- Revert "mesa: Remove GLXContextID typedef from glx.h." -<p>Chad Versace (1):</p> -<ul> - <li>i965/gen6: Fix HiZ hang in WebGL Google Maps</li> -</ul> +Kevin Rogovin (1): -<p>Erik Faye-Lund (1):</p> -<ul> - <li>glcpp: error on multiple #else/#elif directives</li> -</ul> +- Use line number information from entire function expression -<p>Henri Verbeet (1):</p> -<ul> - <li>i915: Add support for gl_FragData[0] reads.</li> -</ul> +Kristian Høgsberg (1): -<p>Ilia Mirkin (1):</p> -<ul> - <li>nv50: fix a small leak on context destroy</li> -</ul> +- dri\_util: Don't assume \_\_DRIcontext->driverPrivate is a + gl\_context -<p>Jonathan Liu (2):</p> -<ul> - <li>st/mesa: use pipe_sampler_view_release()</li> - <li>llvmpipe: use pipe_sampler_view_release() to avoid segfault</li> -</ul> +Marek Olšák (2): -<p>Kenneth Graunke (2):</p> -<ul> - <li>i965: Fix 3DSTATE_PUSH_CONSTANT_ALLOC_PS packet creation.</li> - <li>Revert "mesa: Remove GLXContextID typedef from glx.h."</li> -</ul> +- mesa: fix interpretation of glClearBuffer(drawbuffer) +- st/mesa: fix glClear with multiple colorbuffers and different formats -<p>Kevin Rogovin (1):</p> -<ul> - <li>Use line number information from entire function expression</li> -</ul> +Paul Berry (2): -<p>Kristian Høgsberg (1):</p> -<ul> - <li>dri_util: Don't assume __DRIcontext->driverPrivate is a gl_context</li> -</ul> +- glsl: Teach ir\_variable\_refcount about ir\_loop::counter variables. +- glsl: Fix inconsistent assumptions about ir\_loop::counter. -<p>Marek Olšák (2):</p> -<ul> - <li>mesa: fix interpretation of glClearBuffer(drawbuffer)</li> - <li>st/mesa: fix glClear with multiple colorbuffers and different formats</li> -</ul> +Vadim Girlin (1): -<p>Paul Berry (2):</p> -<ul> - <li>glsl: Teach ir_variable_refcount about ir_loop::counter variables.</li> - <li>glsl: Fix inconsistent assumptions about ir_loop::counter.</li> -</ul> - -<p>Vadim Girlin (1):</p> -<ul> - <li>r600g/sb: fix stack size computation on evergreen</li> -</ul> - - - - -</body></html>
\ No newline at end of file +- r600g/sb: fix stack size computation on evergreen |