From f1c2db43dcf35d2cf4715390bd2391c28e42a8c2 Mon Sep 17 00:00:00 2001
From: marha
Date: Sun, 22 Feb 2015 14:31:16 +0100
Subject: xwininfo fontconfig libX11 libXdmcp libfontenc libxcb
libxcb/xcb-proto mesalib xserver xkeyboard-config mkfontscale git update 22
Feb 2015
xserver commit 3a06faf3fcdb7451125a46181f9152e8e59e9770
libxcb commit e3ec1f74637237ce500dfd0ca59f2e422da4e019
libxcb/xcb-proto commit 4c550465934164aab2449a125f75f4ca07816233
xkeyboard-config commit 26f344c93f8c6141e9233eb68088ba4fd56bc9ef
libX11 commit c8e19b393defd53f046ddc2da3a16881221b3c34
libXdmcp commit 9f4cac7656b221ce2a8f97e7bd31e5e23126d001
libfontenc commit de1843aaf76015c9d99416f3122d169fe331b849
mkfontscale commit 87d628f8eec170ec13bb9feefb1ce05aed07d1d6
xwininfo commit 0c49f8f2bd56b1e77721e81030ea948386dcdf4e
fontconfig commit d6d5adeb7940c0d0beb86489c2a1c2ce59e5c044
mesa commit 4359954d842caa2a9f8d4b50d70ecc789884b68b
---
mesalib/docs/GL3.txt | 14 +++-
mesalib/docs/index.html | 24 +++++++
mesalib/docs/install.html | 6 +-
mesalib/docs/relnotes.html | 4 ++
mesalib/docs/relnotes/10.3.7.html | 93 ++++++++++++++++++++++++
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.5.0.html | 1 +
mesalib/docs/relnotes/10.6.0.html | 64 +++++++++++++++++
10 files changed, 575 insertions(+), 3 deletions(-)
create mode 100644 mesalib/docs/relnotes/10.3.7.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 27b1c713d..15306cebc 100644
--- a/mesalib/docs/index.html
+++ b/mesalib/docs/index.html
@@ -16,6 +16,30 @@
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
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.)
diff --git a/mesalib/docs/relnotes.html b/mesalib/docs/relnotes.html
index 22c6f6e44..005391974 100644
--- a/mesalib/docs/relnotes.html
+++ b/mesalib/docs/relnotes.html
@@ -21,6 +21,10 @@ The release notes summarize what's new or changed in each Mesa release.
+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.
+
+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.
+
+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.
+
+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.
+
Bug 88930 - [osmesa] osbuffer->textures should be indexed by attachment type
+
+
+
+
+
Changes
+
+
Brian Paul (1):
+
+
mesa: fix display list 8-byte alignment issue
+
+
+
Emil Velikov (2):
+
+
docs: Add sha256 sums for the 10.4.3 release
+
Update version to 10.4.4
+
+
+
José Fonseca (1):
+
+
egl: Pass the correct X visual depth to xcb_put_image().
+
+
+
Mario Kleiner (1):
+
+
glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)
+
+
+
Matt Turner (1):
+
+
gallium/util: Don't use __builtin_clrsb in util_last_bit().
+
+
+
Niels Ole Salscheider (1):
+
+
configure: Link against all LLVM targets when building clover
+
+
+
Park, Jeongmin (1):
+
+
st/osmesa: Fix osbuffer->textures indexing
+
+
+
Ville Syrjälä (1):
+
+
i965: Fix max_wm_threads for CHV
+
+
+
+
+
+
diff --git a/mesalib/docs/relnotes/10.5.0.html b/mesalib/docs/relnotes/10.5.0.html
index 4f921ea4d..578db4f24 100644
--- a/mesalib/docs/relnotes/10.5.0.html
+++ b/mesalib/docs/relnotes/10.5.0.html
@@ -47,6 +47,7 @@ Note: some of the new features are only available with certain drivers.
GL_ARB_framebuffer_sRGB on freedreno
GL_ARB_texture_rg on freedreno
GL_EXT_packed_float on freedreno
+
GL_EXT_polygon_offset_clamp on i965, nv50, nvc0, r600, radeonsi, llvmpipe
+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.
+
+
+
+
GL_AMD_pinned_memory on r600, radeonsi
+
GL_ARB_draw_instanced on freedreno
+
GL_ARB_gpu_shader_fp64 on nvc0, softpipe
+
GL_ARB_instanced_arrays on freedreno
+
GL_ARB_pipeline_statistics_query on i965, nv50, nvc0, r600, radeonsi, softpipe