Re: [Mesa-dev] [PATCH] [v2] i965: implement ARB_pipeline_statistics_query

2014-12-02 Thread Ilia Mirkin
On Tue, Dec 2, 2014 at 11:20 PM, Ben Widawsky wrote: > On Tue, Dec 02, 2014 at 10:47:37PM -0500, Ilia Mirkin wrote: >> On Tue, Dec 2, 2014 at 9:33 PM, Ben Widawsky >> wrote: >> > This patch implements ARB_pipeline_statistics_query. This addition to GL >> > does >> > not add a new API. Instead, i

[Mesa-dev] [PATCH] i965/fs: Don't offset uniform registers in half().

2014-12-02 Thread Matt Turner
Half gives you the second half of a SIMD16 register, but if the register is a uniform it would incorrectly give you the next register. --- src/mesa/drivers/dri/i965/brw_fs.h | 4 1 file changed, 4 insertions(+) diff --git a/src/mesa/drivers/dri/i965/brw_fs.h b/src/mesa/drivers/dri/i965/brw_

mesa-dev@lists.freedesktop.org

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86958 Bug ID: 86958 Summary: lp_bld_misc.cpp:503:40: error: no matching function for call to ‘llvm::EngineBuilder::setMCJITMemoryManager(ShaderMemo ryManager*&)’

[Mesa-dev] [PATCH] gallivm: Fix build with LLVM 3.6

2014-12-02 Thread Tom Stellard
As of r223183 EngineBuilder::setMCJITMemoryManager() takes a unique_ptr. --- src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 5 + 1 file changed, 5 insertions(+) diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp index fe3c754..5c01f53

Re: [Mesa-dev] [PATCH] i965/fs: Don't offset uniform registers in half().

2014-12-02 Thread Jason Ekstrand
On Dec 2, 2014 9:19 PM, "Matt Turner" wrote: > > Half gives you the second half of a SIMD16 register, but if the register > is a uniform it would incorrectly give you the next register. I'm curious as to where this came up. To my knowledge, the only time that's used, we know it's not a uniform.

Re: [Mesa-dev] [PATCH] i965/fs: Don't offset uniform registers in half().

2014-12-02 Thread Matt Turner
On Tue, Dec 2, 2014 at 10:11 PM, Jason Ekstrand wrote: > > On Dec 2, 2014 9:19 PM, "Matt Turner" wrote: >> >> Half gives you the second half of a SIMD16 register, but if the register >> is a uniform it would incorrectly give you the next register. > > I'm curious as to where this came up. To my k

[Mesa-dev] [PATCH] egl: Added NULL check in eglCreateContext

2014-12-02 Thread Valentin Corfu
With this check we can avoid segmentation fault when invalid value used during eglCreateContext. Cc: mesa-sta...@lists.freedesktop.org Cc: mesa-dev@lists.freedesktop.org Signed-off-by: Valentin Corfu --- src/egl/drivers/dri2/egl_dri2.c | 5 + 1 file changed, 5 insertions(+) diff --git a/sr

[Mesa-dev] [Bug 86690] glmark2-es2-wayland shortly freezes on some frames with egl_dri2 backend (Nouveau/GK20A)

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86690 --- Comment #8 from Michel Dänzer --- (In reply to Alexandre Courbot from comment #7) > I guess the next step for me is to find how to get some output about Wayland > events as they happen and see which one remains stuck. FWIW, I don't think the

mesa-dev@lists.freedesktop.org

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86958 Vinson Lee changed: What|Removed |Added Keywords||bisected --- Comment #1 from Vinson Lee --

[Mesa-dev] [Bug 86690] glmark2-es2-wayland shortly freezes on some frames with egl_dri2 backend (Nouveau/GK20A)

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86690 --- Comment #9 from Alexandre Courbot --- (been reminded we should have a drink one of these days! ;)) Mmm, since this happens *only* for Wayland EGL programs (e.g. no problem with DRM), I was hoping to see unexpected things happening at the Way

Re: [Mesa-dev] [PATCH v2 06/23] mesa: Fix incorrect assertion in init_teximage_fields_ms

2014-12-02 Thread Iago Toral
On Tue, 2014-12-02 at 08:24 -0500, Ilia Mirkin wrote: > On Tue, Dec 2, 2014 at 3:05 AM, Iago Toral wrote: > > On Mon, 2014-12-01 at 13:25 -0500, Ilia Mirkin wrote: > >> On Mon, Dec 1, 2014 at 6:04 AM, Iago Toral Quiroga > >> wrote: > >> > _BaseFormat is a GLenum (unsigned int) so testing if its

Re: [Mesa-dev] [PATCH] [v2] i965: implement ARB_pipeline_statistics_query

2014-12-02 Thread Ian Romanick
Since there will be a v3 anyway, nits below... On 12/02/2014 06:33 PM, Ben Widawsky wrote: > This patch implements ARB_pipeline_statistics_query. This addition to GL does > not add a new API. Instead, it adds new tokens to the existing query APIs. The > work to hook up the new tokens is trivial du

mesa-dev@lists.freedesktop.org

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86958 José Fonseca changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

<    1   2