[Beignet] [PATCH 0/6] Prepare for the native long support on BDW

junyan.he at inbox.com junyan.he at inbox.com
Tue Dec 23 08:12:44 PST 2014


From: Junyan He <junyan.he at linux.intel.com>

Before fully enabling native long on BDW, we need to modify some
logic which has close relationship with the other types.
It includes the long type declaration, unpacked type for long and
instruction split in encoder, etc.
This patch set deliberately extracts the this kind of logic from
the whole native_long_support patchset in order to find the side
effect and esae the debug using bisect.

Signed-off-by: Junyan He <junyan.he at linux.intel.com>
---
backend/src/backend/gen/gen_mesa_disasm.c   |   13 +++-
backend/src/backend/gen8_encoder.cpp        |   14 ++--
backend/src/backend/gen8_instruction.hpp    |    2 +
backend/src/backend/gen_encoder.cpp         |   57 ++++++++++++--
backend/src/backend/gen_insn_scheduling.cpp |    6 +-
backend/src/backend/gen_register.hpp        |  108 +++++++++++++++++++++++++--
6 files changed, 174 insertions(+), 26 deletions(-)
-- 
1.7.9.5




More information about the Beignet mailing list