Re: [Mesa-dev] Enable/fix a bunch of OpenGL 4.0-4.3 extensions for compat profile

2018-06-25 Thread Mike Lothian
Hi I can confirm I no longer need to pass MESA_GL_VERSION_OVERRIDE to Dying Light Tested-by: Mike Lothian Cheers Mike On Tue, 26 Jun 2018 at 04:41 Dieter Nützel wrote: > Am 25.06.2018 13:26, schrieb Timothy Arceri: > > Please note I've fixed up make check where is was broken when enabling >

Re: [Mesa-dev] Enable/fix a bunch of OpenGL 4.0-4.3 extensions for compat profile

2018-06-25 Thread Dieter Nützel
Am 25.06.2018 13:26, schrieb Timothy Arceri: Please note I've fixed up make check where is was broken when enabling some of these extensions. You can see all of the latests compat patches here: https://gitlab.freedesktop.org/tarceri/mesa/commits/ARB_gpu_shader_fp64 For the whole series (1-9 f

Re: [Mesa-dev] Enable/fix a bunch of OpenGL 4.0-4.3 extensions for compat profile

2018-06-25 Thread Mike Lothian
I'll test these tonight, Dying Light in particular required an override - hopefully that won't be necessary any more On Mon, 25 Jun 2018 at 12:26 Timothy Arceri wrote: > Please note I've fixed up make check where is was broken when enabling > some of these extensions. You can see all of the late

Re: [Mesa-dev] Enable/fix a bunch of OpenGL 4.0-4.3 extensions for compat profile

2018-06-25 Thread Timothy Arceri
Please note I've fixed up make check where is was broken when enabling some of these extensions. You can see all of the latests compat patches here: https://gitlab.freedesktop.org/tarceri/mesa/commits/ARB_gpu_shader_fp64 On 22/06/18 18:47, Timothy Arceri wrote: I've send all of these patches

Re: [Mesa-dev] Enable/fix a bunch of OpenGL 4.0-4.3 extensions for compat profile

2018-06-22 Thread Timothy Arceri
On 23/06/18 11:16, Mike Lothian wrote: I think you forgot to bump PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY to 430 I should have been more clear. The missing extension support is: ARB_draw_indirect/ARB_multi_draw_indirect ARB_vertex_attrib_64bit Once these are done we should be able to flip

Re: [Mesa-dev] Enable/fix a bunch of OpenGL 4.0-4.3 extensions for compat profile

2018-06-22 Thread Mike Lothian
I think you forgot to bump PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY to 430 On Fri, 22 Jun 2018 at 09:48 Timothy Arceri wrote: > I've send all of these patches out already. The only change is to the > first 2 patches which fixes things so we store a double as 2 unsigned ints > rather than 2 floa

[Mesa-dev] Enable/fix a bunch of OpenGL 4.0-4.3 extensions for compat profile

2018-06-22 Thread Timothy Arceri
I've send all of these patches out already. The only change is to the first 2 patches which fixes things so we store a double as 2 unsigned ints rather than 2 floats. Everything here has corresponding piglit tests all of which are now upstream with the exception of the compute shader display list