Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Workaround for atomic ops on AMD #1558

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

Merged
merged 1 commit into from
Feb 22, 2025

Conversation

VReaperV
Copy link
Contributor

Fixes one of the issues in #1535.

Adrenaline/OGLP drivers erroneously disregard the ARB extension functionality (which has different naming than the core one) with #version 460 core, which is the one we end up using on such drivers, because it's the context version that the driver provides.

Adrenaline/OGLP drivers erroneously disregard the ARB extension functionality (which has different naming than the core one) with `#version 460 core`, which is the one we end up using on such drivers, because it's the context version that the driver provides.
@VReaperV VReaperV added T-Improvement Improvement for an existing feature A-Renderer GPU-AMD labels Feb 21, 2025
@slipher
Copy link
Member

slipher commented Feb 21, 2025

LGTM, not tested

@VReaperV VReaperV merged commit e335527 into DaemonEngine:master Feb 22, 2025
9 checks passed
@VReaperV VReaperV deleted the workaround-amd-atomic branch February 22, 2025 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Renderer GPU-AMD T-Improvement Improvement for an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants