From 462f18c7b25fe3e467f837647d07ab0a78aa8d2b Mon Sep 17 00:00:00 2001 From: marha Date: Sun, 22 Feb 2015 21:39:56 +0100 Subject: Merged origin/release (checked in because wanted to merge new stuff) --- mesalib/docs/GL3.txt | 14 ++- mesalib/docs/index.html | 45 +++++++++ mesalib/docs/install.html | 6 +- mesalib/docs/relnotes.html | 8 ++ mesalib/docs/relnotes/10.2.html | 2 + mesalib/docs/relnotes/10.3.5.html | 88 +++++++++++++++++ mesalib/docs/relnotes/10.3.6.html | 124 +++++++++++++++++++++++ mesalib/docs/relnotes/10.3.7.html | 93 ++++++++++++++++++ mesalib/docs/relnotes/10.3.html | 1 + mesalib/docs/relnotes/10.4.1.html | 97 ++++++++++++++++++ mesalib/docs/relnotes/10.4.2.html | 127 ++++++++++++++++++++++++ mesalib/docs/relnotes/10.4.3.html | 145 +++++++++++++++++++++++++++ mesalib/docs/relnotes/10.4.4.html | 100 +++++++++++++++++++ mesalib/docs/relnotes/10.4.html | 201 +++++++++++++++++++++++++++++++++++++- mesalib/docs/relnotes/10.5.0.html | 7 ++ mesalib/docs/relnotes/10.6.0.html | 64 ++++++++++++ 16 files changed, 1115 insertions(+), 7 deletions(-) create mode 100644 mesalib/docs/relnotes/10.3.5.html create mode 100644 mesalib/docs/relnotes/10.3.6.html create mode 100644 mesalib/docs/relnotes/10.3.7.html create mode 100644 mesalib/docs/relnotes/10.4.1.html create mode 100644 mesalib/docs/relnotes/10.4.2.html create mode 100644 mesalib/docs/relnotes/10.4.3.html create mode 100644 mesalib/docs/relnotes/10.4.4.html create mode 100644 mesalib/docs/relnotes/10.6.0.html (limited to 'mesalib/docs') diff --git a/mesalib/docs/GL3.txt b/mesalib/docs/GL3.txt index 648f5ac86..a5b817545 100644 --- a/mesalib/docs/GL3.txt +++ b/mesalib/docs/GL3.txt @@ -109,7 +109,7 @@ GL 4.0, GLSL 4.00: - Enhanced per-sample shading DONE (r600) - Interpolation functions DONE (r600) - New overload resolution rules DONE - GL_ARB_gpu_shader_fp64 started (Dave) + GL_ARB_gpu_shader_fp64 DONE (nvc0, softpipe) GL_ARB_sample_shading DONE (i965, nv50, nvc0, r600, radeonsi) GL_ARB_shader_subroutine not started GL_ARB_tessellation_shader started (Chris, Ilia) @@ -191,7 +191,16 @@ GL 4.5, GLSL 4.50: GL_ARB_conditional_render_inverted DONE (i965, nv50, nvc0, llvmpipe, softpipe) GL_ARB_cull_distance not started GL_ARB_derivative_control DONE (i965, nv50, nvc0, r600) - GL_ARB_direct_state_access started (Laura Ekstrand) + GL_ARB_direct_state_access started + - Transform Feedback object started (Martin Peres) + - Buffer object started (Laura Ekstrand) + - Framebuffer object started (Laura Ekstrand) + - Renderbuffer object started (Martin Peres) + - Texture object started (Laura Ekstrand) + - Vertex array object started (Fredrik Höglund) + - Sampler object started (Martin Peres) + - Program Pipeline object started (Martin Peres) + - Query object started (Martin Peres) GL_ARB_get_texture_sub_image started (Brian Paul) GL_ARB_shader_texture_image_samples not started GL_ARB_texture_barrier DONE (nv50, nvc0, r300, r600, radeonsi) @@ -203,6 +212,7 @@ These are the extensions cherry-picked to make GLES 3.1 GLES3.1, GLSL ES 3.1 GL_ARB_arrays_of_arrays started (Timothy) GL_ARB_compute_shader in progress (jljusten) + GL_ARB_draw_indirect DONE (i965, nvc0, radeonsi, llvmpipe, softpipe) GL_ARB_explicit_uniform_location DONE (all drivers that support GLSL) GL_ARB_framebuffer_no_attachments not started GL_ARB_program_interface_query not started diff --git a/mesalib/docs/index.html b/mesalib/docs/index.html index 024bb5f59..15306cebc 100644 --- a/mesalib/docs/index.html +++ b/mesalib/docs/index.html @@ -16,6 +16,51 @@

