From ca51f0d438b90f781bdaf910a1874a4b8968648842b90a794187775ea017f4e4 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 15 Nov 2016 10:24:36 +0000 Subject: [PATCH] Accepting request 440283 from home:mimi_vx:branches:X11:XOrg - update to 13.0.1 * fdo#97715 [ILK,G45,G965] piglit.spec.arb_separate_shader_objects.misc api error checks * fdo#98012 [IVB] Segfault when running Dolphin twice with Vulkan * fdo#98512 radeon r600 vdpau: Invalid command stream: texture bo too small * i965: Fix GPU hang related to multiple render targets and alpha testing * Revert "st/vdpau: use linear layout for output surfaces" * ac/nir: add support for discard_if intrinsic (v2) * nir: add conditional discard optimisation (v4) * amd/addrlib: limit fastcall/regparm to GCC i386 * anv: use correct .specVersion for extensions * vc4: Use Newton-Raphson on the 1/W write to fix glmark2 terrain. * ir: Flip gl_SamplePosition in nir_lower_wpos_ytransform(). * anv/device: Return DEVICE_LOST if execbuf2 fails * vulkan/wsi/x11: Better handle wsi_x11_connection_create failure * vulkan/wsi/x11: Clean up connections in finish_wsi * anv: Better handle return codes from anv_physical_device_init * intel/blorp: Use wm_prog_data instead of hand-rolling our own * intel/blorp: Pass a brw_stage_prog_data to upload_shader * anv/pipeline: Put actual pointers in anv_shader_bin * anv/pipeline: Properly cache prog_data::param * intel/blorp: Emit all the binding tables * anv/device: Add an execbuf wrapper * anv: Add a cmd_buffer_execbuf helper * anv: Don't presume to know what address is in a surface relocation * anv: Add a new bo_pool_init helper * anv/allocator: Simplify anv_scratch_pool * anv: Initialize anv_bo::offset to -1 * anv/batch_chain: Improve write_reloc * anv: Add an anv_execbuf helper struct OBS-URL: https://build.opensuse.org/request/show/440283 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=552 --- Mesa.changes | 53 +++++++++++++++++++++++++++++++++++++++++ Mesa.spec | 4 ++-- mesa-13.0.0.tar.xz | 3 --- mesa-13.0.0.tar.xz.sig | Bin 543 -> 0 bytes mesa-13.0.1.tar.xz | 3 +++ mesa-13.0.1.tar.xz.sig | Bin 0 -> 543 bytes 6 files changed, 58 insertions(+), 5 deletions(-) delete mode 100644 mesa-13.0.0.tar.xz delete mode 100644 mesa-13.0.0.tar.xz.sig create mode 100644 mesa-13.0.1.tar.xz create mode 100644 mesa-13.0.1.tar.xz.sig diff --git a/Mesa.changes b/Mesa.changes index 797c36b..6e08d84 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Mon Nov 14 19:12:26 UTC 2016 - mimi.vx@gmail.com + +- update to 13.0.1 +* fdo#97715 [ILK,G45,G965] piglit.spec.arb_separate_shader_objects.misc + api error checks +* fdo#98012 [IVB] Segfault when running Dolphin twice with Vulkan +* fdo#98512 radeon r600 vdpau: Invalid command stream: texture bo too small +* i965: Fix GPU hang related to multiple render targets and alpha testing +* Revert "st/vdpau: use linear layout for output surfaces" +* ac/nir: add support for discard_if intrinsic (v2) +* nir: add conditional discard optimisation (v4) +* amd/addrlib: limit fastcall/regparm to GCC i386 +* anv: use correct .specVersion for extensions +* vc4: Use Newton-Raphson on the 1/W write to fix glmark2 terrain. +* ir: Flip gl_SamplePosition in nir_lower_wpos_ytransform(). +* anv/device: Return DEVICE_LOST if execbuf2 fails +* vulkan/wsi/x11: Better handle wsi_x11_connection_create failure +* vulkan/wsi/x11: Clean up connections in finish_wsi +* anv: Better handle return codes from anv_physical_device_init +* intel/blorp: Use wm_prog_data instead of hand-rolling our own +* intel/blorp: Pass a brw_stage_prog_data to upload_shader +* anv/pipeline: Put actual pointers in anv_shader_bin +* anv/pipeline: Properly cache prog_data::param +* intel/blorp: Emit all the binding tables +* anv/device: Add an execbuf wrapper +* anv: Add a cmd_buffer_execbuf helper +* anv: Don't presume to know what address is in a surface relocation +* anv: Add a new bo_pool_init helper +* anv/allocator: Simplify anv_scratch_pool +* anv: Initialize anv_bo::offset to -1 +* anv/batch_chain: Improve write_reloc +* anv: Add an anv_execbuf helper struct +* anv/batch: Move last_ss_pool_bo_offset to the command buffer +* anv: Move relocation handling from EndCommandBuffer to QueueSubmit +* anv/cmd_buffer: Take a command buffer instead of a batch in two helpers +* anv/cmd_buffer: Enable a CS stall workaround for Sky Lake gt4 +* glsl: Update deref types when resizing implicitly sized arrays. +* mesa: Fix pixel shader scratch space allocation on Gen9+ platforms. +* anv: Do relocations in userspace before execbuf ioctl +* egl: use util/macros.h +* egl: make interop ABI visible again +* glx: make interop ABI visible again +* radeonsi: fix an assertion failure in si_decompress_sampler_color_textures +* radeonsi: fix BFE/BFI lowering for GLSL semantics +* glsl: fix lowering of UBO references of named blocks +* st/glsl_to_tgsi: fix dvec[34] loads from SSBO +* st/mesa: fix the layer of VDPAU surface samplers +* gallium/hud: fix a problem where objects are free'd while in use. +* gallium/hud: close a previously opened handle +* gallium/hud: protect against and initialization race +* mesa/glsl: delete previously linked shaders earlier when linking + ------------------------------------------------------------------- Mon Nov 7 15:09:08 UTC 2016 - schwab@suse.de diff --git a/Mesa.spec b/Mesa.spec index 2bc490d..411d46d 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -22,7 +22,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 13.0.0 +%define _version 13.0.1 %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.0 +Version: 13.0.1 Release: 0 Summary: System for rendering interactive 3-D graphics License: MIT diff --git a/mesa-13.0.0.tar.xz b/mesa-13.0.0.tar.xz deleted file mode 100644 index 31a53a7..0000000 --- a/mesa-13.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94edb4ebff82066a68be79d9c2627f15995e1fe10f67ab3fc63deb842027d727 -size 9151388 diff --git a/mesa-13.0.0.tar.xz.sig b/mesa-13.0.0.tar.xz.sig deleted file mode 100644 index b8003f7b6660e2fe62fe77014b818f293ced47fa227b286e2f324e0021e3f7ff..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 543 zcmV+)0^t3L0vrSY0SEvF1p-(Yyp#Y62@vhBH?S=0NezB&5BdV;ZI6nXBv!FS69?Pp zfvm1Oxi8QiL!asueh*?HODTX*xwzbEydG(Z$ECzOh#QHNTel?K=M#bo*yCJLXN6-J zzStftWzE6OAA1ODrJ*cGT+}zdYlDgPm5O!y6%ug}o=>HS&iujrBk~_jCafwHB~2>Z z+%ii!eXrzJh+#!|jL^n1u&jyGvu(K&athpxwB8-Aaev;9EN|Kh+AGSp>*p$6@x?8? z5P#vOS~Hd6uAuLt83pnrni(cYkb5B!q`D+SdOc0y0F%#Dh!}`u# z$LgG>WVS4J*n}TuHn|+2d&6(yy~eXt*_~afnP2GSx#4}CB;Dlx}qh`V*C$u~>#1^4IrDGUXJM4ZIq}6l*X^u~?tnL*c#UyVMdTvm(59*3_ h5v)GZ*cn$^v1V<l6S diff --git a/mesa-13.0.1.tar.xz b/mesa-13.0.1.tar.xz new file mode 100644 index 0000000..f5e6d42 --- /dev/null +++ b/mesa-13.0.1.tar.xz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..de38bb5cb4ec9b5ef6854ea18e08c79e2a1e0d8accc4e7ba9bebeb901bda383d GIT binary patch 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 literal 0 HcmV?d00001