Blender Git Commit Log
Git Commits -> Revision ed00b5d
Revision ed00b5d by Jeroen Bakker (master) June 11, 2020, 13:34 (GMT) |
Fix T77657: NVIDIA Quadro FX4800 crash on startup 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 Reviewed By: Cl�ment Foucault Differential Revision: https://developer.blender.org/D7994 |
Commit Details:
Full Hash: ed00b5def64c10a5a243399aeda383c30eb886ff
Parent Commit: 9385d88
Lines Changed: +8, -1
1 Modified Path:
/source/blender/gpu/intern/gpu_extensions.c (+8, -1) (Diff)