[Intel-gfx] [RFC-PATCH libdrm] intel/aub: allow to dump only states

2014-04-15 Thread Chia-I Wu
Add drm_intel_bufmgr_gem_set_aub_state_only to disable dumping of unannotated or untyped data. The result should still be a valid AUB dump, in that it can be fed to the simulator. But it will not trigger execution. This can be used to dump states in binary form. Signed-off-by: Chia-I Wu

Re: [Intel-gfx] [RFC-PATCH libdrm] intel/aub: allow to dump only states

2014-04-15 Thread Chia-I Wu
On Tue, Apr 15, 2014 at 3:37 PM, Chia-I Wu olva...@gmail.com wrote: Add drm_intel_bufmgr_gem_set_aub_state_only to disable dumping of unannotated or untyped data. The result should still be a valid AUB dump, in that it can be fed to the simulator. But it will not trigger execution. This can