Commit Graph

282 Commits

Author SHA1 Message Date
jaxl
ddb9bc059a 2019-8-14 update
New feature and improvement

* Support extension VK_EXT_subgroup_size_control
* Update Vulkan headers to 1.1.116
* Optimize atomic max/min
* Optimize fp16 code generation
* Various atomic optimizations
* Extend atomic optimizer to gfx10

Issue fix

* ICD initialization failure for system with a mix of GFX10 and other GFX versions ASICs
* Crash with AMD GPU disabled
* CTS dEQP-VK.binding_model.descriptorset_random.* - test failure
2019-08-15 14:42:35 +08:00
jaxl
4eebeaf12b update API version to 1.1.116 2019-08-14 14:58:27 +08:00
Your Name
53d1a7c297 2019-7-26 update
New feature and improvement
* Support extension VK_KHR_imageless_framebuffer
* Support extension VK_AMD_shader_core_properties2
* Navi10 performance tuning for Dirt4, Totalwar:WarhammerII, F1 2017

Issue fix
* Vk.api.device_init.create_instance_device_intentional_alloc_fail test failure
* Smoke flickering in game Three Kingdoms
* Incorrect behavior with OpImageSampleExplicitLod + Lod|Offset
2019-07-29 03:24:11 -04:00
Jacob He
4f7b640d4f 2019-7-15 update
New feature and improvement
* Add Navi10 support
* Enable shader writes for alphaToCoverageEnable when attachment is set to VK_ATTACHMENT_UNUSED
* Change reported driver UUID from pal major/minor version (and timestamp on Linux) to AMD-LINUX-DRV

Issue fix
* vkGetShaderInfoAMD cannot get first shader stage disassembly code
2019-07-15 21:54:27 -04:00
Jacob He
e835c3bd7a Update README.md:
Update AMDVLK README.md for RX 5700 Series support
2019-07-15 17:02:19 +08:00
Carl Ritson
2b9ff5e810 Update README.md with current names for GpuProfiler and DebugOverlay options.
The separator for options has changed from underscore to dot.
2019-07-05 11:55:23 +08:00
Jacob He
bff1e718f0 2019-6-30 update
New feature and improvement
* Add HDR10 support for direct display mode, enable EXT_HDR_METADATA
* Expose VK_EXT_display_surface_counter by default

Issue fix
* MGPU app crashes when disable panel setting useSharedCmdAllocator
* Reading wrong slice from mip 1 when a 2d array of 9 slices, 2 mips is viewed as cubemap
* CTS test failure with dEQP-VK.wsi.*.surface.query_devgroup_present_modes, dEQP-VK.memory_model.*  and dEQP-VK.clipping.user_defined.clip_cull_distance*fragmentshader_read
* Access violation when destroying Image objects
* Crashes with two different ASICs installed
* RGP test failure
2019-07-02 00:13:21 -04:00
Jacob He
474c74e31c Update README.md:
Update AMDVLK README.md to remove WSA
2019-06-17 17:50:06 +08:00
Jacob He
193a7883a1 2019-6-6 update
New feature and improvement
* Update SDK headers to 1.1.109
* Enable Scratch Bounds Checking for GFX9
* VK_MEMORY_OVERALLOCATION_BEHAVIOR_ALLOWED_AMD: add support for the attachment image Vulkan memory type
* Optimizations for acquire-release barrier

Issue fix
* F1 2018 hang on gfx9
* Some acquire-release barrier issues
* World War Z - black patches corruption
2019-06-10 00:27:27 -04:00
Jacob He
245f34b77a Update api to 1.1.109 2019-06-06 21:06:15 +08:00
jacob he
8d085a79d4 2019-5-24 update
New feature and improvement
* Enable VK_EXT_host_query_reset extension
* Enable VK_EXT_separate_stencil_usage  extension
* Enable VK_KHR_uniform_buffer_standard_layout extension
* Reduce optimizations run by llpc
* Support merge ELF binary for per stage cache and enable per-stage-shader cache
* Remove ETC2 support from GFXIP 8.1
* Update api_version to 1.1.108

