On Thu, Oct 26, 2017 at 1:10 PM, Emil Velikov <emil.l.veli...@gmail.com> wrote: > On 25 October 2017 at 20:11, Marek Olšák <mar...@gmail.com> wrote: >> On Tue, Oct 24, 2017 at 6:37 PM, Emil Velikov <emil.l.veli...@gmail.com> >> wrote: >>> On 21 October 2017 at 13:54, Marek Olšák <mar...@gmail.com> wrote: >>>> From: Marek Olšák <marek.ol...@amd.com> >>>> >>>> --- >>>> src/mesa/main/extensions_table.h | 1 + >>>> src/mesa/main/mtypes.h | 1 + >>>> src/mesa/main/version.c | 13 ++++++++----- >>>> 3 files changed, 10 insertions(+), 5 deletions(-) >>>> >>> Do we want to update src/mesa/drivers/dri/common/dri_util.c as well. >>> See the GL_ARB_compatibilty hunk in driCreateContextAttribs. >> >> Yes we can remove that. >> > In case I was vague, I think we should drop the whole hunk, as opposed > to just the comment > > /* Mesa does not support the GL_ARB_compatibilty extension or the > * compatibility profile. This means that we treat a > API_OPENGL_COMPAT 3.1 as > * API_OPENGL_CORE and reject API_OPENGL_COMPAT 3.2+. > */ > if (mesa_api == API_OPENGL_COMPAT && major_version == 3 && > minor_version == 1) > mesa_api = API_OPENGL_CORE;
Yes, I've dropped the whole hunk. Marek _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev