[Intel-gfx] [PATCH] intel: Drop aub dumping functionality

2015-07-31 Thread krh
From: Kristian Høgsberg Kristensen We now have a separate tool for this in intel-gpu-tools and we don't need to clutter up libdrm with this feature. We leave the entry points in there to avoid breaking API/ABI. Signed-off-by: Kristian Høgsberg Kristensen --- intel/intel_aub.h| 153

[Intel-gfx] [PATCH i-g-t] tools: Add LD_PRELOAD-base AUB dumper tool

2015-07-30 Thread krh
From: Kristian Høgsberg Kristensen This does everything the aub dump functionality in libdrm does, but without being part of libdrm. This moves the very developer oriented functionality out of core libdrm and adds some flexibility in how we activate it (we can specify filename, for example). Mo