Mesa (master): frontends/hgl: set state_manager

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Jan 10 03:13:33 UTC 2021


Module: Mesa
Branch: master
Commit: 19ed0f08037a0bcd4126a32c10110d6c7f058a8c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=19ed0f08037a0bcd4126a32c10110d6c7f058a8c

Author: X512 <danger_mail at list.ru>
Date:   Mon Jan  4 22:16:11 2021 -0600

frontends/hgl: set state_manager

Reviewed-by: Alexander von Gluck IV <kallisti5 at unixzen.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8323>

---

 src/gallium/frontends/hgl/hgl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/frontends/hgl/hgl.c b/src/gallium/frontends/hgl/hgl.c
index 74cd81fc7bb..efc4205f74c 100644
--- a/src/gallium/frontends/hgl/hgl.c
+++ b/src/gallium/frontends/hgl/hgl.c
@@ -254,6 +254,7 @@ hgl_create_st_framebuffer(struct hgl_context* context)
 
 	p_atomic_set(&buffer->stfbi->stamp, 1);
 	buffer->stfbi->st_manager_private = (void*)buffer;
+	buffer->stfbi->state_manager = context->manager;
 
 	return buffer;
 }



More information about the mesa-commit mailing list