wenqinli
3892db498d
Remove AMDVLK from manifest
...
Please refer to PR #288 for more details
2022-09-30 11:52:42 +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
4f0af4a68c
Move spvgen to build_with_tools since it is no longer needed by driver default build
2022-08-19 17:39:48 +08:00
wenqinli
87646fc47f
Add gpurt
2022-08-19 10:47:40 +08:00
Wenqing Li
1a2eff1065
Add build_with_tools manifest ( #285 )
...
* add manifest to build driver with spvgen dependency libs
* Update build_with_tools manifest to include default.xml
* Update manifest: simplify the remote fetch address
2022-07-20 16:41:23 +08:00
Wenqing Li
f383e5546b
Merge pull request #275 from GPUOpen-Drivers/wenqinli_bugfix
...
Re-explain how to enable tests in its own llpc page
2022-06-13 10:25:56 +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
03deba159b
Remove json files
2021-07-08 16:15:56 +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
75a34ebb15
Update api version to 1.2.170
2021-03-12 12:01:35 +08:00
jaxl
a870c0696f
Update API version to 1.2.169
2021-02-25 12:09:56 +08:00
jaxl
1f0541c30f
Update Vulkan API vesion to 1.2.168
2021-02-08 13:32:16 +08:00
jaxl
8cf79378e8
Update readme: add WX x200 Series
2021-02-01 14:31:18 +08:00
jaxl
d9d2a3e1f8
Update Vulkan API version to 1.2.167
2021-01-29 16:15:03 +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
e9bf5de241
Update json files
2021-01-06 17:07:14 +08:00
jaxl
3739dc292e
Update Vulkan API version to 1.2.162
2020-12-14 18:19:14 +08:00
jaxl
3d28a0f81b
Update README.md: Add RX6800 Series
2020-11-19 14:45:28 +08:00
jaxl
2802ac3df8
Update Vulkan API version to 1.2.159
2020-11-17 14:16:18 +08:00
jaxl
9077a083b1
Update Vulkan API version to 1.2.158
2020-11-05 14:59:51 +08:00
jaxl
5f5364aee9
Update Vulkan API version to 1.2.157
2020-10-28 14:18:06 +08:00
jaxl
276315f9ac
Update api version to 1.2.156
2020-10-19 17:16:36 +08:00
jaxl
576ccb0ccd
Update api version to 1.2.152
2020-09-11 15:48:00 +08:00
jaxl
88d3e8e911
Update api version to 1.2.150
2020-08-21 16:37:19 +08:00
jaxl
d21abb5e6f
Update README.md: Use ninja
2020-08-07 12:29:20 +08:00
jaxl
b76425c05f
Update api version to 1.2.146, add missed redhat json files
2020-07-22 18:13:47 +08:00
jaxl
5bf6870f89
Update api version to 1.2.146
2020-07-22 15:29:32 +08:00