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 689850 - [PATCH] Fix call to BlendFuncSeparate
[PATCH] Fix call to BlendFuncSeparate
Status: RESOLVED FIXED
Product: cogl
Classification: Platform
Component: general
1.10.x
Other Linux
: Normal normal
: ---
Assigned To: Cogl maintainer(s)
Cogl maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-12-07 15:13 UTC by Adam Jackson
Modified: 2012-12-07 15:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Check both src and dst blend factors, instead of src twice (1.37 KB, patch)
2012-12-07 15:13 UTC, Adam Jackson
none Details | Review

Description Adam Jackson 2012-12-07 15:13:00 UTC
Created attachment 230975 [details] [review]
Check both src and dst blend factors, instead of src twice

See attached.
Comment 1 Neil Roberts 2012-12-07 15:55:06 UTC
Good catch, thanks. I've pushed this to master and the cogl-1.12 branch.