Skip to content
Commit 35cc2242 authored by Martin Szulecki's avatar Martin Szulecki Committed by Rui Matos
Browse files

st: Init framebuffer early to fix gnome-shell crash on NVIDIA drivers

Checking offscreen for COGL_INVALID_HANDLE is not sufficient,
as cogl_offscreen_new_with_texture doesn't initialize framebuffer
objects but lets Cogl solve this the lazy way.
cogl_offscreen_new_with_texture will never return COGL_INVALID_HANDLE
anyways.

https://bugzilla.gnome.org/show_bug.cgi?id=764898
parent 3bbf6813
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment