Vulkan: Profiles #118138

Open
Jeroen Bakker wants to merge 1 commits from Jeroen-Bakker/blender:vulkan/profiles into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Member

Profiles let us keep track of Vulkan features we require or use when
available. The vulkan profiles also provides tools to check device
profiles against our application profile.

This PR adds the basic (application profile) and a device profile
generated from a development machine. We should collect more device
profiles during triaging to ensure we create a database of troublesome
devices.

TODO

  • Add more profiles of platforms that are troublesome
    (NVIDIA QUADRO 1000M / Intel HD 4400 / Intel UHD500)
  • Check and document a workflow to validate device profiles against
    the application profile.
Profiles let us keep track of Vulkan features we require or use when available. The vulkan profiles also provides tools to check device profiles against our application profile. This PR adds the basic (application profile) and a device profile generated from a development machine. We should collect more device profiles during triaging to ensure we create a database of troublesome devices. **TODO** - [ ] Add more profiles of platforms that are troublesome (NVIDIA QUADRO 1000M / Intel HD 4400 / Intel UHD500) - [ ] Check and document a workflow to validate device profiles against the application profile.
Jeroen Bakker added the
Interest
Vulkan
label 2024-02-12 15:07:22 +01:00
Jeroen Bakker self-assigned this 2024-02-12 15:07:22 +01:00
Jeroen Bakker added 1 commit 2024-02-12 15:07:31 +01:00
d96626c3d4 Vulkan: Profiles
Profiles let us keep track of Vulkan features we require or use when
available. The vulkan profiles also provides tools to check device
profiles against our application profile.

This PR adds the basic (application profile) and a device profile
generated from a development machine. We should collect more device
profiles during triaging to ensure we create a database of troublesome
devices.
Jeroen Bakker added this to the EEVEE & Viewport project 2024-02-12 15:10:00 +01:00
Jeroen Bakker reviewed 2024-02-12 16:45:20 +01:00
@ -0,0 +5,4 @@
This way when our requirements change we can check if there is a drop of
platform support.
The file `VP_APP_blender.json` describes the requirements and optionals
Author
Member

Profiles should map to ^VP_[A-Z0-9]+_[A-Za-z0-9_]+ need to check if there are special convention for naming the vulkan profile.

Perhaps VP_BLENDER_0400 would be better. And we might want to add multiple versions in a single file to ensure we have a single location with all the differences.

Profiles should map to `^VP_[A-Z0-9]+_[A-Za-z0-9_]+` need to check if there are special convention for naming the vulkan profile. Perhaps `VP_BLENDER_0400` would be better. And we might want to add multiple versions in a single file to ensure we have a single location with all the differences.
Jeroen Bakker reviewed 2024-02-12 16:53:52 +01:00
@ -0,0 +76,4 @@
}
},
"profiles": {
"VP_APP_blender": {
Author
Member

VP_BLENDER_blender40 would be better.
BLENDER refers the the company/organization, blender40 to the application and version.

`VP_BLENDER_blender40` would be better. BLENDER refers the the company/organization, blender40 to the application and version.
Merge conflict checking is in progress. Try again in few moments.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u vulkan/profiles:Jeroen-Bakker-vulkan/profiles
git checkout Jeroen-Bakker-vulkan/profiles
Sign in to join this conversation.
No reviewers
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#118138
No description provided.