Skip to content
Snippets Groups Projects
Unverified Commit d6d634d2 authored by cosmic-linden's avatar cosmic-linden Committed by GitHub
Browse files

SL-19331: Move media updates off-thread on select hardware (#153)

* SL-19331: Have media updates on the LLImageGL thread even when texture updates are on the main thread. Add config.

Off-thread media updates seem work best performance-wise when using glTexImage2D, not sub_image_lines. Otherwise, there are lots of main thread stalls.

* SL-19331: Bump featuretable

* SL-19331: Cleanup, annotate comment
parent b28971e4
No related branches found
No related tags found
No related merge requests found
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