linux-capture: Add "Use alpha-less texture format" option

This is to work around a Mesa issue that prevents copying
between RGB and RGBA textures. Other drivers seem to allow
this, even though it's technically not allowed by the GL
spec.

Closes jp9000/obs-studio#514
This commit is contained in:
Aesen Vismea
2016-02-28 02:49:34 -05:00
committed by jp9000
parent f6a940cce7
commit 9cf56f8b4c
2 changed files with 11 additions and 0 deletions

View File

@@ -12,3 +12,4 @@ CropBottom="Crop Bottom (pixels)"
SwapRedBlue="Swap red and blue"
LockX="Lock X server when capturing"
IncludeXBorder="Include X Border"
ExcludeAlpha="Use alpha-less texture format (Mesa workaround)"