Various sites broken with 'enable_3d = 1'.
When 3d is enabled youtube player controls don't show and twitch doesn't show any video at all.
Drivers: Nvidia 304.125
@Ziemas : I don't have any problems with Nvidia 346.59 driver
Could you check whenever it works with code from gles-emul branch?
No, that doesn't change anything. Behaves the same as master for me.
That's bad. I have no idea what else could cause malfunctioning.
I'm also affected by this, I get a black space where the youtube video and player controls are supposed to be.
My driver is: OpenGL vendor string: X.Org OpenGL renderer string: Gallium 0.4 on AMD BARTS OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.1.3 OpenGL core profile shading language version string: 3.30
And my card is a Radeon HD 6870.
@KynikossDragonn, does tests/util_glx_pixmap show red or green filled rectangle?
util_glx_pixmap is an utility which you can build by calling make util_glx_pixmap. Resulting binary is at tests/util_glx_pixmap.
@i-rinat It shows a "green filled rectangle" for me.
stdout: _pixmap root_wnd = 0x2ca wnd = 0x3e00001 nconfigs = 240 fb_config = 0x1869300 context ok pixmap and surface ok glXMakeCurrent ok
Green box is a good sign, offscreen rendering works fine (it doesn't on some hardware/driver combinations). But my guess about reason wasn't right, so I'll keep think about what causes the bug.
Anything you could suggest I try to debug this issue further on my end? I don't have much programming skill though.
Sorry, I don't have any idea to try at the moment.
Still have no idea, and can't reproduce it on available hardware.