Hello community, here is the log from the commit of package Mesa for openSUSE:Factory checked in at 2013-03-22 12:03:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Mesa (Old) and /work/SRC/openSUSE:Factory/.Mesa.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Mesa", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes 2013-03-14 16:53:42.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes 2013-03-22 12:03:42.000000000 +0100 @@ -1,0 +2,41 @@ +Thu Mar 21 12:19:56 UTC 2013 - [email protected] + +- Don't enable xa on ppc and ppc64 +- Fix glapi_dispatch #bfo56710 (u_mesa-glapi_dispatch.patch) + +------------------------------------------------------------------- +Wed Mar 20 11:10:38 UTC 2013 - [email protected] + +- update to Mesa 9.1.1: a bugfix release + * [GM45] mesa demos spriteblast render incorrectly (fdo#30232) + * [gles2] Ironlake: gl_PointCoord takes no effect for point sprites + (fd0#32429) + * Mesa 7.11-devel implementation error: Unexpected program target + in destroy_program_variants_cb() (fdo#38086) + * [snb] corrupted GLSL built-in function results when using Uniform + Buffer contents as arguments (fdo#57121) + * Garbled UI in Team Fortress 2 and Counter-Strike: Source + (fdo#58042) + * Texture flicker with fragment shader (fdo#58960) + * [i965]Oglc fbblit(advanced.blitFb-3d-cube.mirror.both) fails + (fdo#59495) + * [IVB] 3DMMES2.0 Taiji performance reduced by ~13% with + gnome-session enable compositing (fdo#59783) + * build - libvdpau_softpipe fails at runtime. (fdo#60121) + * gbm_dri_bo_create fails to initialize bo->base.base.format + (fdo#60143) + * Corruption with DMA ring on cayman (fdo#60802) + * r600g: add htile support cause gpu lockup in Dishonored wine. + (fdo#60848) + * [softpipe] piglit interpolation-noperspective-gl_BackColor-flat-fixed + regression (fdo#60938) + * alloc_layout_array tx * ty assertion failure when making pbuffer + current (fdo#61012) + * Segfault in glBitmap when called with PBO source (fdo#61026) + +------------------------------------------------------------------- +Mon Mar 18 11:00:12 UTC 2013 - [email protected] + +- Added Download Link to Source section in spec file + +------------------------------------------------------------------- Old: ---- MesaLib-9.1.tar.bz2 New: ---- MesaLib-9.1.1.tar.bz2 u_mesa-glapi_dispatch.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Mesa.spec ++++++ --- /var/tmp/diff_new_pack.b3yTN1/_old 2013-03-22 12:03:45.000000000 +0100 +++ /var/tmp/diff_new_pack.b3yTN1/_new 2013-03-22 12:03:45.000000000 +0100 @@ -17,11 +17,11 @@ %define glamor 1 -%define _version 9.1 +%define _version 9.1.1 %define _name_archive MesaLib Name: Mesa -Version: 9.1 +Version: 9.1.1 Release: 0 BuildRequires: autoconf >= 2.60 BuildRequires: automake @@ -81,7 +81,7 @@ Summary: System for rendering interactive 3-D graphics License: MIT Group: System/Libraries -Source: %{_name_archive}-%{version}.tar.bz2 +Source: ftp://ftp.freedesktop.org/pub/mesa/%{version}/%{_name_archive}-%{version}.tar.bz2 Source2: baselibs.conf Source3: README.updates Source4: manual-pages.tar.bz2 @@ -93,6 +93,8 @@ Patch13: u_mesa-8.0.1-fix-16bpp.patch # Patch to remove OS ABI tag from libGL, so it is no longer preferred over libGLs without OS ABI tag Patch14: u_remove-os-abi-tag.patch +# Patch to fix glapi_dispatch include +Patch15: u_mesa-glapi_dispatch.patch # Patch from Fedora, use shmget when available, under llvmpipe Patch16: u_mesa-8.0-llvmpipe-shmget.patch @@ -524,6 +526,7 @@ %patch16 -p1 %patch13 -p1 %patch14 -p1 +%patch15 -p1 %build @@ -545,7 +548,6 @@ --enable-dri \ --with-egl-platforms=$egl_platforms \ --enable-shared-glapi \ - --enable-xa \ --enable-texture-float \ %if %glamor --enable-gbm \ @@ -553,6 +555,7 @@ %endif --with-dri-searchpath=/usr/%{_lib}/dri/updates:/usr/%{_lib}/dri \ %ifarch armv7hl %ix86 x86_64 + --enable-xa \ --enable-gallium-llvm \ --with-dri-drivers=i915,i965,nouveau,r200,radeon \ --with-gallium-drivers=r300,r600,nouveau,swrast,svga \ ++++++ MesaLib-9.1.tar.bz2 -> MesaLib-9.1.1.tar.bz2 ++++++ ++++ 34338 lines of diff (skipped) ++++++ u_mesa-glapi_dispatch.patch ++++++ commit f00ab2e655d442c2004cb9e3ba6cec1cfe812f9b Author: Dinar Valeev <[email protected]> Date: Thu Mar 21 17:31:35 2013 +0100 fix #bfo56710 glapi_dispatch inclide Reference: https://bugs.freedesktop.org/show_bug.cgi?id=56710 Patch by Matt Turner (mattst88 at gmail.com) diff --git a/src/mapi/glapi/glapi_dispatch.c b/src/mapi/glapi/glapi_dispatch.c index be65ebe..5a0897e 100644 --- a/src/mapi/glapi/glapi_dispatch.c +++ b/src/mapi/glapi/glapi_dispatch.c @@ -86,7 +86,7 @@ #ifdef GLX_INDIRECT_RENDERING /* those link to libglapi.a should provide the entry points */ #define _GLAPI_SKIP_PROTO_ENTRY_POINTS -#endif #include "glapi/glapitemp.h" +#endif #endif /* USE_X86_ASM */ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
