[Mesa-dev] [Bug 79629] [dri3] piglit glx_GLX_ARB_create_context_current_with_no_framebuffer fails

2014-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79629 meng changed: What|Removed |Added Severity|major |critical Priority|high

Re: [Mesa-dev] [PATCH] clover: clGetProgramInfo support for OpenCL 1.2

2014-08-16 Thread EdB
On Saturday, August 16, 2014 08:57:01 PM Francisco Jerez wrote: > EdB writes: > > --- > > > > src/gallium/state_trackers/clover/api/program.cpp | 18 ++ > > 1 file changed, 18 insertions(+) > > > > diff --git a/src/gallium/state_trackers/clover/api/program.cpp > > b/src/gallium/

Re: [Mesa-dev] [PATCH] clover: fix piglit cl-api-build-program test

2014-08-16 Thread EdB
Hello There is a crash with your version. This one works --- diff --git a/src/gallium/state_trackers/clover/api/program.cpp b/src/gallium/state_trackers/clover/api/program.cpp index b81ce69..ab6cf7c 100644 --- a/src/gallium/state_trackers/clover/api/program.cpp +++ b/src/gallium/state_trackers/c

Re: [Mesa-dev] [PATCH] i965: Disable try_emit_b2f_of_compare on Gen4-6.

2014-08-16 Thread Matt Turner
On Sat, Aug 16, 2014 at 3:18 PM, Kenneth Graunke wrote: > The optimization relies on CMP setting the destination to 0, which is > equivalent to 0.0f. However, early platforms only set the least > significant byte, leaving the other bits undefined. So, we must disable > the optimization on those

Re: [Mesa-dev] [PATCH] i965: Disable try_emit_b2f_of_compare on Gen4-6.

2014-08-16 Thread Chris Forbes
Reviewed-by: Chris Forbes On Aug 17, 2014 10:14 AM, "Kenneth Graunke" wrote: > The optimization relies on CMP setting the destination to 0, which is > equivalent to 0.0f. However, early platforms only set the least > significant byte, leaving the other bits undefined. So, we must disable > the

[Mesa-dev] [PATCH] i965: Disable try_emit_b2f_of_compare on Gen4-6.

2014-08-16 Thread Kenneth Graunke
The optimization relies on CMP setting the destination to 0, which is equivalent to 0.0f. However, early platforms only set the least significant byte, leaving the other bits undefined. So, we must disable the optimization on those platforms. Oddly, Sandybridge wasn't reported as broken, even th

Re: [Mesa-dev] [PATCH] egl: don't exit process on initialization failure

2014-08-16 Thread Kristian Høgsberg
On Thu, Aug 14, 2014 at 8:39 PM, Ilia Mirkin wrote: > On Wed, Aug 13, 2014 at 10:10 PM, Ilia Mirkin wrote: >> Signed-off-by: Ilia Mirkin >> --- > > Perhaps I might have mentioned more about this... the situation is > that nouveau_vieux doesn't support EGL (it doesn't have DRIimage or > something

Re: [Mesa-dev] [PATCH 2/3] nouveau: only enable the depth test if there actually is a depth buffer

2014-08-16 Thread Ilia Mirkin
On Sat, Aug 16, 2014 at 1:56 PM, Francisco Jerez wrote: > Ilia Mirkin writes: > >> Signed-off-by: Ilia Mirkin >> --- >> src/mesa/drivers/dri/nouveau/nouveau_state.c | 1 + >> src/mesa/drivers/dri/nouveau/nv10_state_raster.c | 5 +++-- >> 2 files changed, 4 insertions(+), 2 deletions(-) >> >

Re: [Mesa-dev] [PATCH] clover: clGetProgramInfo support for OpenCL 1.2

2014-08-16 Thread Francisco Jerez
EdB writes: > --- > src/gallium/state_trackers/clover/api/program.cpp | 18 ++ > 1 file changed, 18 insertions(+) > > diff --git a/src/gallium/state_trackers/clover/api/program.cpp > b/src/gallium/state_trackers/clover/api/program.cpp > index b81ce69..05f3840 100644 > --- a/src/

Re: [Mesa-dev] [PATCH 3/3] nouveau: only enable stencil func if the visual has stencil bits

2014-08-16 Thread Francisco Jerez
Ilia Mirkin writes: > Signed-off-by: Ilia Mirkin > --- > src/mesa/drivers/dri/nouveau/nouveau_state.c | 1 + > src/mesa/drivers/dri/nouveau/nv10_state_raster.c | 3 ++- > 2 files changed, 3 insertions(+), 1 deletion(-) > > diff --git a/src/mesa/drivers/dri/nouveau/nouveau_state.c > b/src/m

Re: [Mesa-dev] [PATCH 2/3] nouveau: only enable the depth test if there actually is a depth buffer

2014-08-16 Thread Francisco Jerez
Ilia Mirkin writes: > Signed-off-by: Ilia Mirkin > --- > src/mesa/drivers/dri/nouveau/nouveau_state.c | 1 + > src/mesa/drivers/dri/nouveau/nv10_state_raster.c | 5 +++-- > 2 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/src/mesa/drivers/dri/nouveau/nouveau_state.c > b/sr

