[Bf-committers] proposal: OpenGL cleanup in master

Mike Erwin significant.bit at gmail.com
Sun Nov 22 01:51:34 CET 2015


Hi Campbell,

While it looks like we should be able to do this in master,
> if this is causing changes all over with high chance of leaving master
> in a broken state for some platforms,
> it might be better to use a short-lived temporary branch (no longer
> than one week).
>

The proposed changes won't break things for any platform. Upgrading to GL
3+ (later) will leave Mac in the dust until we pare it down to core profile
-- so definitely branch for that.

As for the cleanup - is it enough to search code for known deprecated API
> use?
> Or is there a way to trigger build-warnings or log-warnings at runtime?


I don't know of any way to catch these at build- or runtime. Grepping for
ARB or EXT should catch most of these.

-- Mike


More information about the Bf-committers mailing list