4.0-608 10 years, 4 months ago [GLExtensions] Fix OS X build.
4.0-607 10 years, 4 months ago [GLExtensions] Remove AGL GetProcAddress. Change dlsym to using RTLD_NEXT. Enable dlsym fallback for OS X
4.0-606 10 years, 4 months ago Merge branch 'master' into GLExtensions
4.0-592 10 years, 4 months ago [GLExtensions] Make sure to link against libdl since we use it to grab GL function pointers in Linux/Android in the case the GLInterface->GetProcAddress fails.
4.0-591 10 years, 4 months ago [GLExtensions] Missed a couple USE_GLES3 compile time differences.
4.0-590 10 years, 4 months ago [GLExtensions] wxWidgets expects to statically link in to GL 1.1 functions like any sane project. Let them do this.
4.0-589 10 years, 4 months ago [GLExtensions] Pull in all the function pointers for OpenGL 1.1, This removes the need for a couple compile time differences between GL and GLES3 mode.
4.0-588 10 years, 4 months ago [GLExtensions] Oops. Don't just outright disable these helper functions.
4.0-587 10 years, 4 months ago [GLExtensions] Don't fail out loading funciton pointers in both ES2 and ES3 modes.
4.0-586 10 years, 4 months ago [GLExtensions] Make sure to initialize our function pointers with VideoSoftware as well.
4.0-585 10 years, 4 months ago [GLExtensions] More merge conflict failures.
4.0-584 10 years, 4 months ago [GLExtensions] Fix Windows build.
4.0-583 10 years, 4 months ago [GLExtensions] Dang it fail merge.
4.0-576 10 years, 4 months ago Merge branch 'master' into GLExtensions
4.0-570 10 years, 4 months ago [GLExtensions] Still had a GLEW lib hanging out in the CMake file for the software renderer.
4.0-569 10 years, 4 months ago [GLExtensions] Hopefully fix OS X build.
4.0-568 10 years, 4 months ago fix windows build