Robert Bragg 5751e48756 cogl debug: hint that all debugging paths are G_UNLIKELY
Most Cogl debugging code conditions are marked as G_UNLIKELY with the
intention of having the CPU branch prediction always assume the
path is disabled so having debugging support in release binaries has
negligible overhead.

This patch simply fixes a few cases where we weren't using G_UNLIKELY.
2010-02-23 22:09:07 +00:00
..
2009-10-23 13:38:40 +01:00
2009-12-02 11:37:13 +00:00
2010-02-09 16:58:03 +00:00
2010-02-12 15:52:07 +00:00
2010-01-05 18:02:29 +00:00