Commit Graph

67 Commits

Author SHA1 Message Date
wenqinli
ad8bdc4968 Update readme for raytracing support and OS support 2022-09-13 11:30:13 +08:00
Wenqing Li
f5f3eced60
Update README: update system requirements (#277) 2022-06-22 17:13:39 +08:00
wenqinli
d699b1dc79 Update README: upgrade minimum required cmake to 3.15 2022-05-20 11:46:40 +08:00
jaxl
d20db30145 README.md: adjust supported distros 2022-04-02 13:46:28 +08:00
jaxl
2bc71f8af1 Fix build directory in README 2022-02-21 15:11:38 +08:00
jaxl
d21c1ce31a README: change build command 2022-02-18 15:58:32 +08:00
jaxl
e1b1398f9d README.md: change to cts 1.3 2022-01-27 14:51:01 +08:00
wenqinli
8a4c3d4dfd Update README.md: Add RX6500 support 2022-01-18 18:44:12 +08:00
jaxl
c8455764b4 Update README.md: Add RX6600 support 2021-08-23 17:34:17 +08:00
jaxl
8b644505f2 Update README: Update setting path and name variables 2021-07-29 13:36:14 +08:00
jaxl
70b0b1d4f3 Update environment variable of amdPalSettings.cfg path to AMD_CONFIG_DIR 2021-07-08 16:14:08 +08:00
Thomas Symalla
093ad35fc2 Update README.md
Typo
2021-07-06 11:20:58 +08:00
jaxl
9edfce289f Update the installation instruction 2021-06-29 13:17:49 +08:00
jaxl
1cba7e7d3c Update README.md: add dependency libssl 2021-06-28 13:23:39 +08:00
jaxl
89a651a294 Update README.md: Remove Pre-Polaris and Pre-Raven GPUs support 2021-06-24 16:28:00 +08:00
jaxl
1ca1587f32 Update README.md and build script
Generate package through cmake
2021-05-26 11:00:34 +08:00
libenike
48160f5eb8 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:28:44 +08:00
jaxl
3f5c515c85 Update README.md 2021-04-07 15:57:56 +08:00
jaxl
a0b78814ff Add Rx 6700 to supported product list 2021-03-19 20:22:26 +08:00
Witold Baryluk
52ef1b11b2 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-16 15:49:07 +08:00
jaxl
aa76c2ec19 Update readme: add WX x200 Series 2021-02-01 14:29:43 +08:00
jaxl
44ce3fb8c6 Update ReadMe: add AllowVkPipelineCachingToDisk 2021-01-19 15:16:06 +08:00
jaxl
6a1f16ca80 Update ReadMe: Edit supported product list 2021-01-11 18:14:27 +08:00
jaxl
52a9f5750f Update README.md: Usage of AMD switchable graphics layer 2021-01-06 18:34:49 +08:00
jaxl
2cd49c0114 Update README.md: Add RX6800 Series 2020-11-19 14:53:03 +08:00
jaxl
5650b212f2 Update README.md: Use ninja 2020-08-07 12:27:30 +08:00
jaxl
bbfa4ec21f Update AMDVLK README.md: Use cmake instead of cmake3 on RHEL8 2020-07-22 14:57:36 +08:00
jaxl
199e73a081 Update README.md
Update cmake requirements, cmake 3.13.4 or newer is requried
2020-07-21 16:51:25 +08:00
jaxl
0a84377df2 Update README.md
Add i386 arch to apt source list
2020-07-21 15:06:39 +08:00
jaxl
96aeb87612 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-15 17:06:21 +08:00
Jacob He
9f88f24055 Update README.md:
Update AMDVLK README.md for RHEL wayland

Change-Id: I7defb602488eced1b781b27c55cb20338fb94875
2020-05-27 10:58:02 +08:00
jaxl
9ab06171d4 Update AMDVLK README.md
Update operating system support: remove support for ubuntu 16.04
2020-05-14 18:09:55 +08:00
jaxl
8195c91126 Update AMDVLK README.md
Update operating system support and the llvm-project branch name
2020-05-14 14:22:44 +08:00
TotalCaesar659
c6cc1be865 Update URLs to HTTPS 2020-05-14 09:56:39 +08:00
jaxl
bd575372af 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:21:26 +08:00
jaxl
d3f397ee73 Update AMDVLK README.md for product support, VK1.2, timeline semaphore, third party software 2020-02-21 14:07:41 +08:00
jaxl
37f4dd43be Update AMDVLK README.md for switch llvm to monorepo. 2019-10-22 13:08:22 +08:00
jaxl
db1120d090 Update README.md: add libssl in the build environment 2019-09-23 14:33:17 +08: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
474c74e31c Update README.md:
Update AMDVLK README.md to remove WSA
2019-06-17 17:50:06 +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
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
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
1d86911303 Update README.md:
update AMDVLK README.md to add pre-built driver installation
2018-11-20 13:09:33 +08:00
Jacob He
e718bcf22d Update README.md:
update AMDVLK README.md to add xrandr as dependency package
2018-09-21 11:44:18 +08:00
Jacob He
8331b5c9d4 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
e57ec8ce33 Update README.md:
update AMDVLK README.md for GPUProfiler setting name change
2018-09-12 13:35:17 +08:00
Jacob He
3775c7f5a1 Update README.md:
update AMDVLK README.md for some GPUProfiler setting names are changed
2018-08-22 15:01:14 +08:00