From: Henri Verbeet Subject: Re: [PATCH 4/4] wined3d: When creating a 3.x/4.x context, specifically request a core context. Message-Id: Date: Thu, 9 Apr 2020 15:37:25 +0430 In-Reply-To: <20200409062135.33872-4-cdavis@codeweavers.com> References: <20200409062135.33872-1-cdavis@codeweavers.com> <20200409062135.33872-2-cdavis@codeweavers.com> <20200409062135.33872-3-cdavis@codeweavers.com> <20200409062135.33872-4-cdavis@codeweavers.com> On Thu, 9 Apr 2020 at 11:08, Chip Davis wrote: > > Signed-off-by: Chip Davis > --- > dlls/wined3d/context.c | 19 ++++++++++++++----- > 1 file changed, 14 insertions(+), 5 deletions(-) > According to the extension spec, "The default value for WGL_CONTEXT_PROFILE_MASK_ARB is WGL_CONTEXT_CORE_PROFILE_BIT_ARB". I.e., this is not supposed to make a difference.