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
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_
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*&)’
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
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.
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
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=86958
Vinson Lee changed:
What|Removed |Added
Keywords||bisected
--- Comment #1 from Vinson Lee --
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
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=86958
José Fonseca changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
101 - 113 of 113 matches
Mail list logo