From 5ebbc3a366287b631775ed3e17537580d380db8a Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 30 Aug 2013 15:35:17 +0200 Subject: fontconfig mesa xserver xkeyboard-config xkbcomp git update 30 aug 2013 xserver commit 94d4e29aedc69431fa9b299ca1b67947173d7a24 xkeyboard-config commit fcb91cb1013cbdd87a6f77533f188d5934f24046 xkbcomp commit 24d18e0a844041ef82441adb16aa18cc4b4814ae fontconfig commit 071ce44c35733e54cb477cc75810cbe55025b619 mesa commit f7217b99f243738f941a5d009c68387dfadcb50a --- mesalib/configure.ac | 2 +- mesalib/docs/index.html | 7 + mesalib/docs/relnotes/9.2.html | 155 ++++++++++++++++++++- mesalib/src/glsl/ast_to_hir.cpp | 29 ++-- mesalib/src/glsl/ir.cpp | 1 + mesalib/src/glsl/ir.h | 7 + mesalib/src/glsl/ir_constant_expression.cpp | 11 ++ mesalib/src/glsl/ir_print_visitor.cpp | 12 +- mesalib/src/glsl/ir_validate.cpp | 1 + mesalib/src/mesa/main/api_validate.c | 51 ++++--- mesalib/src/mesa/program/ir_to_mesa.cpp | 1 + mesalib/src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 1 + mesalib/src/mesa/vbo/vbo_exec_array.c | 12 ++ 13 files changed, 254 insertions(+), 36 deletions(-) (limited to 'mesalib') diff --git a/mesalib/configure.ac b/mesalib/configure.ac index e20a2289a..b19ab189e 100644 --- a/mesalib/configure.ac +++ b/mesalib/configure.ac @@ -1444,7 +1444,7 @@ egl_platforms=`IFS=', '; echo $with_egl_platforms` for plat in $egl_platforms; do case "$plat" in wayland) - PKG_CHECK_MODULES([WAYLAND], [wayland-client >= 1.0.2 wayland-server >= 1.0.2]) + PKG_CHECK_MODULES([WAYLAND], [wayland-client >= 1.2.0 wayland-server >= 1.2.0]) GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/wayland" WAYLAND_PREFIX=`$PKG_CONFIG --variable=prefix wayland-client` diff --git a/mesalib/docs/index.html b/mesalib/docs/index.html index 30f58ab42..2f04335dc 100644 --- a/mesalib/docs/index.html +++ b/mesalib/docs/index.html @@ -16,6 +16,13 @@

News

+

August 27, 2013

+

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

+

August 1, 2013

Mesa 9.1.6 is released. diff --git a/mesalib/docs/relnotes/9.2.html b/mesalib/docs/relnotes/9.2.html index 1f93b8963..9e1c01522 100644 --- a/mesalib/docs/relnotes/9.2.html +++ b/mesalib/docs/relnotes/9.2.html @@ -14,7 +14,7 @@

-

Mesa 9.2 Release Notes / (date TBD)

+

Mesa 9.2 Release Notes / (August 27, 2013)

Mesa 9.2 is a new development release. @@ -33,7 +33,9 @@ because GL_ARB_compatibility is not supported.

MD5 checksums

-tbd
+4f93c6475ec656fc1f7b93aeffc9b6c4  MesaLib-9.2.0.tar.gz
+4185b6aae890bc62a964f4b24cc1aca8  MesaLib-9.2.0.tar.bz2
+3bc5339bc98b9c37777ffd14e3a8eca4  MesaLib-9.2.0.zip
 
@@ -44,12 +46,14 @@ Note: some of the new features are only available with certain drivers.