Blender Git Loki
Git Commits -> Revision e12f5b6
Revision e12f5b6 by Mike Erwin (master) September 19, 2016, 18:27 (GMT) |
OpenGL: software renderer for old Mac GPUs We raised the minimum to GL 2.1 in Blender 2.77, and dropped support for older GPUs (pre-2012 Intel mostly). On Windows you get a popup message, but on Mac we simply crashed. Every Mac has a builtin software renderer for GL 2.1 so let's use that when the GPU is not capable! Run blender --debug-gpu to see version detection & software fallback. |
Commit Details:
Full Hash: e12f5b699d5a2eea045b584ebc7264bddcfb994d
Parent Commit: 16ed49b
Lines Changed: +74, -28