projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa74ec7
)
vc4: Don't forget to actually connect the fence code.
author
Eric Anholt
<eric@anholt.net>
Fri, 21 Nov 2014 03:43:07 +0000
(19:43 -0800)
committer
Eric Anholt
<eric@anholt.net>
Mon, 24 Nov 2014 20:37:33 +0000
(12:37 -0800)
I thought I'd tested this.
src/gallium/drivers/vc4/vc4_screen.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/vc4/vc4_screen.c
b/src/gallium/drivers/vc4/vc4_screen.c
index c18760ccf3b9c5ff59f97940fc99af5d74619a61..96536acfb5e847a252d7157485c57762401157f5 100644
(file)
--- a/
src/gallium/drivers/vc4/vc4_screen.c
+++ b/
src/gallium/drivers/vc4/vc4_screen.c
@@
-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;