projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
030821a
)
broadcom/vc5: Add the missing PIPE_CAP_FENCE_SIGNAL.
author
Eric Anholt
<eric@anholt.net>
Thu, 1 Feb 2018 01:38:22 +0000
(17:38 -0800)
committer
Eric Anholt
<eric@anholt.net>
Thu, 1 Feb 2018 19:02:29 +0000
(11:02 -0800)
src/gallium/drivers/vc5/vc5_screen.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/vc5/vc5_screen.c
b/src/gallium/drivers/vc5/vc5_screen.c
index 2bbec37d19f2d54ba981734a97e24222e6ce05f4..b69562389b21730bccc2c0526f849317f4c5db32 100644
(file)
--- a/
src/gallium/drivers/vc5/vc5_screen.c
+++ b/
src/gallium/drivers/vc5/vc5_screen.c
@@
-249,6
+249,7
@@
vc5_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
case PIPE_CAP_TGSI_CLOCK:
case PIPE_CAP_TGSI_TEX_TXF_LZ:
case PIPE_CAP_NATIVE_FENCE_FD:
+ case PIPE_CAP_FENCE_SIGNAL:
case PIPE_CAP_TGSI_MUL_ZERO_WINS:
case PIPE_CAP_NIR_SAMPLERS_AS_DEREF:
case PIPE_CAP_QUERY_SO_OVERFLOW: