After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 782376 - glmemory: Only use glDrawBuffer if available
glmemory: Only use glDrawBuffer if available
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal normal
: 1.12.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 782552 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2017-05-09 09:26 UTC by Sebastian Dröge (slomo)
Modified: 2017-05-12 10:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
glmemory: Only use glDrawBuffer if available (2.42 KB, patch)
2017-05-09 09:26 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2017-05-09 09:26:11 UTC
See commit message
Comment 1 Sebastian Dröge (slomo) 2017-05-09 09:26:16 UTC
Created attachment 351413 [details] [review]
glmemory: Only use glDrawBuffer if available

Otherwise fall back to glDrawBuffers. Also check if glReadBuffer exists
before using it.

glDrawBuffer does not exist for GLES, only glDrawBuffers does.
Comment 2 Sebastian Dröge (slomo) 2017-05-09 11:00:04 UTC
Attachment 351413 [details] pushed as 0730a55 - glmemory: Only use glDrawBuffer if available
Comment 3 Sebastian Dröge (slomo) 2017-05-12 10:49:49 UTC
*** Bug 782552 has been marked as a duplicate of this bug. ***