<div dir="ltr">Realized something today:<br>Increasing Blender 2.8&#39;s system requirements to Mac OS 10.9 lets us target OpenGL 3.3 instead of 3.2! Mac OS 10.7 &amp; 10.8 were the only reasons to stay at 3.2. Hardware (GPU) requirements stay exactly the same.<br><br>What does 3.3 offer over 3.2? (* = exciting, fits into our plans)<br>* instanced arrays<br>* more efficient occlusion queries<br>* 10_10_10_2 vertex attributes (perfect for normals)<br>- 10_10_10_2 textures<br>- sampler objects<br><br>Complete list here:<br><a href="https://www.opengl.org/wiki/History_of_OpenGL#OpenGL_3.3_.282010.29">https://www.opengl.org/wiki/History_of_OpenGL#OpenGL_3.3_.282010.29</a><br><br>The differences between 3.2 and 3.3 are not major, but setting our minimum to 3.3 means we can guarantee these features will be there at runtime. No need for extension checks or fallbacks.<br><br>Let&#39;s bump OpenGL to 3.3 and GLSL to #version 330.<br>Unless someone objects, I&#39;ll update the development docs &amp; tasks &amp; code to reflect this.<br><br><br>Mike Erwin<br>musician, naturalist, pixel pusher, hacker extraordinaire<br><br>On Sat, Oct 8, 2016 at 10:34 AM, Jens Verwiebe &lt;<a href="mailto:info@jensverwiebe.de">info@jensverwiebe.de</a>&gt; wrote:<br>&gt;<br>&gt; Just FYI: Older macs can run 10.9/10/11 too jst with the bootloader trick.<br>&gt;<br>&gt; It warps 64 bit efi calls to 32bit efi in for example MacPro 1.1.<br>&gt;<br>&gt; I have exaclty done this on an 1.1 from 2006 running Yosemite ( 10.11 ) now.<br>&gt;<br>&gt; A demon assures consecutive updates do not ruin the bootloader exchange.<br>&gt;<br>&gt; Its very easy to use, see Mac Rumors forums.<br>&gt;<br>&gt; Jens<br>&gt;<br>&gt;<br>&gt; Am 08.10.2016 um 16:02 schrieb Brecht Van Lommel:<br>&gt; &gt; Ok, let&#39;s do macOS 10.9 minimum then.<br>&gt; &gt;<br>&gt; &gt; I&#39;m about ready to commit the libraries, if anyone likes to review see<br>&gt; &gt; here. Otherwise I&#39;ll just go ahead and commit things in the next few<br>&gt; &gt; days.<br>&gt; &gt; <a href="https://developer.blender.org/D2283">https://developer.blender.org/D2283</a><br>&gt; &gt;<br>&gt; &gt; On Wed, Oct 5, 2016 at 3:27 AM, Mike Erwin &lt;<a href="mailto:significant.bit@gmail.com">significant.bit@gmail.com</a>&gt; wrote:<br>&gt; &gt;&gt; Ok, I&#39;ve had a chance to read your points and dig up the hardware facts.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; I was concerned about the people that are stuck on 10.7 because their<br>&gt; &gt;&gt; computer can&#39;t support 10.8, and didn&#39;t want us to leave them behind<br>&gt; &gt;&gt; without a very good reason. Other people/projects/companies abandoning it<br>&gt; &gt;&gt; are not good reasons. But...<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; The only Mac than could run Blender 2.8 but not OS 10.8 is the first Mac<br>&gt; &gt;&gt; Pro (Aug 2006 - Jan 2008), and only with an upgraded GPU. iMacs, MacBooks<br>&gt; &gt;&gt; Pro, everything else of that era is stuck with an old GPU and won&#39;t be<br>&gt; &gt;&gt; supported anyway.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; So now we know exactly who we&#39;ll be disappointing! Mac Pro owners (early<br>&gt; &gt;&gt; adopter or second-hand) that don&#39;t have a newer Mac to run Blender on.<br>&gt; &gt;&gt; Seems like a very small segment...<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Any newer Mac running 10.6.8 or later can upgrade to 10.9 free of charge.<br>&gt; &gt;&gt; Nobody is &quot;stuck&quot; on 10.8 by hardware. They might choose to run 10.8 or<br>&gt; &gt;&gt; (god forbid) 10.7 but we have no obligation to support their choice.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; After gathering these facts I am also in favor of making Mac OS 10.9 the<br>&gt; &gt;&gt; new minimum.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Mike Erwin<br>&gt; &gt;&gt; musician, naturalist, pixel pusher, hacker extraordinaire<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; On Tue, Oct 4, 2016 at 5:29 PM, Martijn Berger &lt;<a href="mailto:martijn.berger@gmail.com">martijn.berger@gmail.com</a>&gt;<br>&gt; &gt;&gt; wrote:<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;&gt; I think 10.6 was special in the sense that a significant number of people<br>&gt; &gt;&gt;&gt; lingered on that version.<br>&gt; &gt;&gt;&gt; 10.9 and higher have been free upgrades and that seems to have moved a<br>&gt; &gt;&gt;&gt; significant number of people over.<br>&gt; &gt;&gt;&gt; Last time i checked our download stats 10.6 had more users then 10.7 and<br>&gt; &gt;&gt;&gt; 10.8 combined.<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt; Taking that into account I would be in favor of using 10.9 as minimal<br>&gt; &gt;&gt;&gt; version.<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt; On Tue, Oct 4, 2016 at 10:59 PM, Brecht Van Lommel &lt;<br>&gt; &gt;&gt;&gt; <a href="mailto:brechtvanlommel@pandora.be">brechtvanlommel@pandora.be</a>&gt; wrote:<br>&gt; &gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; Xcode 8 is currently showing this warning. So it&#39;s not clear how long<br>&gt; &gt;&gt;&gt;&gt; Apple will even officially support building for 10.8.<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; clang: warning: libstdc++ is deprecated; move to libc++ with a minimum<br>&gt; &gt;&gt;&gt;&gt; deployment target of OS X 10.9<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; Apple support for 10.9 ended last month, 10.8 a year before that, so<br>&gt; &gt;&gt;&gt;&gt; those are not even getting security updates anymore. Firefox and<br>&gt; &gt;&gt;&gt;&gt; Chrome have 10.9 as minimum requirement, and I think the same or<br>&gt; &gt;&gt;&gt;&gt; higher is required for a lot of other major software. Blender 2.8<br>&gt; &gt;&gt;&gt;&gt; would be released a year or more from now, so we would be the<br>&gt; &gt;&gt;&gt;&gt; exception in still supporting 10.7.<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; The one issue I personally found with 10.7 was an SDK bug that makes<br>&gt; &gt;&gt;&gt;&gt; building Python 3.5 fail. I tried to solve it for a few hours but<br>&gt; &gt;&gt;&gt;&gt; didn&#39;t find a solution yet. It&#39;s probably not a showstopper but if we<br>&gt; &gt;&gt;&gt;&gt; decide to use 10.8 or higher I won&#39;t spend more time trying to fix it.<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; I don&#39;t know of any other serious issues, though inevitably we&#39;d<br>&gt; &gt;&gt;&gt;&gt; encounter some in the future. Personally I wouldn&#39;t want to spend time<br>&gt; &gt;&gt;&gt;&gt; debugging OpenGL issues on e.g. 10.7 or 10.8, but maybe you&#39;re up for<br>&gt; &gt;&gt;&gt;&gt; it :)<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt; On Tue, Oct 4, 2016 at 2:27 PM, Mike Erwin &lt;<a href="mailto:significant.bit@gmail.com">significant.bit@gmail.com</a>&gt;<br>&gt; &gt;&gt;&gt;&gt; wrote:<br>&gt; &gt;&gt;&gt;&gt;&gt; Bringing this back up since it was mentioned in the C++11 libs<br>&gt; &gt;&gt;&gt;&gt; discussion.<br>&gt; &gt;&gt;&gt;&gt;&gt; Why are some people in favor of Mac OS 10.8 as a minimum requirement? I<br>&gt; &gt;&gt;&gt;&gt;&gt; agree that 10.7 sucks from a usability perspective, but I&#39;m sure you<br>&gt; &gt;&gt;&gt; have<br>&gt; &gt;&gt;&gt;&gt;&gt; better reasons.<br>&gt; &gt;&gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt;&gt; It would help the discussion to have a list of Macs that could run<br>&gt; &gt;&gt;&gt;&gt; Blender<br>&gt; &gt;&gt;&gt;&gt;&gt; 2.8 (decent GPU) but can&#39;t run OS 10.8.<br>&gt; &gt;&gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt;&gt; -- Mike<br>&gt; &gt;&gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt;&gt; On Mon, May 16, 2016 at 2:32 PM, Mike Erwin &lt;<a href="mailto:significant.bit@gmail.com">significant.bit@gmail.com</a><br>&gt; &gt;&gt;&gt;&gt;&gt; wrote:<br>&gt; &gt;&gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt; Mac OS 10.6 &quot;Snow Leopard&quot; needs to be dropped, since Apple<br>&gt; &gt;&gt;&gt; implemented<br>&gt; &gt;&gt;&gt;&gt; GL<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt; 3.2 starting with OS 10.7 &quot;Lion&quot;. The rest of the Blender 2.7x line<br>&gt; &gt;&gt;&gt; can<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt; still support Snow Leopard.<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt; Now that we can assume OS 10.7 or later, what does that give us?<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt; OpenGL 3.2 -- of course<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt; ARC -- automatic reference counting, no more retain/release<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt; Fullscreen mode -- already implemented, so we can remove the older<br>&gt; &gt;&gt;&gt;&gt; method.<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt; I see comments about this working better in 10.9 because of improved<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt; multiple monitor handling.<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt; So no huge features for us besides OpenGL. But this does give us an<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt; opportunity to clean up some of the crusty old workarounds. Declare<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt; MAC_OS_X_VERSION_MIN_REQUIRED = 1070 and revisit everywhere this is<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt; checked.<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt; I&#39;m not sure if anyone is actively working on GHOST or other<br>&gt; &gt;&gt;&gt;&gt; Mac-specific<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt; stuff, but wanted to start this conversation early.<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt;<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt; Mike Erwin<br>&gt; &gt;&gt;&gt;&gt;&gt;&gt; musician, naturalist, pixel pusher, hacker extraordinaire<br><br></div>