Re: [Mesa-dev] Commit 'gallium: fix autotools build of pipe_msm.la' broke Clover - bisected

2019-03-31 Thread Jan Vesely
Hi, On Mon, 2019-04-01 at 06:24 +0200, Dieter Nützel wrote: > Hello, > > commit #356ec7a2196 'gallium: fix autotools build of pipe_msm.la' broke > Clover. > > biseted: > 356ec7a21960d77db282f67af577dcdb46966b5a is the first bad commit > commit 356ec7a21960d77db282f67af577dcdb46966b5a > Author:

[Mesa-dev] [PATCH v2] nir: propagate known constant values into the if-then branch

2019-03-31 Thread Timothy Arceri
Helps Max Waves / VGPR use in a bunch of Unigine Heaven shaders. shader-db results radeonsi (VEGA): Totals from affected shaders: SGPRS: 5505440 -> 5505872 (0.01 %) VGPRS: 3077520 -> 3077296 (-0.01 %) Spilled SGPRs: 39032 -> 39030 (-0.01 %) Spilled VGPRs: 16326 -> 16326 (0.00 %) Private memory

[Mesa-dev] Commit 'gallium: fix autotools build of pipe_msm.la' broke Clover - bisected

2019-03-31 Thread Dieter Nützel
Hello, commit #356ec7a2196 'gallium: fix autotools build of pipe_msm.la' broke Clover. biseted: 356ec7a21960d77db282f67af577dcdb46966b5a is the first bad commit commit 356ec7a21960d77db282f67af577dcdb46966b5a Author: Timur Kristóf Date: Thu Mar 14 15:32:37 2019 +0100 gallium: fix

[Mesa-dev] [PATCH] panfrost: Remove support for legacy kernels

2019-03-31 Thread Alyssa Rosenzweig
Previously, there was minimal support for interoperating with legacy kernels (reusing kernel modules originally designed for proprietary legacy userspaces, rather than for upstream-friendly free software stacks). Now that the Panfrost kernel is stabilising, this commit drops the legacy code path.

Re: [Mesa-dev] [PATCH] haiku: Fix hgl dispatch build. Tested under meson/scons.

2019-03-31 Thread Brian Paul
On Sat, Mar 30, 2019 at 6:30 PM Alexander von Gluck IV < kallis...@unixzen.com> wrote: > --- > src/hgl/GLDispatcher.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/hgl/GLDispatcher.h b/src/hgl/GLDispatcher.h > index 8aaf58a6237..7a4bcd33299 100644 > ---

[Mesa-dev] [Bug 110292] Incorrectly counts hours + minutes

2019-03-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110292 Andre Klapper changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 108596] [RADV] Implement a HUD for monitoring GPU/CPU loads, FPS, temperature and more

2019-03-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108596 --- Comment #4 from mikhail.v.gavri...@gmail.com --- [mikhail@localhost mesa]$ git branch -r --contains 20c370c6 origin/HEAD -> origin/master origin/fast-color-clear origin/master looks like it merged only in master -- You are receiving

[Mesa-dev] [Bug 108596] [RADV] Implement a HUD for monitoring GPU/CPU loads, FPS, temperature and more

2019-03-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108596 Eric Engestrom changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 110292] Incorrectly counts hours + minutes

2019-03-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110292 Bug ID: 110292 Summary: Incorrectly counts hours + minutes Product: Mesa Version: 6.2.1 Hardware: Other OS: Windows (All) Status: NEW Severity: major

Re: [Mesa-dev] [Intel-gfx] [PATCH 2/3] iris: Create a composite context for both compute and render pipelines

2019-03-31 Thread Jordan Justen
On 2019-03-31 03:02:21, Chris Wilson wrote: > Quoting Jordan Justen (2019-03-31 10:57:09) > > On 2019-03-25 03:58:59, Chris Wilson wrote: > > > iris currently uses two distinct GEM contexts to have distinct logical > > > HW contexts for the compute and render pipelines. However, using two > > >

Re: [Mesa-dev] [Intel-gfx] [PATCH 2/3] iris: Create a composite context for both compute and render pipelines

2019-03-31 Thread Chris Wilson
Quoting Jordan Justen (2019-03-31 10:57:09) > On 2019-03-25 03:58:59, Chris Wilson wrote: > > iris currently uses two distinct GEM contexts to have distinct logical > > HW contexts for the compute and render pipelines. However, using two > > distinct GEM contexts implies that they are distinct

Re: [Mesa-dev] [Intel-gfx] [PATCH 2/3] iris: Create a composite context for both compute and render pipelines

2019-03-31 Thread Jordan Justen
On 2019-03-25 03:58:59, Chris Wilson wrote: > iris currently uses two distinct GEM contexts to have distinct logical > HW contexts for the compute and render pipelines. However, using two > distinct GEM contexts implies that they are distinct timelines, yet as > they are a single GL context that

Re: [Mesa-dev] [PATCH 1/3] drm-uapi: Pull i915_drm.h changes for context cloning

2019-03-31 Thread Chris Wilson
Quoting Jordan Justen (2019-03-31 10:53:06) > Where are these changes from (repo/commit)? It could be good to > reference in the commit message. They don't exist in drm-next yet, so they don't have a reference. -Chris ___ mesa-dev mailing list

Re: [Mesa-dev] [PATCH 1/3] drm-uapi: Pull i915_drm.h changes for context cloning

2019-03-31 Thread Jordan Justen
Where are these changes from (repo/commit)? It could be good to reference in the commit message. I suspect that the answer might mean that these patches should be labeled RFC. -Jordan On 2019-03-25 03:58:58, Chris Wilson wrote: > For use in GPU recovery and pipeline construction. > --- >

[Mesa-dev] [Bug 110291] Vega 64 GPU hang running Space Engineers

2019-03-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110291 Bug ID: 110291 Summary: Vega 64 GPU hang running Space Engineers Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW