Removed all direct dependencies to the intel driver (ie files contained in intel...
authorBenjamin Segovia <segovia.benjamin@gmail.com>
Thu, 29 Mar 2012 17:26:36 +0000 (17:26 +0000)
committerKeith Packard <keithp@keithp.com>
Fri, 10 Aug 2012 23:15:54 +0000 (16:15 -0700)
commit0ae66a4b425602d1a1a1c04687e0b7c8deae3577
tree68aa89b643b5e61ab35ca19102b5c91a4029748c
parent1ad90f609ff8dbb965a8085d1d329fb4516f2500
Removed all direct dependencies to the intel driver (ie files contained in intel/) and replaced them by dependencies to the call backs. This should allow an easier integration with the performance simulator
19 files changed:
src/CMakeLists.txt
src/cl_command_queue.c
src/cl_command_queue.h
src/cl_command_queue_gen7.c
src/cl_context.c
src/cl_context.h
src/cl_driver.c
src/cl_driver.cpp
src/cl_driver.h
src/cl_image.c
src/cl_kernel.c
src/cl_kernel.h
src/cl_mem.c
src/cl_mem.h
src/intel/intel_driver.c
src/intel/intel_gpgpu.c
src/intel/intel_gpgpu.h
src/sim/sim_driver.c [moved from src/sim/sim_buffer.c with 94% similarity]
src/sim/sim_driver.h [moved from src/sim/sim_buffer.h with 91% similarity]