News

+

February 06, 2015

+

+Mesa 10.4.4 is released. +This is a bug-fix release. +

+ +

January 24, 2015

+

+Mesa 10.4.3 is released. +This is a bug-fix release. +

+ +

January 12, 2015

+

+Mesa 10.3.7 +and Mesa 10.4.2 are released. + +These are bug-fix releases from the 10.3 and 10.4 branches, respectively. +
+NOTE: It is anticipated that 10.3.7 will be the final release in the 10.3 +series. Users of 10.3 are encouraged to migrate to the 10.4 series in order +to obtain future fixes. +

+ +

December 29, 2014

+

+Mesa 10.3.6 +and Mesa 10.4.1 are released. + +These are bug-fix releases from the 10.3 and 10.4 branches, respectively. +

+ +

December 14, 2014

+

+Mesa 10.4 is released. This is a new +development release. See the release notes for more information about +the release. +

+ +

December 5, 2014

+

+Mesa 10.3.5 is released. +This is a bug-fix release. +

+

November 21, 2014

Mesa 10.3.4 is released. diff --git a/mesalib/docs/install.html b/mesalib/docs/install.html index f12425fcb..b12e1cb8c 100644 --- a/mesalib/docs/install.html +++ b/mesalib/docs/install.html @@ -38,6 +38,10 @@ Version 2.6.4 or later should work.
+

  • Python Mako module - +Python Mako module is required. Version 0.7.3 or later should work. +
  • +
  • SCons is required for building on Windows and optional for Linux (it's an alternative to autoconf/automake.)
  • @@ -78,7 +82,7 @@ the needed dependencies:
       sudo yum install flex bison imake libtool xorg-x11-proto-devel libdrm-devel \
       gcc-c++ xorg-x11-server-devel libXi-devel libXmu-devel libXdamage-devel git \
    -  expat-devel llvm-devel
    +  expat-devel llvm-devel python-mako
     
    diff --git a/mesalib/docs/relnotes.html b/mesalib/docs/relnotes.html index 8dd732618..005391974 100644 --- a/mesalib/docs/relnotes.html +++ b/mesalib/docs/relnotes.html @@ -21,6 +21,14 @@ The release notes summarize what's new or changed in each Mesa release.

    diff --git a/mesalib/docs/relnotes/10.3.5.html b/mesalib/docs/relnotes/10.3.5.html new file mode 100644 index 000000000..8efb3035d --- /dev/null +++ b/mesalib/docs/relnotes/10.3.5.html @@ -0,0 +1,88 @@ + + + + + Mesa Release Notes + + + + +
    +

    The Mesa 3D Graphics Library

    +
    + + +
    + +

    Mesa 10.3.5 Release Notes / December 5, 2014

    + +

    +Mesa 10.3.5 is a bug fix release which fixes bugs found since the 10.3.4 release. +

    +

    +Mesa 10.3.5 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

    +
    +7ea71c3cce89114df3dc050376afa1c6f6bf235d77a68f9703273603d6a90621  MesaLib-10.3.5.tar.gz
    +eb75d2790f1606d59d50a6acaa637b6c75f2155b3e0eca3d5099165c0d9556ae  MesaLib-10.3.5.tar.bz2
    +164bc64ba63fb07ff255ff8de6ed3c95ff545dfe8f864c44c33abe94788da910  MesaLib-10.3.5.zip
    +
    + +

    New features

    +

    None

    + +

    Bug fixes

    + +

    This list is likely incomplete.

    + + + +

    Changes

    +

    Brian Paul (2):

    + + +

    Chris Forbes (2):

    + + +

    Emil Velikov (2):

    + + +

    Ilia Mirkin (6):

    + + +

    Rob Clark (1):

    + + + +
    + + diff --git a/mesalib/docs/relnotes/10.3.6.html b/mesalib/docs/relnotes/10.3.6.html new file mode 100644 index 000000000..84db587b5 --- /dev/null +++ b/mesalib/docs/relnotes/10.3.6.html @@ -0,0 +1,124 @@ + + + + + Mesa Release Notes + + + + +
    +

    The Mesa 3D Graphics Library

    +
    + + +
    + +

    Mesa 10.3.6 Release Notes / December 29, 2014

    + +

    +Mesa 10.3.6 is a bug fix release which fixes bugs found since the 10.3.5 release. +

    +

    +Mesa 10.3.6 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

    +
    +c4d053d6bc6604cb5c93c99e0ef2e815c539f26dc5a03737eb3809bc1767d12f  MesaLib-10.3.6.tar.gz
    +8d43673c6788fbf85f9c36c3a95c61ccf46f8835fc9c0d85d34474490d80572b  MesaLib-10.3.6.tar.bz2
    +6b5b1e9a13949cfdb76fe51e8dcc3ea71e464a5ca73d11fdc29c20c4ba3f411a  MesaLib-10.3.6.zip
    +
    + +

    New features

    +

    None

    + +

    Bug fixes

    + +

    This list is likely incomplete.

    + + + +

    Changes

    + +

    Andres Gomez (1):

    + + +

    Ben Widawsky (1):

    + + +

    Dave Airlie (1):

    + + +

    Emil Velikov (3):

    + + +

    Ian Romanick (2):

    + + +

    Ilia Mirkin (3):

    + + +

    José Fonseca (1):

    + + +

    Marek Olšák (1):

    + + +

    Mario Kleiner (4):

    + + +

    Maxence Le Doré (1):

    + + +

    Tom Stellard (1):

    + + +
    + + diff --git a/mesalib/docs/relnotes/10.3.7.html b/mesalib/docs/relnotes/10.3.7.html new file mode 100644 index 000000000..10302cf2e --- /dev/null +++ b/mesalib/docs/relnotes/10.3.7.html @@ -0,0 +1,93 @@ + + + + + Mesa Release Notes + + + + +
    +

    The Mesa 3D Graphics Library

    +
    + + +
    + +

    Mesa 10.3.7 Release Notes / January 12, 2015

    + +

    +Mesa 10.3.7 is a bug fix release which fixes bugs found since the 10.3.6 release. +

    +

    +Mesa 10.3.7 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

    +
    +bc13f33c19bc9f44a0565fdd51a8f9d1c0153a3365c429ceaf4ef43b7022b052  MesaLib-10.3.7.tar.gz
    +43c6ced15e237cbb21b3082d7c0b42777c50c1f731d0d4b5efb5231063fb6a5b  MesaLib-10.3.7.tar.bz2
    +d821fd46baf804fecfcf403e901800a4b996c7dd1c83f20a354b46566a49026f  MesaLib-10.3.7.zip
    +
    + +

    New features

    +

    None

    + +

    Bug fixes

    + +

    This list is likely incomplete.

    + + + +

    Changes

    + +

    Chad Versace (2):

    + + +

    Emil Velikov (2):

    + + +

    Ilia Mirkin (2):

    + + +

    Kenneth Graunke (2):

    + + +

    Marek Olšák (3):

    + + +

    Michel Dänzer (1):

    + + +
    + + diff --git a/mesalib/docs/relnotes/10.3.html b/mesalib/docs/relnotes/10.3.html index 53cd62d3d..e3ee7b1d5 100644 --- a/mesalib/docs/relnotes/10.3.html +++ b/mesalib/docs/relnotes/10.3.html @@ -327,6 +327,7 @@ DRM drivers that don't have a full-fledged GEM (such as qxl or simpledrm)
  • Removed support for the GL_ATI_envmap_bumpmap extension
  • The hacky --enable-32/64-bit is no longer available in configure. To build 32/64 bit mesa refer to the default method recommended by your distribution
  • +The environment variable GALLIUM_MSAA that forced a multisample GLX visual was removed. diff --git a/mesalib/docs/relnotes/10.4.1.html b/mesalib/docs/relnotes/10.4.1.html new file mode 100644 index 000000000..206320bb6 --- /dev/null +++ b/mesalib/docs/relnotes/10.4.1.html @@ -0,0 +1,97 @@ + + + + + Mesa Release Notes + + + + +
    +

    The Mesa 3D Graphics Library

    +
    + + +
    + +

    Mesa 10.4.1 Release Notes / December 29, 2014

    + +

    +Mesa 10.4.1 is a bug fix release which fixes bugs found since the 10.4.0 release. +

    +

    +Mesa 10.4.1 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

    +
    +5311285e791a6bfaa468ad002bd1e1164acb3eaa040b5a1bf958bdb7c27e0a9d  MesaLib-10.4.1.tar.gz
    +91e8b71c8aff4cb92022a09a872b1c5d1ae5bfec8c6c84dbc4221333da5bf1ca  MesaLib-10.4.1.tar.bz2
    +e09c8135f5a86ecb21182c6f8959aafd39ae2f98858fdf7c0e25df65b5abcdb8  MesaLib-10.4.1.zip
    +
    + +

    New features

    +

    None

    + +

    Bug fixes

    + +

    This list is likely incomplete.

    + + + + +

    Changes

    + +

    Andres Gomez (1):

    + + +

    Cody Northrop (1):

    + + +

    Emil Velikov (3):

    + + +

    Ian Romanick (2):

    + + +

    Mario Kleiner (4):

    + + +

    Maxence Le Doré (1):

    + + + +
    + + diff --git a/mesalib/docs/relnotes/10.4.2.html b/mesalib/docs/relnotes/10.4.2.html new file mode 100644 index 000000000..51d751de4 --- /dev/null +++ b/mesalib/docs/relnotes/10.4.2.html @@ -0,0 +1,127 @@ + + + + + Mesa Release Notes + + + + +
    +

    The Mesa 3D Graphics Library

    +
    + + +
    + +

    Mesa 10.4.2 Release Notes / January 12, 2015

    + +

    +Mesa 10.4.2 is a bug fix release which fixes bugs found since the 10.4.1 release. +

    +

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

    + +

    SHA256 checksums

    +
    +e303e77dd774df0d051b2870b165f98c97084a55980f884731df89c1b56a6146  MesaLib-10.4.2.tar.gz
    +08a119937d9f2aa2f66dd5de97baffc2a6e675f549e40e699a31f5485d15327f  MesaLib-10.4.2.tar.bz2
    +c2c2921a80a3395824f02bee4572a6a17d6a12a928a3e497618eeea04fb06490  MesaLib-10.4.2.zip
    +
    + +

    New features

    +

    None

    + +

    Bug fixes

    + +

    This list is likely incomplete.

    + + + + +

    Changes

    + +

    Chad Versace (2):

    + + +

    Dave Airlie (3):

    + + +

    Emil Velikov (2):

    + + +

    Ilia Mirkin (2):

    + + +

    Kenneth Graunke (2):

    + + +

    Leonid Shatz (1):

    + + +

    Marek Olšák (4):

    + + +

    Michel Dänzer (1):

    + + +

    Roland Scheidegger (1):

    + + +

    Tiziano Bacocco (1):

    + + +

    Vadim Girlin (1):

    + + + +
    + + diff --git a/mesalib/docs/relnotes/10.4.3.html b/mesalib/docs/relnotes/10.4.3.html new file mode 100644 index 000000000..6fffa05b5 --- /dev/null +++ b/mesalib/docs/relnotes/10.4.3.html @@ -0,0 +1,145 @@ + + + + + Mesa Release Notes + + + + +
    +

    The Mesa 3D Graphics Library

    +
    + + +
    + +

    Mesa 10.4.3 Release Notes / January 24, 2015

    + +

    +Mesa 10.4.3 is a bug fix release which fixes bugs found since the 10.4.2 release. +

    +

    +Mesa 10.4.3 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

    +
    +c53eaafc83d9c6315f63e0904d9954d929b841b0b2be7a328eeb6e14f1376129  MesaLib-10.4.3.tar.gz
    +ef6ecc9c2f36c9f78d1662382a69ae961f38f03af3a0c3268e53f351aa1978ad  MesaLib-10.4.3.tar.bz2
    +179325fc8ec66529d3b0d0c43ef61a33a44d91daa126c3bbdd1efdfd25a7db1d  MesaLib-10.4.3.zip
    +
    + +

    New features

    +

    None

    + +

    Bug fixes

    + +

    This list is likely incomplete.

    + + + + +

    Changes

    + +

    Axel Davy (39):

    + + +

    Emil Velikov (2):

    + + +

    Jason Ekstrand (1):

    + + +

    Jonathan Gray (1):

    + + +

    Jose Fonseca (1):

    + + +

    Kenneth Graunke (2):

    + + +

    Stanislaw Halik (1):

    + + +

    Xavier Bouchoux (3):

    + + + +
    + + diff --git a/mesalib/docs/relnotes/10.4.4.html b/mesalib/docs/relnotes/10.4.4.html new file mode 100644 index 000000000..6f3352361 --- /dev/null +++ b/mesalib/docs/relnotes/10.4.4.html @@ -0,0 +1,100 @@ + + + + + Mesa Release Notes + + + + +
    +

    The Mesa 3D Graphics Library

    +
    + + +
    + +

    Mesa 10.4.4 Release Notes / February 06, 2015

    + +

    +Mesa 10.4.4 is a bug fix release which fixes bugs found since the 10.4.3 release. +

    +

    +Mesa 10.4.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

    +
    +5cb427eaf980cb8555953e9928f5797979ed783e277745d5f8cbae8bc5364086  MesaLib-10.4.4.tar.gz
    +f18a967e9c4d80e054b2fdff8c130ce6e6d1f8eecfc42c9f354f8628d8b4df1c  MesaLib-10.4.4.tar.bz2
    +86baad73b77920c80fe58402a905e7dd17e3ea10ead6ea7d3afdc0a56c860bd7  MesaLib-10.4.4.zip
    +
    + +

    New features

    +

    None

    + +

    Bug fixes

    + +

    This list is likely incomplete.

    + + + + +

    Changes

    + +

    Brian Paul (1):

    + + +

    Emil Velikov (2):

    + + +

    José Fonseca (1):

    + + +

    Mario Kleiner (1):

    + + +

    Matt Turner (1):

    + + +

    Niels Ole Salscheider (1):

    + + +

    Park, Jeongmin (1):

    + + +

    Ville Syrjälä (1):

    + + + +
    + + diff --git a/mesalib/docs/relnotes/10.4.html b/mesalib/docs/relnotes/10.4.html index 8682d7196..f46fd6809 100644 --- a/mesalib/docs/relnotes/10.4.html +++ b/mesalib/docs/relnotes/10.4.html @@ -14,7 +14,7 @@
    -

    Mesa 10.4 Release Notes / TBD

    +

    Mesa 10.4 Release Notes / December 14, 2014

    Mesa 10.4 is a new development release. @@ -31,9 +31,11 @@ because compatibility contexts are not supported.

    -

    MD5 checksums

    +

    SHA256 checksums

    -TBD.
    +abfbfd2d91ce81491c5bb6923ae649212ad5f82d0bee277de8704cc948dc221e  MesaLib-10.4.0.tar.gz
    +98a7dff3a1a6708c79789de8b9a05d8042e867067f70e8f30387c15026233219  MesaLib-10.4.0.tar.bz2
    +443a6d46d0691b5ac811d8d30091b1716c365689b16d49c57cf273c2b76086fe  MesaLib-10.4.0.zip
     
    @@ -54,11 +56,202 @@ Note: some of the new features are only available with certain drivers.

    Bug fixes

    -TBD. +

    This list is likely incomplete.

    + +

    Changes

    diff --git a/mesalib/docs/relnotes/10.5.0.html b/mesalib/docs/relnotes/10.5.0.html index 84bfcdbdb..578db4f24 100644 --- a/mesalib/docs/relnotes/10.5.0.html +++ b/mesalib/docs/relnotes/10.5.0.html @@ -44,6 +44,12 @@ Note: some of the new features are only available with certain drivers.

    @@ -54,6 +60,7 @@ TBD.

    Changes

    diff --git a/mesalib/docs/relnotes/10.6.0.html b/mesalib/docs/relnotes/10.6.0.html new file mode 100644 index 000000000..056d3b00d --- /dev/null +++ b/mesalib/docs/relnotes/10.6.0.html @@ -0,0 +1,64 @@ + + + + + Mesa Release Notes + + + + +
    +

    The Mesa 3D Graphics Library

    +
    + + +
    + +

    Mesa 10.6.0 Release Notes / TBD

    + +

    +Mesa 10.6.0 is a new development release. +People who are concerned with stability and reliability should stick +with a previous release or wait for Mesa 10.6.1. +

    +

    +Mesa 10.6.0 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. +

    + + +

    MD5 checksums

    +
    +TBD.
    +
    + + +

    New features

    + +

    +Note: some of the new features are only available with certain drivers. +

    + + + +

    Bug fixes

    + +TBD. + +

    Changes

    + +TBD. + +
    + + -- cgit v1.2.3