Re: [Mesa-dev] [PATCH v2 1/3] mesa: actually support compat profile creation with MESA_GL_VERSION_OVERRIDE

2018-05-02 Thread Timothy Arceri
On 03/05/18 01:41, Emil Velikov wrote: On 2 May 2018 at 11:27, Timothy Arceri wrote: Since this has gone unnoticed for a while, it proves to be subtle. Add some commit message elaborating on the issue/solution. --- src/mesa/drivers/dri/common/dri_util.c | 9

Re: [Mesa-dev] [PATCH v2 1/3] mesa: actually support compat profile creation with MESA_GL_VERSION_OVERRIDE

2018-05-02 Thread Emil Velikov
On 2 May 2018 at 11:27, Timothy Arceri wrote: Since this has gone unnoticed for a while, it proves to be subtle. Add some commit message elaborating on the issue/solution. > --- > src/mesa/drivers/dri/common/dri_util.c | 9 + > 1 file changed, 5 insertions(+), 4

Re: [Mesa-dev] [PATCH v2 1/3] mesa: actually support compat profile creation with MESA_GL_VERSION_OVERRIDE

2018-05-02 Thread Grazvydas Ignotas
On Wed, May 2, 2018 at 3:38 PM, Timothy Arceri wrote: > On 02/05/18 22:36, Timothy Arceri wrote: >> >> On 02/05/18 21:48, Grazvydas Ignotas wrote: >>> >>> On Wed, May 2, 2018 at 1:27 PM, Timothy Arceri >>> wrote: ---

Re: [Mesa-dev] [PATCH v2 1/3] mesa: actually support compat profile creation with MESA_GL_VERSION_OVERRIDE

2018-05-02 Thread Timothy Arceri
On 02/05/18 22:36, Timothy Arceri wrote: On 02/05/18 21:48, Grazvydas Ignotas wrote: On Wed, May 2, 2018 at 1:27 PM, Timothy Arceri wrote: ---   src/mesa/drivers/dri/common/dri_util.c | 9 +   1 file changed, 5 insertions(+), 4 deletions(-) diff --git

Re: [Mesa-dev] [PATCH v2 1/3] mesa: actually support compat profile creation with MESA_GL_VERSION_OVERRIDE

2018-05-02 Thread Timothy Arceri
On 02/05/18 21:48, Grazvydas Ignotas wrote: On Wed, May 2, 2018 at 1:27 PM, Timothy Arceri wrote: --- src/mesa/drivers/dri/common/dri_util.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/mesa/drivers/dri/common/dri_util.c

Re: [Mesa-dev] [PATCH v2 1/3] mesa: actually support compat profile creation with MESA_GL_VERSION_OVERRIDE

2018-05-02 Thread Grazvydas Ignotas
On Wed, May 2, 2018 at 1:27 PM, Timothy Arceri wrote: > --- > src/mesa/drivers/dri/common/dri_util.c | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/src/mesa/drivers/dri/common/dri_util.c > b/src/mesa/drivers/dri/common/dri_util.c > index

[Mesa-dev] [PATCH v2 1/3] mesa: actually support compat profile creation with MESA_GL_VERSION_OVERRIDE

2018-05-02 Thread Timothy Arceri
--- src/mesa/drivers/dri/common/dri_util.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/mesa/drivers/dri/common/dri_util.c b/src/mesa/drivers/dri/common/dri_util.c index 7cb6248b130..d72f72d0756 100644 --- a/src/mesa/drivers/dri/common/dri_util.c +++