Skip to content
Snippets Groups Projects
Commit 9c5043d8 authored by Henri Beauchamp's avatar Henri Beauchamp
Browse files

Fix a thread safety issue in the GL image worker.

LLViewerTexture::mNeedsCreateTexture needs to be an attomic bool since
it is written both in the main thread and in the GL image worker thread.

We can now enable threaded bump maps creation as a result of this fix.

I have read the CLA Document and I hereby sign the CLA
parent 783926e1
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment