Started to implement the clean interface to support both HW and simulator
authorBenjamin Segovia <segovia.benjamin@gmail.com>
Wed, 28 Mar 2012 19:18:05 +0000 (19:18 +0000)
committerKeith Packard <keithp@keithp.com>
Fri, 10 Aug 2012 23:15:52 +0000 (16:15 -0700)
commitb9607ac0dade0b45fe3ea74b88c828835a4cbb46
tree56d3d7ada069de51be6fd1465b37b42aea6070ed
parentc1916231b2a4e15abb4697fefa5b1705637f4b0e
Started to implement the clean interface to support both HW and simulator
src/CMakeLists.txt
src/cl_alloc.c
src/cl_alloc.h
src/cl_buffer.c [new file with mode: 0644]
src/cl_buffer.h [new file with mode: 0644]
src/cl_command_queue_gen7.c
src/intel/intel_gpgpu.c
src/sim/sim_buffer.c [new file with mode: 0644]
src/sim/sim_buffer.h [new file with mode: 0644]