From 51278bab5ded412fa1a38c2564cc3fda71e3129b Mon Sep 17 00:00:00 2001 From: Mike Erwin Date: Thu, 18 May 2017 16:58:33 -0400 Subject: remove GPU_legacy_support query In the move to OpenGL 3.3 core profile, we drop support for compatibility profile and older versions. OpenSubdiv was the only user; I'll update OSD next. --- source/blender/blenkernel/intern/CCGSubSurf_opensubdiv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel') diff --git a/source/blender/blenkernel/intern/CCGSubSurf_opensubdiv.c b/source/blender/blenkernel/intern/CCGSubSurf_opensubdiv.c index d18a461add5..ab89a920089 100644 --- a/source/blender/blenkernel/intern/CCGSubSurf_opensubdiv.c +++ b/source/blender/blenkernel/intern/CCGSubSurf_opensubdiv.c @@ -993,7 +993,7 @@ void ccgSubSurf__sync_subdivUvs(CCGSubSurf *ss, bool subdiv_uvs) void BKE_subsurf_osd_init(void) { - openSubdiv_init(GPU_legacy_support()); + openSubdiv_init(false); BLI_spin_init(&delete_spin); } -- cgit v1.2.3