mirror of
https://github.com/brl/mutter.git
synced 2025-02-03 15:22:15 +00:00
Owen W. Taylor
582bd409dd
cogl-framebuffer: Flush journal when creating fbo
Since framebuffer state is not flushed prior to replaying the journal, the trick of marking the framebuffer dirty prior to calling glBindFramebuffer() doesn't work... the outstanding journal entries will get replayed to the newly created framebuffer. Fix this by flushing the journal as well. http://bugzilla.openedhand.com/show_bug.cgi?id=2110 Signed-off-by: Robert Bragg <robert@linux.intel.com>
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%