diff options
author | marha <marha@users.sourceforge.net> | 2013-11-29 11:25:56 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-11-29 11:25:56 +0100 |
commit | c043f97a8572e1f509251288d8bcd70d0fb96770 (patch) | |
tree | 8ebbc0f82f5c5b1d6453420963ca7d71b6161e0c /mesalib/docs | |
parent | 4042ec939a2cdc8473479c900871c4c8c0b4e818 (diff) | |
download | vcxsrv-c043f97a8572e1f509251288d8bcd70d0fb96770.tar.gz vcxsrv-c043f97a8572e1f509251288d8bcd70d0fb96770.tar.bz2 vcxsrv-c043f97a8572e1f509251288d8bcd70d0fb96770.zip |
fontconfig mesa xserver git update 29 Nov 2013
xserver commit d695cb7fb6bb8fd159a332d902673edbbd2237d7
fontconfig commit a5fd7912ff8c7bc72d2cdbd0038c7ff0c968831f
mesa commit fb5f5b81883f360dcbbf407a0f6f5606bc0c0495
Diffstat (limited to 'mesalib/docs')
-rw-r--r-- | mesalib/docs/index.html | 6 | ||||
-rw-r--r-- | mesalib/docs/relnotes.html | 1 | ||||
-rw-r--r-- | mesalib/docs/relnotes/9.2.4.html | 99 |
3 files changed, 106 insertions, 0 deletions
diff --git a/mesalib/docs/index.html b/mesalib/docs/index.html index dd407e36e..3b8dd31cd 100644 --- a/mesalib/docs/index.html +++ b/mesalib/docs/index.html @@ -16,6 +16,12 @@ <h1>News</h1> +<h2>November 27, 2013</h2> +<p> +<a href="relnotes/9.2.4.html">Mesa 9.2.4</a> is released. +This is a bug fix release. +</p> + <h2>November 13, 2013</h2> <p> <a href="relnotes/9.2.3.html">Mesa 9.2.3</a> is released. diff --git a/mesalib/docs/relnotes.html b/mesalib/docs/relnotes.html index 13de49a64..24c0153b2 100644 --- a/mesalib/docs/relnotes.html +++ b/mesalib/docs/relnotes.html @@ -23,6 +23,7 @@ The release notes summarize what's new or changed in each Mesa release. <ul> <li><a href="relnotes/10.1.html">10.1 release notes</a> <li><a href="relnotes/10.0.html">10.0 release notes</a> +<li><a href="relnotes/9.2.4.html">9.2.4 release notes</a> <li><a href="relnotes/9.2.3.html">9.2.3 release notes</a> <li><a href="relnotes/9.2.2.html">9.2.2 release notes</a> <li><a href="relnotes/9.2.1.html">9.2.1 release notes</a> diff --git a/mesalib/docs/relnotes/9.2.4.html b/mesalib/docs/relnotes/9.2.4.html new file mode 100644 index 000000000..1ca6b1d13 --- /dev/null +++ b/mesalib/docs/relnotes/9.2.4.html @@ -0,0 +1,99 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html lang="en"> +<head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <title>Mesa Release Notes</title> + <link rel="stylesheet" type="text/css" href="../mesa.css"> +</head> +<body> + +<div class="header"> + <h1>The Mesa 3D Graphics Library</h1> +</div> + +<iframe src="../contents.html"></iframe> +<div class="content"> + +<h1>Mesa 9.2.4 Release Notes / (November 27, 2013)</h1> + +<p> +Mesa 9.2.4 is a bug fix release which fixes bugs found since the 9.2.3 release. +</p> +<p> +Mesa 9.2 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> + + +<h2>MD5 checksums</h2> +<pre> +</pre> + + +<h2>New features</h2> +<p>None</p> + +<h2>Bug fixes</h2> + +<p>This list is likely incomplete.</p> + +<ul> + +<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=53077">Bug 53077</a> - [IVB] Output error with msaa when both of framebuffer and source color's alpha are not 1</li> + +<li>Fix freedreno to compile with recent libdrm.</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.2.3..mesa-9.2.4 +</pre> + +<p>Brian Paul (1):</p> +<ul> + <li>st/mesa: fix GL_FEEDBACK mode inverted Y coordinate bug</li> +</ul> + +<p>Paul Berry (2):</p> +<ul> + <li>i965: Fix vertical alignment for multisampled buffers.</li> + <li>glsl: Fix lowering of direct assignment in lower_clip_distance.</li> +</ul> + +<p>Rob Clark (17):</p> +<ul> + <li>freedreno/a3xx: fix color inversion on mem->gmem restore</li> + <li>freedreno/a3xx: fix viewport on gmem->mem resolve</li> + <li>freedreno: add debug option to disable scissor optimization</li> + <li>freedreno: update register headers</li> + <li>freedreno/a3xx: some texture fixes</li> + <li>freedreno/a3xx/compiler: fix CMP</li> + <li>freedreno/a3xx/compiler: handle saturate on dst</li> + <li>freedreno/a3xx/compiler: use max_reg rather than file_count</li> + <li>freedreno/a3xx/compiler: cat4 cannot use const reg as src</li> + <li>freedreno: fix segfault when no color buffer bound</li> + <li>freedreno/a3xx/compiler: make compiler errors more useful</li> + <li>freedreno/a3xx/compiler: bit of re-arrange/cleanup</li> + <li>freedreno/a3xx/compiler: fix SGT/SLT/etc</li> + <li>freedreno/a3xx: don't leak so much</li> + <li>freedreno/a3xx/compiler: better const handling</li> + <li>freedreno/a3xx/compiler: handle sync flags better</li> + <li>freedreno: updates for msm drm/kms driver</li> +</ul> + +<p>Tapani Pälli (1):</p> +<ul> + <li>mesa: enable GL_TEXTURE_LOD_BIAS set/get</li> +</ul> + +</div> +</body> +</html> |