[Mesa-dev] [Bug 109752] meson: more ensure that xmlpool_options.h is generated for targets that need it

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

[Mesa-dev] [Bug 109747] Add framerate to vulkan-overlay-layer

2019-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109747 --- Comment #5 from osch...@web.de --- Adding more graphs should be relatively straight forward but someone would need to implement querying the relevant information first, preferably in a cross-platform manner. I might give adding a cpu-usage gr

[Mesa-dev] [Bug 109747] Add framerate to vulkan-overlay-layer

2019-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109747 Lionel Landwerlin changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Mesa-dev] [Bug 109761] misuse of enums in vdpau_private.h

2019-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109761 Bug ID: 109761 Summary: misuse of enums in vdpau_private.h Product: Mesa Version: git Hardware: All OS: NetBSD Status: NEW Severity: normal Pri

Re: [Mesa-dev] [PATCH 1/3] panfrost: Add RGB555, RGB5A1 texture formats

2019-02-24 Thread Ilia Mirkin
On Sun, Feb 24, 2019 at 1:36 AM Alyssa Rosenzweig wrote: > > Signed-off-by: Alyssa Rosenzweig > --- > src/gallium/drivers/panfrost/include/panfrost-job.h | 2 ++ > src/gallium/drivers/panfrost/pan_pretty_print.c | 2 ++ > 2 files changed, 4 insertions(+) > > diff --git a/src/gallium/drivers/

Re: [Mesa-dev] [PATCH 1/3] panfrost: Add RGB555, RGB5A1 texture formats

2019-02-24 Thread Alyssa Rosenzweig
> Just a thought -- RGB565, which is a fairly popular 16-bit color > variant, would fit nicely into the space here, and is probably also > one of the "special" formats. Oh, dear, this is embarassing -- I misread my notes. The format code in question is for RGB565, not RGB555. Thank you for pointi

[Mesa-dev] [Bug 109764] [radv] Enable framerate capping

2019-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109764 Bug ID: 109764 Summary: [radv] Enable framerate capping Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity: normal Priorit

[Mesa-dev] [Bug 109765] Incorrect assert in gallium/state_trackers/va/picture_mjpeg.c

2019-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109765 Bug ID: 109765 Summary: Incorrect assert in gallium/state_trackers/va/picture_mjpeg.c Product: Mesa Version: unspecified Hardware: Other OS: All

[Mesa-dev] [PATCH v2] radeonsi: fix query buffer allocation

2019-02-24 Thread Timothy Arceri
Fix the logic for buffer full check on alloc. This patch just takes the fix Nicolai attached to the bug report and updates it to work on master. Fixes: e0f0d3675d4 ("radeonsi: factor si_query_buffer logic out of si_query_hw") Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109561 --- src/

[Mesa-dev] [PATCH 1/3] panfrost: Add RGB565, RGB5A1 texture formats

2019-02-24 Thread Alyssa Rosenzweig
Signed-off-by: Alyssa Rosenzweig --- src/gallium/drivers/panfrost/include/panfrost-job.h | 2 ++ src/gallium/drivers/panfrost/pan_pretty_print.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/gallium/drivers/panfrost/include/panfrost-job.h b/src/gallium/drivers/panfrost/include/p

[Mesa-dev] [PATCH] panfrost: Expose perf counters in environment

2019-02-24 Thread Alyssa Rosenzweig
Previously, we were guarded by an #ifdef, which is generally a bad form. This patch instead guards them behind an environmental variable. Signed-off-by: Alyssa Rosenzweig --- src/gallium/drivers/panfrost/pan_context.c | 9 +++-- src/gallium/drivers/panfrost/pan_screen.c | 13 -

[Mesa-dev] [PATCH] panfrost/midgard: Allow flt to run on most units

2019-02-24 Thread Alyssa Rosenzweig
Signed-off-by: Alyssa Rosenzweig --- src/gallium/drivers/panfrost/midgard/helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/panfrost/midgard/helpers.h b/src/gallium/drivers/panfrost/midgard/helpers.h index 12235f8f9ff..b597e516f20 100644 --- a/src/

[Mesa-dev] [PATCH] panfrost: Remove some scanout special cases

2019-02-24 Thread Alyssa Rosenzweig
The scanout checks are fundamentally hacks; let's remove as many as we can. Signed-off-by: Alyssa Rosenzweig --- src/gallium/drivers/panfrost/pan_context.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/gallium/drivers/panfrost/pan_context.c b/src/gallium/drivers/

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

2019-02-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109532 --- Comment #39 from Mark Janes --- I just noticed that this new test passes for 32 bit builds. Does that surprise anyone else? http://mesa-ci.01.org/mesa_master_daily/builds/4806/group/e60513df13ade427f01bb7334bd5174e -- You are receiving t