]> git.saurik.com Git - wxWidgets.git/commit
Support IRIX version of OpenGL multi sampling constants.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 28 Feb 2010 11:08:54 +0000 (11:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 28 Feb 2010 11:08:54 +0000 (11:08 +0000)
commit049c4f6caaee4d0843307f6ca1a832cc54b3a89d
tree16ccb5ce8ccad6d2b9b5413707107397b3e78a59
parent713a0408bb325665b88871ff731c902a44d2e04a
Support IRIX version of OpenGL multi sampling constants.

Although OpenGL multi sampling extensions originated under IRIX, it doesn't
seem to use the standard names for the constants used and uses "SGI" suffix
for them instead of "ARB".

Add support for IRIX versions of GLX_SAMPLE_BUFFERS_ARB and GLX_SAMPLES_ARB
and also check if these constants are defined at all to avoid compilation
errors if they are not.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/unix/glx11.cpp