Fix Raised Black Levels on Steam Deck OLED (#1265)
Add getDecoderColorRange to plvk
This commit is contained in:
parent
1cd588f25c
commit
58e27875ae
2 changed files with 7 additions and 0 deletions
|
|
@ -905,6 +905,12 @@ int PlVkRenderer::getRendererAttributes()
|
|||
return attributes;
|
||||
}
|
||||
|
||||
int PlVkRenderer::getDecoderColorRange()
|
||||
{
|
||||
// Explicitly set the color range to full to fix raised black levels on OLED displays
|
||||
return COLOR_RANGE_FULL;
|
||||
}
|
||||
|
||||
int PlVkRenderer::getDecoderCapabilities()
|
||||
{
|
||||
return CAPABILITY_REFERENCE_FRAME_INVALIDATION_HEVC |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue