Browse Source
Merge pull request #3142 from ReinUsesLisp/depbar-log
shader/other: Reduce DEPBAR log severity
pull/15/merge
Mat M
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/video_core/shader/decode/other.cpp
|
|
|
@ -256,7 +256,7 @@ u32 ShaderIR::DecodeOther(NodeBlock& bb, u32 pc) { |
|
|
|
break; |
|
|
|
} |
|
|
|
case OpCode::Id::DEPBAR: { |
|
|
|
LOG_WARNING(HW_GPU, "DEPBAR instruction is stubbed"); |
|
|
|
LOG_DEBUG(HW_GPU, "DEPBAR instruction is stubbed"); |
|
|
|
break; |
|
|
|
} |
|
|
|
default: |
|
|
|
|