Issue fix
* DiRT Rally 2.0 corruption
* DiRT 4 flickering
* Block corruption in Witcher3
* DiRT Rally 2.0  hang with ultra settings
* dEQP-VK.binding_model.descriptorset_random.sets32.unifindexed.ubolimithigh.sbolimitlow.imglimithigh.noiub.frag.0 failure
2019-05-27 06:17:26 -04:00
Jacob He
7597047423 Update api_version to 1.1.108 2019-05-24 11:47:41 +08:00
Jacob He
d5c12b2eeb Update api_version to 1.1.106 2019-05-14 09:18:00 +08:00
Jacob He
5475d7dfda 2019-5-12 update
New feature and improvement
* LLPC compile time optimization
* Update Vulkan header to 1.1.106
* Enable shader cache to disk for Dawn of War3
* Performance tuning for game Thrones of Britannia
* Add option to use GpuHeapGartUswc for the pipeline uploader
2019-05-13 04:07:27 -04:00
Jacob He
1dd300ae8d 2019-4-21 update
New feature and improvement
* Performance optimization for Total:WarhammerII, Talos principle and Thrones of Britannia

Issue fix
* Corruption in multiple dxvk games
* CPU mapping problem for memory shared cross device
* Thrones of Britannia tearing regression
2019-04-22 03:51:16 -04:00
Jacob He
258c2ba810 2019-4-10 update
New feature and improvement
* Update Vulkan headers to 1.1.105
* Allow shared memory to be CPU visible
* Enable priority regardless of whether VK_EXT_memory_priority is enabled or not for all external queues
* Performance optimization for Total:WarhammerII

Issue fix
* Just Cause3 flickering
* Path of Exile incorrect rendering
2019-04-11 22:46:08 -04:00
Jacob He
b21105a428 Update json files for api_version
Update api_version to 1.1.105
2019-04-11 16:28:41 +08:00
Jacob He
eec1445d99 Update README.md:
Update AMDVLK README.md to add a known issue that the driver can only work with firmware of ME feature version >= 25
2019-04-03 15:23:25 +08:00
shamu
3160bb61cc 2019-3-26 update
New feature and improvement
* Enable VK_EXT_memory_priority extension
* Enable VK_EXT_memory_budget extension
* Enable skip fast clear eliminate optimization by default
* Reduce unnecessary L2 cache actions on GFX9
* Update pipeline ABI metadata note ID to 32 (from 13) to match HSA code objects
* Improve CPU-bound performance in Mad Max

Issue fix
* Abnormal timestamp on transfer queue
* ShaderDbg bugs
* Minor profiling validation and memory leak fixes
* Dead loop in converting a FP16 denorm back to normalized FP32
2019-03-25 22:58:43 -04:00
Jacob He
735d204365 2019-3-14 update
New feature and improvement
* Enable below extensions:
   - VK_KHR_vulkan_memory_model
   - VK_EXT_depth_clip_enable
   - VK_KHR_depth_stencil_resolve
   - VK_KHR_shader_float16_int8
   - VK_EXT_debug_utils extension
   - VK_EXT_transform_feedback
* Fall back to the internal shader cache for the case of VkPipelineCache miss

Issue fix
* dEQP-VK.spirv_assembly.instruction.graphics.float16.derivative_*  and dEQP-VK.spirv_assembly.instruction*.float16.arithmetic_*.atan2* test failure
* A bug in LLPC ShaderCache Merge function which causes Dota2 stuttering and performance drop after recent game update
* Dynamic loop unroll crash
* Rise of the Tomb Rider game crash with gcc 7 build
* Witcher3-dxvk hang after loading screen
2019-03-15 01:02:54 -04:00
Jacob He
c59b9988e4 2019-3-1 update
New feature and improvement
* [TransformFeedback] Fix the register setting for RasterizationStreamSelect capablitity
* [VK_KHR_shader_float16_int8] handling of OpVectorInsertDynamic
* Add supports for min and max stencil resolve using compute pipeline

