diff options
author | Lionel Landwerlin <[email protected]> | 2018-08-03 10:41:01 +0100 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2018-08-22 18:02:11 +0100 |
commit | 8b0e48887f01f92a19d46441c962c4833c168e29 (patch) | |
tree | 2eacc8cfc3269dc060ba7a69891ace11e9a24bb1 /src/intel/Makefile.am | |
parent | d1c4a62bf86372142316925e918e2138c2aad596 (diff) |
intel: aubinator_viewer: add urb view
This is available through a "Show URB" button on the 3DPRIMITIVE
instructions.
v2: Fix urb allocation end value in tooltip (Rafael)
Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Rafael Antognolli <[email protected]>
Diffstat (limited to 'src/intel/Makefile.am')
-rw-r--r-- | src/intel/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/Makefile.am b/src/intel/Makefile.am index cc43669d6be..95764b82da7 100644 --- a/src/intel/Makefile.am +++ b/src/intel/Makefile.am @@ -72,6 +72,7 @@ EXTRA_DIST = \ tools/aubinator_viewer.cpp \ tools/aubinator_viewer.h \ tools/aubinator_viewer_decoder.cpp \ + tools/aubinator_viewer_urb.h \ tools/imgui/README \ tools/imgui/stb_textedit.h \ tools/imgui/meson.build \ |