Re: [Mesa-dev] [PATCH v2 11/11] intel: aubinator_viewer: add urb view

2018-08-08 Thread Lionel Landwerlin
On 08/08/18 22:09, Rafael Antognolli wrote: + /* URB allocation */ + hovered = _Hovered(mouse_pos, window_hovered, alloc_tl, alloc_br); + ImGui::ColorConvertHSVtoRGB((2 * s) * 1.0f / (2 * n_stages), + 1.0f, hovered ? 1.0f : 0.8f, +

Re: [Mesa-dev] [PATCH v2 11/11] intel: aubinator_viewer: add urb view

2018-08-08 Thread Rafael Antognolli
On Tue, Aug 07, 2018 at 06:35:22PM +0100, Lionel Landwerlin wrote: > This is available through a "Show URB" button on the 3DPRIMITIVE > instructions. > > Signed-off-by: Lionel Landwerlin > --- > src/intel/tools/aubinator_viewer.cpp | 75 > src/intel/tools/aubinator_viewer_

[Mesa-dev] [PATCH v2 11/11] intel: aubinator_viewer: add urb view

2018-08-07 Thread Lionel Landwerlin
This is available through a "Show URB" button on the 3DPRIMITIVE instructions. Signed-off-by: Lionel Landwerlin --- src/intel/tools/aubinator_viewer.cpp | 75 src/intel/tools/aubinator_viewer_urb.h | 96 ++ 2 files changed, 171 insertions(+) create