Compare commits

..

No commits in common. "327c158b135bd93461b8ee7fc3ae8ba18ac8ee73" and "605d2f02b47bafd1a5b11128f4183caf032e5de2" have entirely different histories.

View file

@ -293,7 +293,7 @@ void QueryCacheBase<Traits>::CounterReport(GPUVAddr addr, QueryType counter_type
}
});
if (is_fence) {
if (Settings::getDebugKnobAt(0) && is_payload) {
if (is_payload) {
impl->rasterizer.SyncOperation(std::move(operation));
std::function<void()> noop([] {});
impl->rasterizer.SignalFence(std::move(noop));