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,
+
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_
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