[Bf-blender-cvs] [9a193a28c4f] blender2.8: fix Clay compatibility comment

Mike Erwin noreply at git.blender.org
Thu Apr 27 15:32:04 CEST 2017


Commit: 9a193a28c4fc3be4883f0fa778ab0327e699b067
Author: Mike Erwin
Date:   Wed Apr 26 18:12:52 2017 -0400
Branches: blender2.8
https://developer.blender.org/rB9a193a28c4fc3be4883f0fa778ab0327e699b067

fix Clay compatibility comment

When building WITH_LEGACY_OPENGL, Mac uses GL 2.1, Mesa uses GL 3.0. Has nothing to do with Intel!

Clay assumes GL 3.3 is available.

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3f2b3dad520..9c18710fd48 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -242,7 +242,7 @@ endif()
 option(WITH_PLAYER        "Build Player" OFF)
 option(WITH_OPENCOLORIO   "Enable OpenColorIO color management" ${_init_OPENCOLORIO})
 
-option(WITH_CLAY_ENGINE    "Enable New Clay engine (Breaks Mac and Intel compatibility)" ON)
+option(WITH_CLAY_ENGINE    "Enable New Clay engine (Breaks Mac and Mesa compatibility)" ON)
 
 option(WITH_LEGACY_OPENGL  "Enable build of legacy OpenGL" ON)




More information about the Bf-blender-cvs mailing list