GNOME Bugzilla – Bug 672038
Move the fallback define for GL_PACK_INVERT_MESA
Last modified: 2012-03-14 12:17:03 UTC
See patch.
Created attachment 209692 [details] [review] Move the fallback define for GL_PACK_INVERT_MESA The if-undefined fallback declaration for GL_PACK_INVERT_MESA was originally added in cogl.c along with code to use it (as part of commit 6f79eb8a5a530fc2fd0a9aed90da172fbf05f742). Later on, commit 10a38bb14fac3ba8dc05115feb04bde56dc590e7 moved the code that used it to cogl-framebuffer.c but didn't move the define along with it. Do that now.
Review of attachment 209692 [details] [review]: seems obviously correct to me
Pushed as 6f59993e1b4b925765c9b78853090b7b3bf12635 Thanks!