Issue fix
* Memory leak in CmdBufferLogger
* vkmark corruption observed on Fiji + wayland
* Corruption issue caused by  DPP operand order in atomic optimizer
2019-03-04 03:19:14 -05:00
Jacob He
27ef34e957 2019-2-25 update
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
2019-02-26 21:14:14 +08:00
Jacob He
20a62e872f 2019-2-1 update
New feature and improvement
* Update Vulkan Headers to 1.1.97
* Enable the extensions under development (VK_EXT_DEBUG_UTILS, VK_KHR_SHADER_FLOAT16_INT8,VK_ EXT_TRANSFORM_FEEDBACK) through the environment variable AMDVLK_ENABLE_DEVELOPING_EXT
* Add proper handling of allocation failures

Issue fix
* Support for ECC GPR protection on Vega20
* A memory priority issue
* GFX7 indirect dispatch does not work correctly when submitted to a compute queue
2019-02-01 09:28:33 -05:00
Jacob He
bac0d8160f Update api version to 1.1.97 2019-02-01 19:34:09 +08:00
Jacob He
4f0969b734 Update README.md:
Update AMDVLK README.md to add instructions to enable extensions that are under development
2019-02-01 19:29:27 +08:00
Jacob He
fbfa56c614 Release notes:
2019-1-29 update
New feature and improvement
* Add Vega20 and Raven2 support
* Move VK_EXT_swapchain_colorspace to instance extension
* Report CPU clock speed to RGP

Issue fix
* Bugs in Release/acquire-based barrier
* Top pipelines identified by timeReport.py is mismatched with the dumped pipelines
2019-01-29 21:12:41 -05:00
Jacob He
96f3ad778d Release notes
2019-1-24 update
New feature and improvement
* Enable EXT_INLINE_UNIFORM_BLOCK extension
* Enable EXT_PCI_BUS_INFO extension
* Enable inclusion of llvm-ir in section of ELF output
* Add barrier filtering

Issue fix
* CTS v1.1.2.2 failure in ./deqp-vk -n dEQP-VK.binding_model.descriptorset_random.sets32.noarray.ubolimitlow
* Wrong reported LDS size per threadgroup for GFX7+
2019-01-25 18:47:17 +08:00
Jacob He
db64ac276c 2019-1-15 update
New feature and improvement
* Expose YUV planes, allow applications to implement their own color conversion accessing each YUV planes
* Do not include symbols while building release driver
* Change the default WgpMode from wgp to cu

Issue fix
* Random VM fault caused by that the image descriptor and the fmask descriptor contain the same lower virtual address (as designed) but use different offsets in the suballocation
* dxvk ELEX  corruption issue
* Performance regression introduced by changes which added support for the LOAD_INDEX path for handling pipeline binds
* A number of issues affecting many-core CPUs like Threadripper and Epyc
2019-01-15 21:46:31 -05:00
Jacob He
45222f88e3 Update Jenkinsfile:
Build deb package on Ubuntu 16.04 so that it could be installed for both
Ubuntu 18.04 and Ubuntu 16.04
2019-01-08 16:39:48 +08:00
Jacob He
fd0e5dbc75 Update Jenkinsfile:
Build the deb package on Ubuntu only
2019-01-08 16:19:20 +08:00
Jacob He
e24326a360 Update Jenkinsfile:
Build the deb package on linux-build agent
2019-01-08 15:00:34 +08:00
Jacob He
9b0dacc35f 2019-1-7 update
New feature and improvement
* Update Vulkan Headers to 1.1.96
* Add pipeline optimizer key to pipeline dump file
* Optimization for fully overwritten resolve
* Add atomicOp support for the variable pointer

Issue fix
* A performance regression with the Talos Principle
* A potential access violation
* A RGP regression
* Multi-process failure
2019-01-08 12:58:09 +08:00
Jacob He
094be24945 Update api version to 1.1.96 2019-01-07 20:28:46 +08:00
Jacob He
63811556d5 2018-12-12 update
New feature and improvement
* Merge tbuffer.store.i32 with tbuffer.store.v2i32 and tbuffer.store.v4i32, up to 5% performance gain for tessellation
* Enable the atomic optimizer
* Update Vulkan headers to 1.1.94
* Enable primitiveUnderestimation capability of VK_EXT_conservative_rasterization

