History log of /external/mesa3d/src/gallium/drivers/softpipe/sp_fence.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bddf275db44695e3850c4b62b8f4b77d93299ae9 02-Jun-2011 Marek Olšák <maraeo@gmail.com> softpipe: add a better fake implementation of fences

The flush function, when asked for, should not return a NULL fence.

NULL can only be returned if fences are not implemented, and st/mesa
doesn't call any of the fence functions if it receives a NULL fence
(because some drivers don't even set the fence hooks).

ARB_sync is exposed if fence_finish is set.
/external/mesa3d/src/gallium/drivers/softpipe/sp_fence.c
bfe88e69988b3d3bdff0b9f6051d0428e1315653 07-Mar-2011 Marek Olšák <maraeo@gmail.com> gallium: cleanup fence_signalled and fence_finish

So that they don't have the driver-specific param and return type.
/external/mesa3d/src/gallium/drivers/softpipe/sp_fence.c
b39bccbd4ed71e9585da4cf5acf7b887b2e90899 05-Mar-2011 Marek Olšák <maraeo@gmail.com> gallium: add timeout parameter to fence_finish

This is a follow-up to the ARB_sync patch for st/mesa and completes
the ARB_sync implementation.
/external/mesa3d/src/gallium/drivers/softpipe/sp_fence.c
4c5c442f127419d4ea780fbc60bf58f4ed17d71e 11-Mar-2010 José Fonseca <jfonseca@vmware.com> softpipe: Dummy fence functions.
/external/mesa3d/src/gallium/drivers/softpipe/sp_fence.c