Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vkd3d for openSUSE:Factory checked 
in at 2023-08-17 19:43:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vkd3d (Old)
 and      /work/SRC/openSUSE:Factory/.vkd3d.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vkd3d"

Thu Aug 17 19:43:49 2023 rev:11 rq:1104174 version:1.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/vkd3d/vkd3d.changes      2023-05-18 
15:20:06.726143605 +0200
+++ /work/SRC/openSUSE:Factory/.vkd3d.new.1766/vkd3d.changes    2023-08-17 
19:44:03.498846924 +0200
@@ -1,0 +2,52 @@
+Sun Aug  6 14:53:19 UTC 2023 - Tobias Klausmann <[email protected]>
+
+- Update to version 1.8:
+  - Performance improvements have been made to the code that handles descriptor
+    updates. In some applications the improvement can be quite significant.
+  - Host-visible descriptor heaps are persistently mapped on creation. Some
+    applications access resource data from the CPU after calling Unmap(), and
+    that's supposed to work in practice.
+  - 1-dimensional texture unordered-access views and shader resource views are
+    implemented.
+  - Shader resource view, unordered access view, and constant buffer view root
+    descriptors with NULL GPU addresses are supported.
+  - Direct3D 12 descriptor heap destruction is delayed until all contained
+    resources are destroyed.
+  - libvkd3d-shader
+    - New features for the HLSL source type:
+      - Support for the ternary conditional operator "?:".
+      - Support for "discard" statements.
+      - Support for the "packoffset" keyword.
+      - Support for semantics on array types.
+      - Support for RWBuffer loads and stores.
+      - Register allocation for arrays and structures of resources and samplers
+        is implemented.
+      - Support for the SV_IsFrontFace pixel shader system-value semantics.
+      - Support for using constant expressions as array sizes and indices.
+      - Support for dynamic selection of vector components.
+      - Support for the following intrinsic functions: D3DCOLORtoUBYTE4(),
+        any(), asfloat(), ddx(), ddy(), fmod(), log(), log2(), log10(), sign()
+        and trunc().
+      - The SampleBias(), SampleCmp(), SampleCmpLevelZero(), and SampleGrad()
+        texture object methods are implemented.
+      - Support for the case-insensitive variants of the "vector" and "matrix"
+        data types.
+      - Parser support for the "unroll" loop attribute. A warning is output for
+        "unroll" without iteration count, and an error is output when an
+        iteration count is specified. Actual unrolling is not implemented yet.
+      - Parser support for RWStructuredBuffer resources.
+      - Parser support for SamplerComparisonState objects. Note that outputting
+        compiled effects is not supported yet, but parsing these allows shaders
+        containing SamplerComparisonState state objects to be compiled.
+    - More improvements to HLSL support for the Direct3D shader model 1/2/3
+      profiles.
+    - The section alignment of DXBC blobs produced by
+      vkd3d_shader_serialize_dxbc() matches those produced by d3dcompiler more
+      closely.
+    - The "main" function for shaders produced by the SPIR-V target is always
+      terminated, even when the source was a TPF shader without explicit "ret"
+      instruction.
+    - Relative addressing of shader input registers is supported by SPIR-V
+     targets.
+
+-------------------------------------------------------------------

Old:
----
  vkd3d-1.7.1.tar.xz
  vkd3d-1.7.1.tar.xz.sign

New:
----
  vkd3d-1.8.tar.xz
  vkd3d-1.8.tar.xz.sign

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vkd3d.spec ++++++
--- /var/tmp/diff_new_pack.mFCN0U/_old  2023-08-17 19:44:04.366848548 +0200
+++ /var/tmp/diff_new_pack.mFCN0U/_new  2023-08-17 19:44:04.370848555 +0200
@@ -34,7 +34,7 @@
 Summary:        Direct3D 12 to Vulkan translation library
 License:        LGPL-2.1-or-later
 Group:          System/X11/Utilities
-Version:        1.7.1
+Version:        1.8
 Release:        0
 Source0:        https://dl.winehq.org/vkd3d/source/vkd3d-%version.tar.xz
 Source1:        https://dl.winehq.org/vkd3d/source/vkd3d-%version.tar.xz.sign

++++++ vkd3d-1.7.1.tar.xz -> vkd3d-1.8.tar.xz ++++++
++++ 41191 lines of diff (skipped)

Reply via email to