Commit Graph

59 Commits

Author SHA1 Message Date
wenqinli c2ae451112 Update README.md: Add RX6500 support 2022-01-18 18:32:00 +08:00
jaxl f9a85a5a2c Update README.md: Add RX6600 support 2021-08-23 17:33:33 +08:00
jaxl 02256d74ca Update README: Update setting path and name variables 2021-07-29 13:32:34 +08:00
Thomas Symalla 5fe11bebc1 Update README.md
Typo
2021-07-08 16:17:22 +08:00
jaxl c8df052149 Update environment variable of amdPalSettings.cfg path to AMD_CONFIG_DIR 2021-07-08 16:15:23 +08:00
jaxl de7f1c8533 Update the installation instruction 2021-06-29 13:16:15 +08:00
jaxl 8e4c4b3304 Update README.md: add dependency libssl 2021-06-28 13:21:50 +08:00
jaxl 00f53439e2 Update README.md: Remove Pre-Polaris and Pre-Raven GPUs support 2021-06-24 16:21:58 +08:00
jaxl f53fef2fc9 Update README.md: Generate package through cmake 2021-05-26 10:40:44 +08:00
libenike 68db7c9d5c cp json files failed
When I try to execute cp commands with x64 and x32 json files I get the following message:
cp: cannot stat 'drivers/xgl/builds/Release64/icd/amd-icd64.json': No such file or directory.
cp: cannot stat 'drivers/xgl/builds/Release32/icd/amd-icd32.json': No such file or directory.
In .../icd directory after ninja step I find the following json files for x64 and x32 architectures:
 amd_icd64.json, amd_icd32.json.
Maybe the json file names should be amd_icd64.json, amd_icd32.json.
2021-05-01 18:34:45 +08:00
jaxl c98637376b Update README.md 2021-04-07 15:59:07 +08:00
jaxl 0573fb0b91 Add Rx 6700 to supported product list 2021-03-19 20:18:20 +08:00
Witold Baryluk 3f0d5d4310 Correct use of cmake and ninja in Build section
There is no such thing as `-H.`. I am pretty sure the intention was to use `-S.` (which is a default actually).

`-H` is display help. I am not even sure how it works with `-H.`

For ninja, just use `-C`. No need to change directories, which could be confusing later.

Also the lines before for getting source code use literal directory `vulkandriver`,
so use that in the build too. There is zero reason to complicate it, and if somebody
uses different directory, they are smart enough to change things accordingly.
2021-03-19 13:12:06 +08:00
jaxl 8cf79378e8 Update readme: add WX x200 Series 2021-02-01 14:31:18 +08:00
jaxl 7b61b95d46 Update ReadMe: add AllowVkPipelineCachingToDisk 2021-01-19 15:13:42 +08:00
jaxl 1f5ca750a2 Update ReadMe: Edit supported product list 2021-01-11 18:06:10 +08:00
jaxl ef9a355a8d Update README.md: Usage of AMD switchable graphics layer 2021-01-06 18:10:00 +08:00
jaxl 3d28a0f81b Update README.md: Add RX6800 Series 2020-11-19 14:45:28 +08:00
jaxl d21abb5e6f Update README.md: Use ninja 2020-08-07 12:29:20 +08:00
jaxl b1a81b3588 Update AMDVLK README.md: Use cmake instead of cmake3 on RHEL8 2020-07-22 14:52:53 +08:00
jaxl c91c776f60 Update README.md
Update cmake requirements, cmake 3.13.4 or newer is requried
2020-07-21 16:53:17 +08:00
jaxl 9a8d1a30b5 Update README.md
Add i386 arch to apt source list
2020-07-21 15:14:42 +08:00
jaxl 9636d17b9b Update README.md
* pkg-config and git packages were missing
* Install repo through repositories on Ubuntu 18.04 (not in repos for
  20.04)
* Ubuntu 20.04 does not have a `python` executable, so repo needs to be
  patched
* Add rpm pre-built package for RHEL
2020-07-21 15:11:00 +08:00
Jacob He 8a578f5e89 Update README.md:
Update AMDVLK README.md for RHEL wayland

Change-Id: I40ad45a79ed3cd226489a60716c946a75c92aaa2
2020-05-27 10:58:02 +08:00
jaxl cd01b17621 Update AMDVLK README.md
Update operating system support: remove support for ubuntu 16.04
2020-05-14 18:11:26 +08:00
jaxl 1af7b73541 Update AMDVLK README.md
Update operating system support and the llvm-project branch name
2020-05-14 14:19:57 +08:00
jaxl 743eee5e32 Fix Issue #148, update README.md
On Ubuntu, x11proto-dri2-dev package support both i386 and amd64,
so we don't need to install x11proto-dri2-dev:i386.
2020-03-23 16:18:42 +08:00
jaxl f17ac752d1 Update AMDVLK README.md for product support, VK1.2, timeline semaphore, third party software 2020-02-21 14:04:18 +08:00
jaxl cf1b2d02b0 Update AMDVLK README.md for switch llvm to monorepo. 2019-10-22 13:07:20 +08:00
jaxl 7dec5900a1 Update README.md: add libssl in the build environment 2019-09-23 12:05:22 +08:00
Jacob He 7a687995bf Update README.md:
Update AMDVLK README.md for RX 5700 Series support
2019-07-15 17:02:19 +08:00
Carl Ritson bc925d17f0 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:56:59 +08:00
Jacob He 68a37daccb Update README.md:
Update AMDVLK README.md to remove WSA
2019-06-17 17:50:06 +08:00
Jacob He bbafbb831e 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
Jacob He 07099ae2a2 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 981d734ae6 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 aeb2dfa427 Update README.md:
update AMDVLK README.md to add pre-built driver installation
2018-11-20 13:09:33 +08:00
Jacob He 6d38909475 Update README.md:
update AMDVLK README.md to add xrandr as dependency package
2018-09-21 11:43:22 +08:00
Jacob He 055afa59b1 Update README.md:
update AMDVLK README.md for supported OS and notes on SI/CI support
2018-09-21 11:26:31 +08:00
Jacob He 653b4bf910 Update README.md:
update AMDVLK README.md for GPUProfiler setting name change
2018-09-12 13:35:17 +08:00
Jacob He de4727d6d1 Update README.md:
update AMDVLK README.md for some GPUProfiler setting names are changed
2018-08-22 15:01:14 +08:00
Jacob He 318d94237e Update README.md:
update AMDVLK README.md to fix typo and revise some words
2018-08-16 12:19:26 +08:00
Jacob He 7e2dc81dd3 Update README.md:
- update the path of  setting and cache file
- update the setting of GpuProfiler
2018-08-10 12:41:54 +08:00
Jacob He fc76b53961 Update README for gprofile 2018-07-11 23:11:31 +08:00
Jacob He 3c1d3040b0 Update README.md for PAL GPUProfiler Layer and pipeline/shader dump 2018-07-02 16:28:44 +08:00
Jacob He 92feeffa70 Update README.md for "required setting". 2018-06-08 11:03:02 +08:00
Stanislav Jakúbek c972d23157 Fix typo in README.md 2018-04-04 10:17:52 +08:00
Jacob He da5abcd381 Update Readme for the fixing of Dawn War III known issue. 2018-04-03 09:08:40 +08:00
Jacob He 8a5d7adbcf Update README.md for EnableVmAlwaysValid and Wayland 2018-03-29 17:16:33 +08:00
Jacob bec99659c3 1. Update JSON file for Vulkan 1.1 release
2. Update Readme for Vulkan 1.1 release and EnableVmAlwaysValid
2018-03-07 09:41:10 +08:00