Issue fix
* GPU hang when Vulkan API accesses the stencil aspect of VK_Format_S8_Uint image explicitly
* CTS  dEQP-VK.spirv_assembly.instruction.graphics.16bit_storage.struct_mixed_types.uniform_geom failure
2018-12-12 20:25:00 +08:00
JianRong JIN
bb80191806
Fix a messy code in amdvlk readme 2018-12-05 21:05:22 +08:00
Jacob He
0a1f73cbb0 Update README.md:
update Vulkan SDK and pre-built  driver installation instruction in AMDVLK README.md
2018-12-05 14:25:43 +08:00
Jacob He
8477e2ece9 Release note:
2018-12-4 update
New feature and improvement
* Enable VK_EXT_scalar_block_layout extension
* Enable VK_KHR_swapchain_mutable_format extension
* Enable on-chip GSVS ring on GFX9, seeing up to 10% performance gain
* Add dccBitsPerPixelThreshold setting
* Re-enable tracing of missing registers in thread trace
* Remove some useless settings

Issue fix
* Undefined reference to vk::OverrideDispatchTable_ND(vk::DispatchTable*)
* Errors with multiple monitors and direct display
* dEQP-VK.api.device_init.create_instance_device_intentional_alloc_fail test failure
* Crash issue on Raven caused by the implementation of VK_AMD_memory_overallocation_behavior extension
* dEQP-VK.glsl.atomic_operations.*_*signed64bit_* failure on gfx7
* ELEX crash with Steam Proton
* CopyTextureRegion failure when copying a MSAA Resource in D32_FLOAT or D16_UNORM to a R32_UINT format
* GFX9: CB_DCC_CONTROL register is programmed incorrectly
* Perf counter instance incorrect calculation
2018-12-04 21:11:01 +08:00
Jacob He
313082e732 Update amdvlk_build_deb_from_tag.py:
Add Ubuntu 16.04 as one of the label since the package works both on
18.04 and 16.04
2018-12-04 15:20:45 +08:00
Jacob He
f3c1866e10 Update amdvlk_build_deb_from_tag.py:
1. Clean the submodule
2. Unused variable is treated as error on Ubuntu 16.04 gcc-5.4, turn it off
3. Add "Driver installation instruction" into the release notes
2018-12-04 11:55:28 +08:00
Jacob He
959e071f20 The short commit hash doesn't work for manifest, fix it with the long
hash.
2018-11-30 12:22:53 +08:00
Jacob He
662d93ccc3 Update Jenkinsfile:
Build the package on Ubuntu 16.04
2018-11-29 22:24:10 +08:00
Jacob He
81fd878093 Update amdvlk_build_deb_from_tag.py
Hanle "New feature and improvement" and "Issue fix" part
2018-11-20 22:44:21 +08:00
Jacob He
376d2b2314 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.*
2018-11-20 13:37:46 +08:00
Jacob He
1d86911303 Update README.md:
update AMDVLK README.md to add pre-built driver installation
2018-11-20 13:09:33 +08:00
Jacob He
ea01a8d323 Release v-18.3.1 2018-11-12 13:17:49 +08:00
Jacob He
b15aaf9184 Update amdvlk_build_deb_from_tag.py: Search AMDVLK from all of the repos 2018-11-05 15:59:06 +08:00
Jacob He
53e31cb92f Update Jenkinsfile:
Correct the path of script
2018-11-05 14:44:48 +08:00
Jacob He
90c7f89742 Update Jenkinsfile: call the script to build and upload the deb package
for tags automatically.
2018-11-05 14:36:31 +08:00
Jacob He
1985aa829f Add amdvlk_build_deb_from_tag.py which is used by Jenkins to build and
upload the deb packages automatically.
2018-11-05 14:35:46 +08:00
Jacob He
96a0ad8796 Update manifests: Add spvgen 2018-10-23 12:52:05 +08:00