comex e31d6feaa2 Unify three types of non-FIFO requests to the GPU thread around Common::Event and Common::Flag.
The only possible functionality change is that s_efbAccessRequested and
s_swapRequested are no longer reset at init and shutdown of the OGL
backend (only; this is the only interaction any files other than
MainBase.cpp have with them).  I am fairly certain this was entirely
vestigial.

Possible performance implications: efbAccessReady now uses an Event
rather than spinning, which might be slightly slower, but considering
the slow loop the flags are being checked in from the GPU thread, I
doubt it's noticeable.

Also, this uses sequentially consistent rather than release/acquire
memory order, which might be slightly slower, especially on ARM...
something to improve in Event/Flag, really.
2014-08-26 12:43:39 -04:00
..
2014-06-27 19:48:35 +02:00
2014-05-20 11:28:14 -04:00
2014-07-11 16:10:20 +02:00
2014-08-19 10:05:58 -04:00
2014-03-14 13:51:23 -04:00
2014-07-11 16:07:23 +02:00
2014-07-26 14:37:18 +02:00
2014-03-14 13:51:23 -04:00
2014-03-09 21:14:26 +01:00
2014-07-13 02:16:51 +02:00
2014-06-27 09:35:26 +02:00