diff --git a/Mesa.changes b/Mesa.changes index 6e08d84..66c8c9f 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,64 @@ +------------------------------------------------------------------- +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 + +- 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..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 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 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 de38bb5..0000000 Binary files a/mesa-13.0.1.tar.xz.sig and /dev/null differ 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 0000000..fdb5808 Binary files /dev/null and b/mesa-13.0.2.tar.xz.sig differ