Skip to content

Commit 376d2b2

Browse files
committed
Release notes:
2018-11-19 update * Enable sparse support by default * Enable VK_AMD_memory_overallocation_behavior extension * Enable degenerate triangles for conservative rasterizations * Add setting for exiting after compilation failure * Add setting CsCuEnLimitMask for limiting CUs enabled for compute shaders * Add the ability to dump debug stack traces * Set default -log-file-dbgs to "" (meaning stderr): this brings amdllpc into line with other LLVM tools * Can't clear a mutable format image * CTS memory.pipeline_barrier.transfer_dst_storage_image tests fail * MGPU asserts when creating graphics pipeline * Wrong target device ID passed to PAL * Dual source bend is being enabled when blending is disabled * Regression dEQP-VK.wsi.wayland.swapchain.create.min_image_count test crashes * Dependency on x11/xcb libraries even there is no x11/xcb surface created * Assert in dEQP-VK.binding_model.descriptorset_random.*
1 parent 1d86911 commit 376d2b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

default.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
sync-j="8"
1010
sync-c="true" />
1111

12-
<project path="drivers/xgl" name="xgl" revision="4730177"/>
13-
<project path="drivers/pal" name="pal" revision="69d21e4"/>
14-
<project path="drivers/llpc" name="llpc" revision="1c4e5d1"/>
12+
<project path="drivers/xgl" name="xgl" revision="4b820f0"/>
13+
<project path="drivers/pal" name="pal" revision="d939792"/>
14+
<project path="drivers/llpc" name="llpc" revision="82d693e"/>
1515
<project path="drivers/spvgen" name="spvgen" revision="328a099"/>
1616
<project path="drivers/AMDVLK" name="AMDVLK" revision="master"/>
17-
<project path="drivers/llvm" name="llvm" revision="678b8d52b91"/>
17+
<project path="drivers/llvm" name="llvm" revision="e594994ad72"/>
1818

1919
</manifest>

0 commit comments

Comments
 (0)