From 1fcb1bfc3abaaa1e2a656dc9d025ccdcd9ba156f7e30cd0dffa318bfcab3fcfa Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 21 Nov 2016 11:55:25 +0000 Subject: [PATCH 1/2] - baselibs.conf: enabled build of 32bit Mesa-dri-nouveau package, e.g. required for Steam (bnc#1011156) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=554 --- Mesa.changes | 6 ++++++ Mesa.spec | 2 +- baselibs.conf | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Mesa.changes b/Mesa.changes index 6e08d84..4e8f60e 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 21 11:53:40 UTC 2016 - sndirsch@suse.com + +- baselibs.conf: enabled build of 32bit Mesa-dri-nouveau package, + e.g. required for Steam (bnc#1011156) + ------------------------------------------------------------------- Mon Nov 14 19:12:26 UTC 2016 - mimi.vx@gmail.com diff --git a/Mesa.spec b/Mesa.spec index 411d46d..a763fc2 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -452,8 +452,8 @@ implementation of Mesa. %if 0%{?with_nine} %package libd3d Summary: Mesa Direct3D9 state tracker -# Manually provide d3d library (bnc#918294) Group: System/Libraries +# Manually provide d3d library (bnc#918294) %ifarch x86_64 s390x ppc64le aarch64 Provides: d3dadapter9.so.1()(64bit) %else diff --git a/baselibs.conf b/baselibs.conf index 8d3d58e..30abedf 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -64,3 +64,4 @@ libvdpau_r300 libvdpau_r600 libvdpau_radeonsi Mesa-libOpenCL +Mesa-dri-nouveau From 3d5acac65973f479b48d4d5631f4e4bc102fd2863028ac317eda292df31fc2f1 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 29 Nov 2016 10:33:22 +0000 Subject: [PATCH 2/2] Accepting request 442471 from home:mimi_vx:branches:X11:XOrg - update to 13.0.2 * fdo#97321 Query INFO_LOG_LENGTH for empty info log should return 0 * fdo#97420 "#version 0" crashes glsl_compiler * i965: Add some APL and KBL SKU strings * i965: Reorder PCI ID list to match release order * i965/glk: Add basic Geminilake support * wsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHR * ac/nir/llvm: fix channel in texture gather lowering code. * vulkan/wsi/x11: handle timeouts properly in next image acquire (v1.1) * vulkan/wsi: store present mode in swapchain base class * vulkan/wsi/x11: add support for IMMEDIATE present mode * vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfaceFormatsKHR * vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfacePresentModesKHR * cherry-ignore: add reverted LLVM_LIBDIR patch * anv: fix enumeration of properties * vc4: Don't abort when a shader compile fails. * vc4: Clamp the shadow comparison value. * vc4: Fix register class handling of DDX/DDY arguments. * util/disk_cache: close a previously opened handle in disk_cache_put (v2) * anv: Fix unintentional integer overflow in anv_CreateDmaBufImageINTEL * anv/format: handle unsupported formats properly * glcpp: Handle '#version 0' and other invalid values * glsl: Parse 0 as a preprocessor INTCONSTANT * anv/gen8: Stall when needed in Cmd(Set|Reset)Event * anv/wsi: Set the fence to signaled in AcquireNextImageKHR * anv: Rework fences * vulkan/wsi/wayland: Include pthread.h * vulkan/wsi/wayland: Clean up some error handling paths * vulkan/wsi: Report the correct min/maxImageCount * i965/gs: Allow primitive id to be a system value OBS-URL: https://build.opensuse.org/request/show/442471 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=555 --- Mesa.changes | 55 +++++++++++++++++++++++++++++++++++++++++ Mesa.spec | 6 ++--- mesa-13.0.1.tar.xz | 3 --- mesa-13.0.1.tar.xz.sig | Bin 543 -> 0 bytes mesa-13.0.2.tar.xz | 3 +++ mesa-13.0.2.tar.xz.sig | Bin 0 -> 543 bytes 6 files changed, 61 insertions(+), 6 deletions(-) delete mode 100644 mesa-13.0.1.tar.xz delete mode 100644 mesa-13.0.1.tar.xz.sig create mode 100644 mesa-13.0.2.tar.xz create mode 100644 mesa-13.0.2.tar.xz.sig diff --git a/Mesa.changes b/Mesa.changes index 4e8f60e..66c8c9f 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +Mon Nov 28 19:36:00 UTC 2016 - mimi.vx@gmail.com + +- update to 13.0.2 +* fdo#97321 Query INFO_LOG_LENGTH for empty info log should return 0 +* fdo#97420 "#version 0" crashes glsl_compiler +* i965: Add some APL and KBL SKU strings +* i965: Reorder PCI ID list to match release order +* i965/glk: Add basic Geminilake support +* wsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHR +* ac/nir/llvm: fix channel in texture gather lowering code. +* vulkan/wsi/x11: handle timeouts properly in next image acquire (v1.1) +* vulkan/wsi: store present mode in swapchain base class +* vulkan/wsi/x11: add support for IMMEDIATE present mode +* vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfaceFormatsKHR +* vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfacePresentModesKHR +* cherry-ignore: add reverted LLVM_LIBDIR patch +* anv: fix enumeration of properties +* vc4: Don't abort when a shader compile fails. +* vc4: Clamp the shadow comparison value. +* vc4: Fix register class handling of DDX/DDY arguments. +* util/disk_cache: close a previously opened handle in disk_cache_put (v2) +* anv: Fix unintentional integer overflow in anv_CreateDmaBufImageINTEL +* anv/format: handle unsupported formats properly +* glcpp: Handle '#version 0' and other invalid values +* glsl: Parse 0 as a preprocessor INTCONSTANT +* anv/gen8: Stall when needed in Cmd(Set|Reset)Event +* anv/wsi: Set the fence to signaled in AcquireNextImageKHR +* anv: Rework fences +* vulkan/wsi/wayland: Include pthread.h +* vulkan/wsi/wayland: Clean up some error handling paths +* vulkan/wsi: Report the correct min/maxImageCount +* i965/gs: Allow primitive id to be a system value +* anv: Handle null in all destructors +* anv/fence: Handle ANV_FENCE_CREATE_SIGNALED_BIT +* nir/spirv: Fix handling of gl_PrimitiveId +* anv/blorp: Ignore clears for attachments first used as resolve destinations +* anv: Implement a depth stall restriction on gen7 +* anv/cmd_buffer: Handle running out of binding tables in compute shaders +* anv/cmd_buffer: Emit a CS stall before setting a CS pipeline +* vulkan/wsi/x11: Implement FIFO mode. +* isl: Fix height calculation in isl_msaa_interleaved_scale_px_to_sa +* i965/hsw: Set integer mode in sampling state for stencil texturing +* intel: Set min_ds_entries on Broxton. +* i965: Fix compute shader crash. +* mesa: Drop PATH_MAX usage. +* i965: Fix GS push inputs with enhanced layouts. +* vulkan/wsi: Add a thread-safe queue implementation +* anv: fix multi level clears with VK_REMAINING_MIP_LEVELS +* gbm: request correct version of the DRI2_FENCE extension +* radeonsi: store group_size_variable in struct si_compute +* glsl/lower_output_reads: fix geometry shader output handling with conditional emit +* Fix races during _mesa_HashWalk(). +* mesa: fix empty program log length + ------------------------------------------------------------------- Mon Nov 21 11:53:40 UTC 2016 - sndirsch@suse.com diff --git a/Mesa.spec b/Mesa.spec index a763fc2..aa06459 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -22,7 +22,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 13.0.1 +%define _version 13.0.2 %define with_opencl 0 %define with_vulkan 0 %ifarch %ix86 x86_64 %arm ppc ppc64 ppc64le s390x @@ -49,7 +49,7 @@ %endif Name: Mesa -Version: 13.0.1 +Version: 13.0.2 Release: 0 Summary: System for rendering interactive 3-D graphics License: MIT @@ -452,8 +452,8 @@ implementation of Mesa. %if 0%{?with_nine} %package libd3d Summary: Mesa Direct3D9 state tracker -Group: System/Libraries # Manually provide d3d library (bnc#918294) +Group: System/Libraries %ifarch x86_64 s390x ppc64le aarch64 Provides: d3dadapter9.so.1()(64bit) %else diff --git a/mesa-13.0.1.tar.xz b/mesa-13.0.1.tar.xz deleted file mode 100644 index f5e6d42..0000000 --- a/mesa-13.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71962fb2bf77d33b0ad4a565b490dbbeaf4619099c6d9722f04a73187957a731 -size 9154288 diff --git a/mesa-13.0.1.tar.xz.sig b/mesa-13.0.1.tar.xz.sig deleted file mode 100644 index de38bb5cb4ec9b5ef6854ea18e08c79e2a1e0d8accc4e7ba9bebeb901bda383d..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 543 zcmV+)0^t3L0vrSY0SEvF1p-(ppo{|NpCzzeGyByEkxZLzvhv=lZ$cCI6z5`hZi+esGAYCvZDaovqB93oMP zRUi&&a+_oDRdU}Le8wKv(aa~*df04Tq_;sutd#H3zI2eTm%60;qQ^mnaL%Rd=lSJM zAquYQ#5T>p;aUnNXA)s|G=STBE5l=ai^N&*4?S2)T#7%E8qMwBwy#5`_nyTE9$Ene z;VAv7nb1Kt37dVrgAPFTlu}lETY`2bueo)xD{?I*?ilJQ*4xI71JWnrGTy|R4sC|a z32mND#sTopWavz$3u#L#u2<>=LrtuR$Ap=Kk(eXBSpQKxHL*#M6UZ$N2;feivw=M^ zIdzRgL+e!cX~B0C-6dMBR*3#wx%nvKv7Xg#M>i+nb!qgvf1NU~vfEp;$MYTY9C`a= zX`o48gJutTiLt%hYH}QJBiBaliV96zXL;K7pAowlo hCwyjmU|*zCF3A^L@mYz9q6OHX^#7;#@hD?8Z_zPl1+f4C diff --git a/mesa-13.0.2.tar.xz b/mesa-13.0.2.tar.xz new file mode 100644 index 0000000..f14ecda --- /dev/null +++ b/mesa-13.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ed622645f4ed61da418bf65adde5bcc4bb79023c36ba7d6b45b389da4416d5 +size 9159100 diff --git a/mesa-13.0.2.tar.xz.sig b/mesa-13.0.2.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..fdb5808894ee4a0b45747686ab226cf1c98e75bb57b6cde1fc49512d6a45eead GIT binary patch literal 543 zcmV+)0^t3L0vrSY0SEvF1p-(+N~Qn`2@vhBH?S=0Ne%c~5CDi@hv_~0l>p9pW zrZf0I`Kqe(Kg%QP$e|-ybtcm9=O>%k8MQ0zWKp0J97K;39s#8h<`KW!ayoYs8?_e_ zYL)CR+OHV01&h!k^U;z1FZ+k^2t}}c3NuJD-i6fx&4*;O4@W}i@RxbKj8eI)K^;$( zp0u{$!GTEU+{YtFn%YwCJ_=a<`%&0YvLiK?HnC}#ks_;miWdGo!z3$AcOKcMo+Fc} z@CFf{nfXlGkeCg=ZVYpU1P00=61e#XR^Vw8wG<-dITFaqJ~D&~kuf+Ca*riA-jT2d zS2%c!Sq=@Rk*xWTsV5p@?ZG~U$Oz!`;Xl(k5a&rP-f#D zHITqI@GFMiI})DG`q*y2!Oh6Hu9mflqW?9|)|TId)=ST=Q{ZiI(?iP7fG2yMN#}i; zlc#PvI96tCf7%|4KUwG>+BqrLJhmyQ?H7-6`XiwzzZo h=z7HG4^^KKwdI~ejhiP8bLEdV|7dAab!=&E6_dwL1swnY literal 0 HcmV?d00001