forked from notaz/mesa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
etnaviv: implicitly update shared texture resources
Implicitly update shared texture resources whenever they are first used after the context has been flushed. This implements the necessary behavior to get updated content for resources shared outside of the screen without relying on any other API level trigger, discussed to be necessary in [1]. [1] KhronosGroup/OpenGL-Registry#566 Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6220 Signed-off-by: Lucas Stach <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25756>
- Loading branch information
1 parent
27ac558
commit 2f229a8
Showing
3 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters