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

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108596

GitLab Migration User  changed:

   What|Removed |Added

 Resolution|--- |MOVED
 Status|REOPENED|RESOLVED

--- Comment #8 from GitLab Migration User  ---
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this link
to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/852.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

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

2019-07-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108596

Shmerl  changed:

   What|Removed |Added

 CC||shtetl...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

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

2019-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108596

jacobbrett+f...@jacobbrett.id.au changed:

   What|Removed |Added

 CC||jacobbrett+fd.o@jacobbrett.
   ||id.au

-- 
You are receiving this mail because:
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

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

2019-04-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108596

--- Comment #7 from Samuel Pitoiset  ---
Yeah, and the plan is to expose more driver queries in the future, like what
the GALLIUM_HUD actually does.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

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

2019-04-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108596

--- Comment #6 from Lionel Landwerlin  ---
(In reply to Samuel Pitoiset from comment #5)
> The Vulkan overlay still doesn't allow to monitor GPU load/temperature, etc
> (as requested). We need a new extension for that.

There is still an MR that brings new data (like pipeline statistics &
timestamps) : https://gitlab.freedesktop.org/mesa/mesa/merge_requests/353

A delta(timestamps) / amount_of_time_per_frame would give a rough estimate of
GPU utilization by the app.

For temperature we'll need another extension indeed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

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

2019-04-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108596

Samuel Pitoiset  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

--- Comment #5 from Samuel Pitoiset  ---
The Vulkan overlay still doesn't allow to monitor GPU load/temperature, etc (as
requested). We need a new extension for that.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[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 this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[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|--- |FIXED

--- Comment #3 from Eric Engestrom  ---
Lionel has written an overlay for vulkan, see
https://gitlab.freedesktop.org/mesa/mesa/merge_requests/139

It has landed, so you can use it on Mesa master, and it will be in the 19.1
release (it might be in the 19.0 release already, not sure and I can't check
from my phone).

Build it by setting `-D vulkan-overlay-layer=true`, and see
src/vulkan/overlay-layer/README for instructions on how to use it:
https://gitlab.freedesktop.org/mesa/mesa/blob/master/src/vulkan/overlay-layer/README

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

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

2019-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108596

soredake  changed:

   What|Removed |Added

 CC||fds...@krutt.org

-- 
You are receiving this mail because:
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

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

2019-02-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108596

--- Comment #2 from Shmerl  ---
(In reply to Samuel Pitoiset from comment #1)
> I have an experimental branch but it still requires a bunch of work, and I
> wouldn't recommend you to use it currently. Anyway, this is on our todolist
> for a long time.
> 
> https://cgit.freedesktop.org/~hakzsam/mesa/log/?h=radv_hud

Is your branch usable as is? Looks like it's missing radv_hud.c which makes it
non buildable.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


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

2018-10-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108596

Samuel Pitoiset  changed:

   What|Removed |Added

Summary|[RADV] Implement a HUD for  |[RADV] Implement a HUD for
   |monitoring GPU/CPU loads,   |monitoring GPU/CPU loads,
   |GPS, temperature and more   |FPS, temperature and more

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev