Skip to content

Commit

Permalink
2019-2-25 update
Browse files Browse the repository at this point in the history
New feature and improvement
* [RGP]Add functionality to enable instruction-level trace per-pipeline
* Add debug support to the CmdBufferLogger layer that allows for "single-stepping" of draws/dispatches

Issue fix
* Vulkan CTS OOM test case crashes and a wide range of many other potential PAL_NEW alloc failure crashes
* Broken path of offchip GS
* Transformfeedback multi-stream CTS failure on gfxip 8 and gfxip 9
* PRT issues with SDMA on gfxip 6-8
  • Loading branch information
JacobHeAMD committed Feb 26, 2019
1 parent 20a62e8 commit 27ef34e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
sync-j="8"
sync-c="true" />

<project path="drivers/xgl" name="xgl" revision="dbabc93bc9c3a5a1e7e73672b3d4594b0611fa36"/>
<project path="drivers/pal" name="pal" revision="3bb2d4082ef9b95a114258a90c7044939a5f0638"/>
<project path="drivers/llpc" name="llpc" revision="a1ee25169453ba909ba940d7d25e2739d2f453ed"/>
<project path="drivers/xgl" name="xgl" revision="1d35effd11e3d47a8e5281f06b75dd334641476e"/>
<project path="drivers/pal" name="pal" revision="534ab72b967e07934dade777caf15686dc04b940"/>
<project path="drivers/llpc" name="llpc" revision="b26545220db28772ac07491e17d31bbcf9c249ec"/>
<project path="drivers/spvgen" name="spvgen" revision="d26082d54930ad2ea97da94a2443137e7325b64c"/>
<project path="drivers/AMDVLK" name="AMDVLK" revision="master"/>
<project path="drivers/llvm" name="llvm" revision="d3c2b9d104f0de0be59d914578a28275c8b4784d"/>
<project path="drivers/llvm" name="llvm" revision="666d463e73a67dd3ccb304a5b13a5b1f09f784f0"/>

</manifest>

0 comments on commit 27ef34e

Please sign in to comment.