Versión
4.0-4203
Póla
master
Data
9 anos, 4 meses ago
Windows x64 Mac OS X Android Ubuntu 13.04
Contribución
1d1942dde9605785c3486c70b08aebe74730ca94
Autor do cambio
skidau
Descrición do cambio
Merge pull request #1536 from skidau/fifo-overflow

Fifo overflow fix

The idea behind separating the CPU and GPU thread path is to prevent two threads executing the same function (SetCPStatusFromCPU) at the same time. The CPU thread gets to that function via GetherPipeBursted and the GPU thread gets there via SetCPStatusFromGPU. I wrote the original (factored) version as I like to keep code duplication to a minimum. This worked most of the time but not all of the time. It was a good move to s