History log of /external/mesa3d/src/gallium/drivers/vc4/vc4_fence.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
54272e18a682c8b82d4a86b2c07b51c303d8cead 06-Aug-2016 Marek Olšák <marek.olsak@amd.com> gallium: add a pipe_context parameter to fence_finish

required by glClientWaitSync (GL 4.5 Core spec) that can optionally flush
the context

Reviewed-by: Rob Clark <robdclark@gmail.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
/external/mesa3d/src/gallium/drivers/vc4/vc4_fence.c
ab80519b3cd08401dff2d07343064a27f32b33ca 30-Jun-2015 Eric Anholt <eric@anholt.net> vc4: Add perf debug for when we wait on BOs.
/external/mesa3d/src/gallium/drivers/vc4/vc4_fence.c
5a69929683b15d48e4f2fd47e2c816e716ab60ef 26-Jun-2015 Marek Olšák <marek.olsak@amd.com> gallium: remove redundant pipe_context::fence_signalled

fence_finish(timeout=0) does the same thing

Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/drivers/vc4/vc4_fence.c
1d044326774b20c4c685e54e976aa685963b870a 08-Jan-2015 Eric Anholt <eric@anholt.net> vc4: Move global seqno short-circuiting to vc4_wait_seqno().

Any other caller would want it, too.
/external/mesa3d/src/gallium/drivers/vc4/vc4_fence.c
e5eaf8ec600b73de7f52555ce1c9a74883dba941 12-Dec-2014 Eric Anholt <eric@anholt.net> 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.
/external/mesa3d/src/gallium/drivers/vc4/vc4_fence.c
21577571b37e68edc0422fbf80932588a4614abc 20-Nov-2014 Eric Anholt <eric@anholt.net> vc4: Update for new kernel ABI with async execution and waits.

Our submits now return immediately and you have to manually wait for
things to complete if you want to (like a normal driver).
/external/mesa3d/src/gallium/drivers/vc4/vc4_fence.c