Re: [Mesa-dev] intel skylake gpu support

2016-02-16 Thread Jason Ekstrand
On Mon, Feb 15, 2016 at 11:24 PM, Jarkko Korpi wrote: > I have 3 questions for you. > > I noticed that opengl 4.0 support is missing just 1 extension > GL_ARB_gpu_shader_fp64 > . Is there > any estimated

Re: [Mesa-dev] [PATCH] Handle removal of LLVMAddTargetData in SVN revision 260919

2016-02-16 Thread Roland Scheidegger
Am 16.02.2016 um 15:45 schrieb Matthew Dawson: > On Tuesday, February 16, 2016 4:19:49 PM EST Michel Dänzer wrote: >> On 16.02.2016 15:25, Matthew Dawson wrote: >>> LLVM removed LLVMAddTargetData for the 3.9 release in r260919. For the >>> two >>> places in mesa where this is called, only enable

Re: [Mesa-dev] intel skylake gpu support

2016-02-16 Thread Rob Clark
Try xf86-video-modesetting instead of xf86-video-intel.. BR, -R On Tue, Feb 16, 2016 at 2:24 AM, Jarkko Korpi wrote: > I have 3 questions for you. > > I noticed that opengl 4.0 support is missing just 1 extension > GL_ARB_gpu_shader_fp64. Is there any estimated

[Mesa-dev] ANNOUNCE: An open-source Vulkan driver for Intel hardware

2016-02-16 Thread Jason Ekstrand
The Intel mesa team is pleased to announce a brand-new open-source Vulkan driver for Intel hardware. We've been working hard on this over the course of the past year or so and are excited to finally share it with the community. We will work on up-streaming the driver in the next few weeks and

[Mesa-dev] intel skylake gpu support

2016-02-16 Thread Jarkko Korpi
I have 3 questions for you. I noticed that opengl 4.0 support is missing just 1 extension GL_ARB_gpu_shader_fp64. Is there any estimated schedule this to finnish? Then the other question. My cpu is skylake 6600k which has powersaving on that it drops its speed when not doing much. It can

Re: [Mesa-dev] black background on android-x86-5.1

2016-02-16 Thread qinshao...@phoenixos.com
Hi ilia, Thanks : ) Best Regards, Shawn Qin From: Ilia Mirkin Date: 2016-02-16 09:31 To: qinshao...@phoenixos.com CC: Mauro?Rossi; mesa-dev Subject: Re: [Mesa-dev] black background on android-x86-5.1 On Mon, Feb 15, 2016 at 12:49 AM, qinshao...@phoenixos.com

Re: [Mesa-dev] [PATCH] Handle removal of LLVMAddTargetData in SVN revision 260919

2016-02-16 Thread Matthew Dawson
On Tuesday, February 16, 2016 4:19:49 PM EST Michel Dänzer wrote: > On 16.02.2016 15:25, Matthew Dawson wrote: > > LLVM removed LLVMAddTargetData for the 3.9 release in r260919. For the > > two > > places in mesa where this is called, only enable the lines when compiling > > for less then 3.9. >

[Mesa-dev] [Bug 94175] ilo driver fail to load for intel mobile gm45 Express chipset

2016-02-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94175 Bug ID: 94175 Summary: ilo driver fail to load for intel mobile gm45 Express chipset Product: Mesa Version: 11.1 Hardware: Other OS: All

Re: [Mesa-dev] [PATCH] mesa: Fix test for big-endian architecture in compiler.h

2016-02-16 Thread Jonathan Gray
On Tue, Feb 16, 2016 at 08:13:45PM +1100, Jonathan Gray wrote: > On Tue, Feb 16, 2016 at 10:37:47AM +0200, Oded Gabbay wrote: > > On Tue, Feb 16, 2016 at 9:23 AM, Jonathan Gray wrote: > > > On Fri, Feb 12, 2016 at 10:01:21AM +0100, Jochen Rollwagen wrote: > > >> Hi, > > >> > > >>

Re: [Mesa-dev] [PATCH 2/5] android: radeonsi: fix building error in si_shader.c

2016-02-16 Thread Emil Velikov
On 16 February 2016 at 07:02, Michel Dänzer wrote: > On 14.02.2016 23:41, Mauro Rossi wrote: >> >> From: Mauro Rossi > >> Date: Sun, 14 Feb 2016 15:34:16 +0100 >> Subject: [PATCH 1/2] android: add support for strchrnul >> >>

Re: [Mesa-dev] [PATCH] glsl: remove duplicate interpolation_string() function

2016-02-16 Thread Samuel Iglesias Gonsálvez
Reviewed-by: Samuel Iglesias Gonsálvez On Sun, Feb 14, 2016 at 09:51:31AM +1100, Timothy Arceri wrote: > We already have one in the IR code that can be used everywhere its > needed in the AST code so remove the one from the AST. > --- > src/compiler/glsl/ast.h |

[Mesa-dev] [Bug 92183] linker.cpp:3187:46: error: ‘strtok_r’ was not declared in this scope

2016-02-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92183 Tapani Pälli changed: What|Removed |Added Assignee|lem...@gmail.com

Re: [Mesa-dev] [PATCH] mesa: Fix test for big-endian architecture in compiler.h

2016-02-16 Thread Jonathan Gray
On Tue, Feb 16, 2016 at 10:37:47AM +0200, Oded Gabbay wrote: > On Tue, Feb 16, 2016 at 9:23 AM, Jonathan Gray wrote: > > On Fri, Feb 12, 2016 at 10:01:21AM +0100, Jochen Rollwagen wrote: > >> Hi, > >> > >> i think i found & fixed a bug in mesa concerning tests for big-endian > >>

Re: [Mesa-dev] [PATCH] mesa: add GL_OES_texture_stencil8 support

2016-02-16 Thread Ilia Mirkin
On Tue, Feb 16, 2016 at 3:21 AM, Eduardo Lima Mitev wrote: > On 02/16/2016 06:05 AM, Ilia Mirkin wrote: >> It's basically the same thing as GL_ARB_texture_stencil8 except that >> glCopyTexImage isn't supported, so add STENCIL_INDEX to the list of >> invalid GLES formats for

Re: [Mesa-dev] [PATCH] mesa: Fix test for big-endian architecture in compiler.h

2016-02-16 Thread Oded Gabbay
On Tue, Feb 16, 2016 at 9:23 AM, Jonathan Gray wrote: > On Fri, Feb 12, 2016 at 10:01:21AM +0100, Jochen Rollwagen wrote: >> Hi, >> >> i think i found & fixed a bug in mesa concerning tests for big-endian >> machines. The defines tested don't exist or are wrongly defined so the

Re: [Mesa-dev] [PATCH] st/mesa: fix up result_src.type when doing i2u/u2i conversions

2016-02-16 Thread Kenneth Graunke
On Tuesday, February 16, 2016 2:13:59 AM PST Ilia Mirkin wrote: > Even though it's a no-op, it's important to keep track of the type so > that we can pick the properly-signed op later on. > > This fixes dEQP-GLES3.functional.shaders.precision.uint.highp_div_fragment, > which ended up using IDIV

Re: [Mesa-dev] [PATCH] mesa: add GL_OES_texture_stencil8 support

2016-02-16 Thread Eduardo Lima Mitev
On 02/16/2016 06:05 AM, Ilia Mirkin wrote: > It's basically the same thing as GL_ARB_texture_stencil8 except that > glCopyTexImage isn't supported, so add STENCIL_INDEX to the list of > invalid GLES formats for glCopyTexImage. > > Signed-off-by: Ilia Mirkin > --- > > Seems

<    1   2