버전
4.0-4203
분기
master
날짜
9년, 5개월 전
Windows x64 Mac OS X Android Ubuntu 13.04
커밋
1d1942dde9605785c3486c70b08aebe74730ca94
만든이 변경
skidau
설명 변경
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