[Mesa-dev] [Bug 109535] [Tracker] Mesa 19.0 release tracker

2019-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109535 Matt Turner changed: What|Removed |Added Alias||mesa-19.0 -- You are receiving this

Re: [Mesa-dev] [ANNOUNCE] mesa 19.0.0-rc1

2019-02-02 Thread Dylan Baker
Quoting Mark Janes (2019-02-01 17:20:33) > Eero Tamminen writes: > > > Hi, > > > > On 31.1.2019 1.37, Dylan Baker wrote: > >> This email announces the mesa 19.0 release candidate 1. I'll keep this > >> email > >> fairly brief since I'm already running a little late on getting this done > >> :)

[Mesa-dev] [Bug 109535] [Tracker] Mesa 19.0 release tracker

2019-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109535 Dylan Baker changed: What|Removed |Added Depends on||109216 Referenced Bugs:

[Mesa-dev] [Bug 109535] [Tracker] Mesa 19.0 release tracker

2019-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109535 Dylan Baker changed: What|Removed |Added Depends on||109517 Referenced Bugs:

[Mesa-dev] [Bug 109535] [Tracker] Mesa 19.0 release tracker

2019-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109535 Dylan Baker changed: What|Removed |Added Depends on||109505 Referenced Bugs:

[Mesa-dev] [Bug 109535] [Tracker] Mesa 19.0 release tracker

2019-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109535 Bug ID: 109535 Summary: [Tracker] Mesa 19.0 release tracker Product: Mesa Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal

[Mesa-dev] [Bug 109532] ir_variable has maximum access out of bounds -- but it's not out of bounds

2019-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109532 --- Comment #3 from Mark Janes --- This test was broken in the dEQP suite recently for m32 i965 platforms by: 237916d03377a469e30dd36087738b069f83a19a Author: xinglong.zhu Commit: Patrick Shi CommitDate: Sat Jan 5 12:46:03 2019 +

Re: [Mesa-dev] amdgpu: The CS has been cancelled because the context is lost.

2019-02-02 Thread Stuart Young
Jean has logged 3 versions of the same bug in Debian, as he wasn't sure which package was causing the issues. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921114 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921145 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921004 None of the

[Mesa-dev] [Bug 109532] ir_variable has maximum access out of bounds -- but it's not out of bounds

2019-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109532 --- Comment #2 from Ilia Mirkin --- Looks like this is happening in link_uniform_blocks. The type gets updated: if (b->array != NULL && (b->type->without_array()->interface_packing == GLSL_INTERFACE_PACKING_PACKED))

[Mesa-dev] [PATCH] nvc0: add support for handling indirect draws with attrib conversion

2019-02-02 Thread Ilia Mirkin
The hardware does not natively support FIXED and DOUBLE formats. If those are used in an indirect draw, they have to be converted. Our conversion tries to be clever about only converting the data that's needed. However for indirect, that won't work. Given that DOUBLE or FIXED are highly unlikely

Re: [Mesa-dev] [PATCH 5/6] glsl/linker: simplify xfb_offset vs xfb_stride overflow check

2019-02-02 Thread Timothy Arceri
On 3/2/19 7:21 am, Andres Gomez wrote: On Sat, 2019-02-02 at 10:10 +1100, Timothy Arceri wrote: On 2/2/19 5:05 am, Andres Gomez wrote: Current implementation uses a complicated calculation which relies in an implicit conversion to check the integral part of 2 division results. However, the

[Mesa-dev] [Bug 109532] ir_variable has maximum access out of bounds -- but it's not out of bounds

2019-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109532 --- Comment #1 from Timothy Arceri --- I believe we split (maybe eliminate unused blocks?). Looks like the shader only access blockB[1] and not blockB[0] so I assume this has something to do with it. Probably not updating something correctly

Re: [Mesa-dev] [PATCH 5/6] glsl/linker: simplify xfb_offset vs xfb_stride overflow check

2019-02-02 Thread Andres Gomez
On Sat, 2019-02-02 at 10:10 +1100, Timothy Arceri wrote: > On 2/2/19 5:05 am, Andres Gomez wrote: > > Current implementation uses a complicated calculation which relies in > > an implicit conversion to check the integral part of 2 division > > results. > > > > However, the calculation actually

Re: [Mesa-dev] [PATCH] meson: drop the xcb-xrandr version requirement

2019-02-02 Thread Marek Olšák
On Sat, Feb 2, 2019, 12:41 PM Eric Engestrom On Saturday, 2019-02-02 10:32:15 -0500, Marek Olšák wrote: > > On Sat, Feb 2, 2019, 7:17 AM Eric Engestrom wrote: > > > > > On Friday, 2019-02-01 15:42:17 -0500, Marek Olšák wrote: > > > > If there is no feedback soon, I'll push this. > > > > > > Have

Re: [Mesa-dev] [PATCH] meson: drop the xcb-xrandr version requirement

2019-02-02 Thread Eric Engestrom
On Saturday, 2019-02-02 10:32:15 -0500, Marek Olšák wrote: > On Sat, Feb 2, 2019, 7:17 AM Eric Engestrom > > On Friday, 2019-02-01 15:42:17 -0500, Marek Olšák wrote: > > > If there is no feedback soon, I'll push this. > > > > Have you tested that xcb-randr < 1.12 works? > > Probably shouldn't

