vc4: Fix referencing of sync objects.
authorEric Anholt <eric@anholt.net>
Fri, 12 Dec 2014 08:06:21 +0000 (00:06 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 12 Dec 2014 17:30:35 +0000 (09:30 -0800)
commite5eaf8ec600b73de7f52555ce1c9a74883dba941
tree0e22fdd32afb78aca659bfa3af11ab3fa37cec74
parente75e677d288e67c3c05e7b8744e08cd73bdcbed8
vc4: Fix referencing of sync objects.

While the pipe_reference_* helpers set the pointer, a bare pipe_reference
doesn't.   Fixes 5 ARB_sync tests.
src/gallium/drivers/vc4/vc4_fence.c