commit | 00b51a8ae3fdea26922095b3f9986d410c09b0a4 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Tue Sep 09 12:07:37 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Tue Sep 09 13:45:12 2014 +0800 |
tree | d1f930f825aff7e210b60778ed5a1a9453bd7d45 | |
parent | b3a3ccfb5976173181bbba2ffa14b1c54c874fa6 [diff] [blame] |
intel: improve command decoding Decode both batch and state buffers. Decoding is enabled with INTEL_DEBUG=batch for now. The functionality should be moved to the debug layer in the future.
diff --git a/icd/intel/CMakeLists.txt b/icd/intel/CMakeLists.txt index d64d8d4..434b115 100644 --- a/icd/intel/CMakeLists.txt +++ b/icd/intel/CMakeLists.txt
@@ -19,6 +19,7 @@ SET(SOURCES cmd.c + cmd_decode.c cmd_mi.c cmd_prepare.c cmd_pipeline.c