Re: [Mesa-dev] amdgpu: The CS has been cancelled because the context is lost.

2019-02-02 Thread Alex Deucher
On Sat, Feb 2, 2019 at 4:13 AM Jean-Dominique Frattini wrote: > > Hello, > > I am on Debian Linux testing. And after an update (firmware-amd-graphics, > xserver-xorg-video-amdgup and Mesa), my program often raises this error > message: > > amdgpu: The CS has been cancelled because the context

Re: [Mesa-dev] [PATCH] meson: drop the xcb-xrandr version requirement

2019-02-02 Thread Marek Olšák
On Sat, Feb 2, 2019, 7:17 AM Eric Engestrom On Friday, 2019-02-01 15:42:17 -0500, Marek Olšák wrote: > > If there is no feedback soon, I'll push this. > > Have you tested that xcb-randr < 1.12 works? > Probably shouldn't remove a restriction unless you're sure it isn't > needed :) > Is this a

Re: [Mesa-dev] [PATCH] meson: drop the xcb-xrandr version requirement

2019-02-02 Thread Eric Engestrom
On Friday, 2019-02-01 15:42:17 -0500, Marek Olšák wrote: > If there is no feedback soon, I'll push this. Have you tested that xcb-randr < 1.12 works? Probably shouldn't remove a restriction unless you're sure it isn't needed :) > > Marek > > On Wed, Jan 30, 2019 at 12:44 PM Erik Faye-Lund < >

Re: [Mesa-dev] [PATCH 1/3] android: glsl: fix fp64 generated source path

2019-02-02 Thread Mauro Rossi
Hi, sorry I just saw that there is a similar correction is already in both 19.0 and master branches but I missed it because I searched only in mesa-dev ML Please Dylan, just check if the 3rd patch makes sense or not necessary at all. Mauro On Sat, Feb 2, 2019 at 11:30 AM Mauro Rossi wrote: > >

[Mesa-dev] [PATCH 2/3] i965: fix glsl/float64_glsl.h include

2019-02-02 Thread Mauro Rossi
Fixes the following build error: external/mesa/src/mesa/drivers/dri/i965/brw_program.c:45:10: fatal error: 'compiler/glsl/float64_glsl.h' file not found #include "compiler/glsl/float64_glsl.h" ^~ 1 error generated. Include of src/compiler in builddir is added

[Mesa-dev] [PATCH 3/3] meson: i965: add inc_compiler include

2019-02-02 Thread Mauro Rossi
With new glsl/float64_glsl.h include, required in i965 source to correctly build Android and with automake, inc_compiler is added in meson build includes. It may not be necessary for meson, but it is formally correct Signed-off-by: Mauro Rossi Fixes: 7d7b308 ("automake: Fix path to generated

[Mesa-dev] [PATCH 1/3] android: glsl: fix fp64 generated source path

2019-02-02 Thread Mauro Rossi
Porting of commit 7d7b308 ("automake: Fix path to generated source") to Android build system Fixes the following building error: ninja: error: '.../x86/gen/STATIC_LIBRARIES/libmesa_glsl_intermediates/glsl/float64_glsl.h', needed by

[Mesa-dev] amdgpu: The CS has been cancelled because the context is lost.

2019-02-02 Thread Jean-Dominique Frattini
Hello, I am on Debian Linux testing. And after an update (firmware-amd-graphics, xserver-xorg-video-amdgup and Mesa), my program often raises this error message: amdgpu: The CS has been cancelled because the context is lost. When this message shows up (hundreds of lines are displaying in the

[Mesa-dev] [Bug 109532] ir_variable has maximum access out of bounds -- but it's not out of bounds

2019-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109532 Bug ID: 109532 Summary: ir_variable has maximum access out of bounds -- but it's not out of bounds Product: Mesa Version: git Hardware: Other OS: All

[Mesa-dev] [PATCH] intel: Add more PCI Device IDs for Coffee Lake and Ice Lake.

2019-02-02 Thread Rodrigo Vivi
Align with kernel commits: 5e0f5a58b167 ("drm/i915/cfl: Adding another PCI Device ID.") 03ca3cf8e9aa ("drm/i915/icl: Adding few more device IDs for Ice Lake") Cc: José Roberto de Souza Cc: Kenneth Graunke Cc: Anuj Phogat Signed-off-by: Rodrigo Vivi --- include/pci_ids/i965_pci_ids.h | 5

[Mesa-dev] [PATCH libdrm] intel: sync i915_pciids.h with kernel

2019-02-02 Thread Rodrigo Vivi
Straight copy from the kernel file. Add more PCI Device IDs for Coffee Lake, Ice Lake, and Amber Lake. It also include a reorg on Whiskey Lake IDs. Align with kernel commits: 5e0f5a58b167 ("drm/i915/cfl: Adding another PCI Device ID.") 03ca3cf8e9aa ("drm/i915/icl: Adding few more device IDs for

[Mesa-dev] [PATCH] nvc0/ir: fix second tex argument after levelZero optimization

2019-02-02 Thread Ilia Mirkin
We used to pre-set a bunch of extra arguments to a texture instruction in order to force the RA to allocate a register at the boundary of 4. However with the levelZero optimization, which removes a LOD argument when it's uniformly equal to zero, we undid that logic by removing an extra argument.