mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
vc4: Don't forget to actually connect the fence code.
I thought I'd tested this.
This commit is contained in:
parent
fa74ec7e98
commit
6f4adb7483
1 changed files with 2 additions and 0 deletions
|
|
@ -414,6 +414,8 @@ vc4_screen_create(int fd)
|
|||
|
||||
screen->fd = fd;
|
||||
|
||||
vc4_fence_init(screen);
|
||||
|
||||
vc4_debug = debug_get_option_vc4_debug();
|
||||
if (vc4_debug & VC4_DEBUG_SHADERDB)
|
||||
vc4_debug |= VC4_DEBUG_NORAST;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue