On Thu, Jul 26, 2012 at 6:27 PM, Eric Anholt <e...@anholt.net> wrote: > As we get into supporting GL 3.x core, we come across more and more features > of the API that depend on the version number as opposed to just the extension > list. This will let us more sanely do version checks than "(VersionMajor == 3 > && VersionMinor >= 2) || VersionMajor >= 4".
The series looks good to me. Can we just get rid of VersionMajor and VersionMinor? The get.c code may be the only use of them (but I haven't looked in detail). -Brian _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev