Qiaojin.Bao
2bc5e1d5b6
Update compiler tools version, update python3 modules.
2024-05-15 16:53:48 +08:00
Qiaojin.Bao
93f6cffdf1
Update README.md, require linux 5.3+ ( #347 )
2024-01-10 14:13:54 +08:00
Rejexy
adf31156c3
Add mkinitramfs analog for arch-based distro ( #210 )
...
Co-authored-by: Rejedai <60342258+rejedai@users.noreply.github.com>
2024-01-10 11:14:07 +08:00
Qiaojin.Bao
5b39634363
Remove pre-GFX10 support, update CMake 3.21
2023-10-19 10:14:06 +08:00
Qiaojin.Bao
acb419fbd9
Update README.md, navi32, C++20.
2023-09-29 14:44:24 +08:00
Qiaojin.Bao
862e6c52da
Update README.md, bump cmake version to 3.20 ( #335 )
2023-09-18 18:16:19 +08:00
wenqinli
32029f48a7
Add Radeon 7600 support
2023-06-20 17:54:50 +08:00
blzzua
9006d5a52d
change comments in "commands"
...
because /* expanding in shell and may invoke unwanted behavior. Removing necessary packages as example.
2023-05-08 17:48:09 +08:00
Makonede
2a5d5ca478
Markdown notes ( #312 )
2023-01-09 14:14:00 +08:00
Bao, Qiaojin
6535fcacaa
Update readme.txt, add 7900 support. ( #24 )
2022-12-15 17:43:13 +08:00
Thomas Symalla
e6ad5ad955
Fix typo ( #309 )
2022-12-12 11:09:23 +08:00
Thomas Symalla
dd477056fa
Fix amdllpc link ( #295 )
2022-09-20 15:19:42 +08:00
tsymalla-AMD
b5dd9c9868
XGK_BUILD_TOOLS => XGL_BUILD_TOOLS ( #296 )
2022-09-20 11:55:02 +08:00
Sebastian Neubauer
f6389ef324
Improve readme ( #291 )
...
- Add cmake, ninja to apt-get installs
- The build instructions on Ubuntu and RedHat are the same, so remove one
- Fix typo
2022-09-14 18:24:47 +08:00
wenqinli
f24b0b9569
Update readme for raytracing support and OS support
2022-09-13 11:18:52 +08:00
wenqinli
3e5e8053d2
Re-explain how to enable tests in its own llpc page
2022-06-10 19:34:24 +08:00
Jakub Kuderski
386aef0e55
Explain how to enable tests
...
Fixes: https://github.com/GPUOpen-Drivers/llpc/issues/1826
2022-06-01 22:48:36 +08:00
wenqinli
580353bdb0
Update README: upgrade minimum required cmake to 3.15
2022-05-20 11:45:24 +08:00
jaxl
f6511307ce
README.md: adjust supported distros
2022-04-02 13:44:39 +08:00
jaxl
79afd7b895
Fix build directory in README
2022-02-21 15:10:28 +08:00
jaxl
6c1c1c03ae
README: change build command
2022-02-18 15:57:24 +08:00
jaxl
c239b8bc52
README.md: change to cts 1.3
2022-01-27 14:50:11 +08:00
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