Limit support for GLEW_ARB_base_instance to OpenGL 4.0 and higher. NVIDIA Quadro FX 4800
(TeraScale) report that they support GLEW_ARB_base_instance, but the driver does not support
GLEW_ARB_draw_indirect as it has an OpenGL3 context what also matches the minimum needed
requirements.
We use GLEW_ARB_draw_indirect as a target for glMapBuffer(Range) what is part of the
OpenGL 4 API. So better disable it when we don't have an OpenGL4 context.
Note: fix should be ported to Blender 2.83 LTS