Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: incremental filter assembling #194

Open
zmike opened this issue Feb 16, 2024 · 2 comments
Open

feature request: incremental filter assembling #194

zmike opened this issue Feb 16, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@zmike
Copy link

zmike commented Feb 16, 2024

In Mesa CI, we run VVL with khronos_validation.message_id_filter = <a billion exceptions>. This has to be on a single line, which is annoying since it both scrolls way offscreen and doesn't allow for documentation.

I'd like to see this improved so I could do something like

# comment explaining
khronos_validation.message_id_filter =
# comment explaining
khronos_validation.message_id_filter += VUID1
# comment explaining
khronos_validation.message_id_filter += VUID2
# comment explaining
khronos_validation.message_id_filter += VUID3
@spencer-lunarg spencer-lunarg added the enhancement New feature or request label Feb 18, 2024
@jeremyg-lunarg
Copy link
Contributor

FYI @christophe-lunarg, this would need to be implemented in the LayerSettings code in VUL

@christophe-lunarg christophe-lunarg self-assigned this Feb 19, 2024
@spencer-lunarg spencer-lunarg transferred this issue from KhronosGroup/Vulkan-ValidationLayers Apr 10, 2024
@spencer-lunarg
Copy link
Contributor

I still want this feature, but moving here so it can be better tracked by @christophe-lunarg as this will need vk_layer_setting changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants