[PR #70] [MERGED] Show driver version for vulkan renderer #187

Closed
opened 2026-02-15 15:55:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/70
Author: @13xforever
Created: 8/29/2018
Status: Merged
Merged: 8/29/2018
Merged by: @Nicba1010

Base: masterHead: feature/vulkan_driver_version


📝 Commits (3)

  • 1e1f0af scrape for game-related content as well
  • a63a40c fix exception in GameTdbScraper
  • c511c8b vulkan driver version decoding

📊 Changes

9 files changed (+190 additions, -9 deletions)

View changed files

📝 CompatBot/Commands/Psn.Check.cs (+1 -1)
📝 CompatBot/Commands/Psn.cs (+14 -0)
CompatBot/Database/Providers/AmdDriverVersionProvider.cs (+93 -0)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+4 -0)
📝 CompatBot/EventHandlers/LogParsing/LogParser.StateMachineGenerator.cs (+1 -1)
📝 CompatBot/Program.cs (+3 -0)
📝 CompatBot/ThumbScrapper/GameTdbScraper.cs (+1 -1)
📝 CompatBot/ThumbScrapper/PsnScraper.cs (+1 -0)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+72 -6)

📄 Description

Thanks to additional logging from kd, we can now get the driver version from vulkan device information (still not as good as opengl for AMD cards).

Plus a couple of fixes for psn scraping


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/70 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 8/29/2018 **Status:** ✅ Merged **Merged:** 8/29/2018 **Merged by:** [@Nicba1010](https://github.com/Nicba1010) **Base:** `master` ← **Head:** `feature/vulkan_driver_version` --- ### 📝 Commits (3) - [`1e1f0af`](https://github.com/RPCS3/discord-bot/commit/1e1f0afe5d4941a10e71a67c9b92f66458e5940e) scrape for game-related content as well - [`a63a40c`](https://github.com/RPCS3/discord-bot/commit/a63a40ca48d7cbf967dd3acca32866aa78003841) fix exception in GameTdbScraper - [`c511c8b`](https://github.com/RPCS3/discord-bot/commit/c511c8b181ccd0732a7c7537aa569bb800683fe2) vulkan driver version decoding ### 📊 Changes **9 files changed** (+190 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/Psn.Check.cs` (+1 -1) 📝 `CompatBot/Commands/Psn.cs` (+14 -0) ➕ `CompatBot/Database/Providers/AmdDriverVersionProvider.cs` (+93 -0) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+4 -0) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.StateMachineGenerator.cs` (+1 -1) 📝 `CompatBot/Program.cs` (+3 -0) 📝 `CompatBot/ThumbScrapper/GameTdbScraper.cs` (+1 -1) 📝 `CompatBot/ThumbScrapper/PsnScraper.cs` (+1 -0) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+72 -6) </details> ### 📄 Description Thanks to additional logging from kd, we can now get the driver version from vulkan device information (still not as good as opengl for AMD cards). Plus a couple of fixes for psn scraping --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:55:17 -05:00
yindo closed this issue 2026-02-15 15:55:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#187