[Bug 92759] [Regression, bisected] Screen is darker than expected in Supertuxkart

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Dec 15 08:33:28 PST 2015


https://bugs.freedesktop.org/show_bug.cgi?id=92759

--- Comment #14 from Deve <deveee at gmail.com> ---
I didn't check it on other applications, but now STK is not able to compile
some shaders. The problem is in this line:

uniform layout(r16f) volatile restrict writeonly image2D dest;

The "r16f" format is not recognized.

Log from console:

[warn   ] GLWrap: OpenGL debug callback - SHADER_COMPILER
[warn   ] GLWrap:     Error type : ERROR
[warn   ] GLWrap:     Severity : HIGH
[warn   ] GLWrap:     Message : 0:78(16): error: unrecognized layout identifier
`r16f'
[error  ] GLWrap: Error in shader bilateralH.comp
[error  ] GLWrap: 0:78(16): error: unrecognized layout identifier `r16f'


But this is sepearate issue. Perhaps MESA_FORMAT_B8G8R8X8_SRGB is not handled
properly somewhere (it has been added recently).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20151215/05d6c5d5/attachment.html>


More information about the intel-3d-bugs mailing list