Update README to include new drivers#2
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d8fd97204d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| * `lavapipe` | ||
| * `dzn` |
There was a problem hiding this comment.
Clarify the new entries are Vulkan-only
These added entries are documented under a README that says the agent replaces the default OpenGL implementation, but the loader treats lavapipe and dzn as Vulkan ICDs (icdName != null) and does not load an opengl32.dll for them. In the current docs, an OpenGL user can follow the shown -javaagent command with lavapipe or dzn and expect OpenGL replacement, but that scenario will not activate an OpenGL driver; please split these into a Vulkan-only section and document any additional Vulkan ICD selection requirements.
Useful? React with 👍 / 👎.
|
mesa-loader-windows 没有实现加载 Vulkan 驱动,这些 Vulkan 驱动都不能通过简单的传递驱动名称加载,所以没有列出。 |
No description provided.