Re: [Mesa-dev] [PATCH 1/3] nouveau: don't keep stale pointer to free'd data

2014-08-16 Thread Francisco Jerez
Ilia Mirkin writes: > If ->sys is non-null, we might decide that it's where the data is > stored. > > Signed-off-by: Ilia Mirkin > Cc: > --- > src/mesa/drivers/dri/nouveau/nouveau_bufferobj.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/mesa/drivers/dri/nouveau/nouveau_bufferob

[Mesa-dev] [PATCH 1/3] nouveau: don't keep stale pointer to free'd data

2014-08-16 Thread Ilia Mirkin
If ->sys is non-null, we might decide that it's where the data is stored. Signed-off-by: Ilia Mirkin Cc: --- src/mesa/drivers/dri/nouveau/nouveau_bufferobj.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/drivers/dri/nouveau/nouveau_bufferobj.c b/src/mesa/drivers/dri/nouveau/nouv

[Mesa-dev] [PATCH 3/3] nouveau: only enable stencil func if the visual has stencil bits

2014-08-16 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- src/mesa/drivers/dri/nouveau/nouveau_state.c | 1 + src/mesa/drivers/dri/nouveau/nv10_state_raster.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/nouveau/nouveau_state.c b/src/mesa/drivers/dri/nouveau/nouveau_state

[Mesa-dev] [PATCH 2/3] nouveau: only enable the depth test if there actually is a depth buffer

2014-08-16 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- src/mesa/drivers/dri/nouveau/nouveau_state.c | 1 + src/mesa/drivers/dri/nouveau/nv10_state_raster.c | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/dri/nouveau/nouveau_state.c b/src/mesa/drivers/dri/nouveau/nouveau_st

[Mesa-dev] [Bug 82628] bisected: GALLIUM_HUD hangs radeon 7970M (PRIME)

2014-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82628 Marek Olšák changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 50754] Building 32 bit mesa on 64 bit OS fails since change for automake

2014-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50754 --- Comment #36 from Marek Olšák --- We need --build. See $host_cpu in configure.ac. -- You are receiving this mail because: You are the assignee for the bug. ___ mesa-dev mailing list mesa-dev@lists.

Re: [Mesa-dev] [PATCH] clover: fix piglit cl-api-build-program test

2014-08-16 Thread Francisco Jerez
EdB writes: > On Saturday, August 16, 2014 04:37:08 PM Francisco Jerez wrote: >> EdB writes: >> > program build should failed if there is created kernel attached to program >> > >> > piglit error: >> > "Trigger CL_INVALID_OPERATION if there are kernel objects attached to >> > program"> >> >[...

Re: [Mesa-dev] [PATCH] clover: fix piglit cl-api-build-program test

2014-08-16 Thread EdB
On Saturday, August 16, 2014 04:37:08 PM Francisco Jerez wrote: > EdB writes: > > program build should failed if there is created kernel attached to program > > > > piglit error: > > "Trigger CL_INVALID_OPERATION if there are kernel objects attached to > > program"> > >[...] > > How about doing

Re: [Mesa-dev] [PATCH] clover: fix piglit cl-api-build-program test

2014-08-16 Thread Francisco Jerez
EdB writes: > program build should failed if there is created kernel attached to program > > piglit error: > "Trigger CL_INVALID_OPERATION if there are kernel objects attached to program" >[...] How about doing it as follows? From 4c18eaad1a2c741152a913795814092bf026 Mon Sep 17 00:00:00 200

Re: [Mesa-dev] [PATCH 6/6] docs: Mark off ARB_conditional_render_inverted for nvc0

2014-08-16 Thread Marek Olšák
On Sat, Aug 16, 2014 at 1:59 AM, Tobias Klausmann wrote: > Signed-off-by: Tobias Klausmann > --- > docs/GL3.txt| 2 +- > docs/relnotes/10.3.html | 3 ++- > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/docs/GL3.txt b/docs/GL3.txt > index b38e42c..bbd1838 100644 >

Re: [Mesa-dev] [PATCH 0/3] cl workdim v2

2014-08-16 Thread Francisco Jerez
Jan Vesely writes: > On Thu, 2014-08-07 at 16:02 +0300, Francisco Jerez wrote: >> Jan Vesely writes: >> >> > This respin includes Francisco's approach of providing implicit >> > in the arg vector passed from clover, and Tom's idea of appending >> > implicit args after the kernel args. >> > >>

Re: [Mesa-dev] [PATCH 00/37] Geometry shader support in Sandy Bridge

2014-08-16 Thread Jordan Justen
On Thu, Aug 14, 2014 at 4:11 AM, Iago Toral Quiroga wrote: > Hi, > > this series brings support for geometry shaders in Sandy Bridge (gen6) and is > combined work from Samuel and myself. A few notes: > > 1.- Some patches have been based on original work by Ilia Mirkin, specifically > the idea of u