On Fri, 2019-05-10 at 01:19 -0400, Marek Olšák wrote:
> From: Marek Olšák
>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108824
>
> Cc: 19.1
Hi, Marek,
This patch didn't apply cleanly on 19.1 branch, so I've fixed the conflicts.
You can find the solved patch in
https://gitlab.fr
Reviewed-by: Lionel Landwerlin
And reported upstream : https://github.com/ocornut/imgui/pull/2561
On 17/05/2019 03:22, Dave Airlie wrote:
From: Dave Airlie
imgui_draw.cpp:1781: error[shiftTooManyBitsSigned]: Shifting signed 32-bit
value by 31 bits is undefined behaviour
Reported by coverit
https://bugs.freedesktop.org/show_bug.cgi?id=109659
--- Comment #2 from Chuck Atkins ---
I can confirm that the proposed patch,
https://lists.freedesktop.org/archives/mesa-dev/2019-May/218700.html, fixes the
bug.
Please add Tested-by: Chuck Atkins . This should
also go to all stable branches an
On 2019-05-16 at 18:34, Ian Romanick wrote:
> On 5/15/19 7:39 AM, Gert Wollny wrote:
> > How about moving these extensions to another (new) section? I think it
> > is nice to have a one-stop place to find out what is supported.
>
> Given the existence of mesamatrix.net, is that useful?
mesamatr
At least on vim, indenting doesn't work without this. Copied from
src/amd/vulkan.
---
src/gallium/drivers/radeonsi/.editorconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/gallium/drivers/radeonsi/.editorconfig
b/src/gallium/drivers/radeonsi/.editorconfig
index cc8e11ffd65..21a3c7d12
https://bugs.freedesktop.org/show_bug.cgi?id=109560
--- Comment #7 from Michel Dänzer ---
(In reply to Michel Dänzer from comment #6)
> Not sure yet if this Mesa's fault (maybe it missed the event while the context
> wasn't current), or maybe the X server failed to send an event when it should
>
On 5/17/19 6:24 AM, Eric Engestrom wrote:
> On 2019-05-16 at 18:34, Ian Romanick wrote:
>> On 5/15/19 7:39 AM, Gert Wollny wrote:
>>> How about moving these extensions to another (new) section? I think it
>>> is nice to have a one-stop place to find out what is supported.
>>
>> Given the existenc
Hello!
Registration & Call for Proposals are now open for XDC 2019, which will
take place at the Concordia University Conference Centre in Montréal,
Canada on October 2-4, 2019.
Thanks to LWN.net, this year we have a brand new website using the
Indico platform, a fully open source event managemen
https://bugs.freedesktop.org/show_bug.cgi?id=109659
--- Comment #3 from Chuck Atkins ---
I spoke a little too soon but I think this patch is still okay. llvmpipe and
softpipe work fine but swr is mysteriously broken. What I don't know is if swr
is broken with osmesa because of this or something
I'm not convinced that code is correct. In particular, the bit_size value
is for the destination and not necessarily that one source. As Karol
points out, it probably is safe to just delete. However, I'd feel slightly
better about it if we figured out the right bit size and just called
nir_eval_
https://bugs.freedesktop.org/show_bug.cgi?id=109183
--- Comment #10 from Alexander Vereeken ---
ehm... could this releated to the old gnome version 3.24?
Since my distro upgraded gnome to 3.3.0, i never got this freeze again.
--
You are receiving this mail because:
You are the assignee for the
well, the code was required for the old style load_const as we unioned
the arrays. But now that the load_const data is just one 64 bit value
and we 0 out untouched bits I am quite sure we don't have to adjust
the bit size of the shift anymore? Although I would feel better if we
would have some expl
From: Marek Olšák
- unify the code
- choose radeon or amdgpu based on the DRM version, not based on which one
succeeds first
---
.../auxiliary/target-helpers/drm_helper.h | 13 ++---
src/gallium/drivers/radeonsi/si_pipe.c| 27 +--
src/gallium/drivers/radeonsi/si
Out-of-tree TODO lists would be more convenient for tracking non-core
features.
Marek
On Fri, May 17, 2019 at 1:45 PM Ian Romanick wrote:
> On 5/17/19 6:24 AM, Eric Engestrom wrote:
> > On 2019-05-16 at 18:34, Ian Romanick wrote:
> >> On 5/15/19 7:39 AM, Gert Wollny wrote:
> >>> How about movi
Thanks. It looks good.
Marek
On Fri, May 17, 2019 at 3:56 AM Juan A. Suarez Romero
wrote:
> On Fri, 2019-05-10 at 01:19 -0400, Marek Olšák wrote:
> > From: Marek Olšák
> >
> > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108824
> >
> > Cc: 19.1
>
> Hi, Marek,
>
> This patch didn't a
https://bugs.freedesktop.org/show_bug.cgi?id=110116
QwertyChouskie changed:
What|Removed |Added
Status|NEEDINFO|RESOLVED
Resolution|---
From: Boyuan Zhang
Fix max poc value with hardcoded value until new feature requires
to change this in the future.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110673
Cc: mesa-sta...@lists.freedesktop.org
Signed-off-by: Boyuan Zhang
---
src/gallium/drivers/radeon/radeon_vcn_enc.c
From: Boyuan Zhang
Fix max poc value with hardcoded value until new feature requires
to change this in the future.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110673
Cc: mesa-sta...@lists.freedesktop.org
Signed-off-by: Boyuan Zhang
---
src/gallium/drivers/radeon/radeon_uvd_enc.c
https://bugs.freedesktop.org/show_bug.cgi?id=110673
--- Comment #1 from Boyuan Zhang ---
Hi Zhoulei,
Thanks for pointing out these 2 issues.
I reproduced issue#1, and have a fix submitted for code review:
https://lists.freedesktop.org/archives/mesa-dev/2019-May/219392.html
Please give a try.
https://bugs.freedesktop.org/show_bug.cgi?id=110697
acc12345...@gmail.com changed:
What|Removed |Added
Component|Drivers/DRI/i965|Drivers/X11
Assignee|i
https://bugs.freedesktop.org/show_bug.cgi?id=110699
--- Comment #1 from Andrew Randrianasulu ---
There also were OpenCL patches for libjpeg-turbo, but they remain unintegrated.
https://sourceforge.net/p/libjpeg-turbo/patches/40/
Patches so big because they include CL headers!
--
You are receiv
https://bugs.freedesktop.org/show_bug.cgi?id=110345
--- Comment #36 from ant...@gmx.de ---
Just as an update the issue in Far Cry New Dawn doesn't seem to occur when
using mesa 19.0.4 and llvm8 from the official arch repo.
--
You are receiving this mail because:
You are the assignee for the bug.
22 matches
Mail list logo