blender/intern/glew-mx
Dalai Felinto 91056337a8 Add stubs to build WITH_GL_PROFILE_CORE
This is an auto-generated list, crossing gl-deprecated.h, glew.h and the
Blender code. It allows Blender to build with core profile.

WITH_OPENGL_LEGACY=ON: nothing changes

WITH_OPENGL_LEGACY=OFF and WITH_GL_PROFILE_CORE=OFF:
It stubs deprecated legacy calls.

WITH_OPENGL_LEGACY=OFF and WITH_GL_PROFILE_CORE=ON:
It stubs deprecated legacy calls thus allowing Blender to build with
core profile only.

Technically you only want to use WITH_OPENGL_LEGACY=OFF when
WITH_GL_PROFILE_CORE=ON. But it doesn't hurt to have it working for both
scenarios.

Reviewed by: merwin

Differential Revision: https://developer.blender.org/D2610
2017-04-10 08:45:00 +02:00
..
intern Fix T46431: Init glew before glx-context crashes 2015-10-12 15:08:20 +11:00
CMakeLists.txt CMake: error making get_blender_version a function 2015-02-25 18:15:54 +11:00
glew-mx.h Add stubs to build WITH_GL_PROFILE_CORE 2017-04-10 08:45:00 +02:00