From a71d524ecad48837e0124a03124bc05f59a48be7 Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 30 Apr 2015 23:24:30 +0200 Subject: fontconfig pixman libX11 mesa git update 30 Apr 2015 libX11 commit d3415d1f052530760b4617db45affcb984cfe35c pixman commit e0c0153d8e5d42c08c2b9bd2cf2123bff2c48d75 fontconfig commit 4a6f5efd5f6a468e1872d58e589bcf30ba88e2fd mesa commit 1ac7db07b363207e8ded9259f84bbcaa084b8667 --- mesalib/docs/relnotes/10.0.3.html | 2 +- mesalib/docs/relnotes/10.5.4.html | 125 ++++++++++++++++++++++++++++++++++++++ mesalib/docs/relnotes/10.6.0.html | 12 +++- mesalib/docs/relnotes/7.10.html | 2 +- 4 files changed, 137 insertions(+), 4 deletions(-) create mode 100644 mesalib/docs/relnotes/10.5.4.html (limited to 'mesalib/docs/relnotes') diff --git a/mesalib/docs/relnotes/10.0.3.html b/mesalib/docs/relnotes/10.0.3.html index ad7b50864..ce0dcf033 100644 --- a/mesalib/docs/relnotes/10.0.3.html +++ b/mesalib/docs/relnotes/10.0.3.html @@ -104,7 +104,7 @@ a07b4b6b9eb449b88a6cb5061e51c331 MesaLib-10.0.3.zip
  • Add md5sums for 10.0.2. release.
  • cherry-ignore: Ignore several patches not yet ready for the stable branch
  • Drop another couple of patches.
  • -
  • cherry-ignore: Ignore 4 patches at teh request of the author, (Anuj).
  • +
  • cherry-ignore: Ignore 4 patches at the request of the author, (Anuj).
  • Update version to 10.0.3
  • diff --git a/mesalib/docs/relnotes/10.5.4.html b/mesalib/docs/relnotes/10.5.4.html new file mode 100644 index 000000000..4c466d0b3 --- /dev/null +++ b/mesalib/docs/relnotes/10.5.4.html @@ -0,0 +1,125 @@ + + + + + Mesa Release Notes + + + + +
    +

    The Mesa 3D Graphics Library

    +
    + + +
    + +

    Mesa 10.5.4 Release Notes / April 24, 2015

    + +

    +Mesa 10.5.4 is a bug fix release which fixes bugs found since the 10.5.3 release. +

    +

    +Mesa 10.5.4 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 are not supported. +

    + + +

    SHA256 checksums

    +
    +e1089567fc7bf8d9b2d8badcc9f2fc3b758701c8c0ccfe7af1805549fea53f11  mesa-10.5.4.tar.gz
    +b51e723f3a20d842c88a92d809435b229fc4744ca0dbec0317d9d4a3ac4c6803  mesa-10.5.4.tar.xz
    +
    + + +

    New features

    +

    None

    + +

    Bug fixes

    + +

    This list is likely incomplete.

    + + + + +

    Changes

    + +

    Brian Paul (1):

    + + +

    Dave Airlie (2):

    + + +

    Emil Velikov (11):

    + + +

    Ian Romanick (1):

    + + +

    Kenneth Graunke (2):

    + + +

    Kristian Høgsberg (1):

    + + +

    Marek Olšák (2):

    + + +

    Mathias Froehlich (1):

    + + +

    Mauro Rossi (2):

    + + + +
    + + diff --git a/mesalib/docs/relnotes/10.6.0.html b/mesalib/docs/relnotes/10.6.0.html index 82aea5cf9..fbc4d5be9 100644 --- a/mesalib/docs/relnotes/10.6.0.html +++ b/mesalib/docs/relnotes/10.6.0.html @@ -45,15 +45,23 @@ Note: some of the new features are only available with certain drivers.

    Bug fixes

    diff --git a/mesalib/docs/relnotes/7.10.html b/mesalib/docs/relnotes/7.10.html index a88811e50..447465e71 100644 --- a/mesalib/docs/relnotes/7.10.html +++ b/mesalib/docs/relnotes/7.10.html @@ -1693,7 +1693,7 @@ bc644be551ed585fc4f66c16b64a91c9 MesaGLUT-7.10.tar.gz
  • llvmpipe: Special case complementary and identify blend factors in SoA.
  • llvmpipe: Make rgb/alpha bland func/factors match, when there is no alpha.
  • draw: Prevent clipped vertices overflow.
  • -
  • draw: Fullfil the new min_lod/max_lod/lod_bias/border_color dynamic state
  • +
  • draw: Fulfil the new min_lod/max_lod/lod_bias/border_color dynamic state
  • gallivm: Fetch the lod from the dynamic state when min_lod == max_lod.
  • gallivm: Remove dead experimental code.
  • llvmpipe: Decouple sampler view and sampler state updates.
  • -- cgit v1.2.3