Added OpenCL project, heavily based on GSOC Clover project
Change-Id: I77e5d5fe63c436292a207b0630f01a3a898b5b1d
Reviewed-on: https://swiftshader-review.googlesource.com/3470Reviewed-by:
Maxime Grégoire <mgregoire@google.com>
Tested-by:
Maxime Grégoire <mgregoire@google.com>
Showing
src/OpenCL/.gitignore
0 → 100644
src/OpenCL/HelloTriangle/HelloWorld.cpp
0 → 100644
src/OpenCL/HelloTriangle/ReadMe.txt
0 → 100644
src/OpenCL/OpenCL1/OpenCL1.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
src/OpenCL/OpenCL1/OpenCL1.vcxproj
0 → 100644
This diff is collapsed.
Click to expand it.
src/OpenCL/OpenCL1/ReadMe.txt
0 → 100644
src/OpenCL/OpenCL1/buffer.cpp
0 → 100644
src/OpenCL/OpenCL1/buffer.h
0 → 100644
src/OpenCL/OpenCL1/builtins.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
src/OpenCL/OpenCL1/builtins.h
0 → 100644
src/OpenCL/OpenCL1/cl.h
0 → 100644
This diff is collapsed.
Click to expand it.
src/OpenCL/OpenCL1/cl_ext.h
0 → 100644
This diff is collapsed.
Click to expand it.
src/OpenCL/OpenCL1/cl_gl.h
0 → 100644
src/OpenCL/OpenCL1/cl_gl_ext.h
0 → 100644
src/OpenCL/OpenCL1/cl_platform.h
0 → 100644
This diff is collapsed.
Click to expand it.
src/OpenCL/OpenCL1/commandqueue.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
src/OpenCL/OpenCL1/commandqueue.h
0 → 100644
This diff is collapsed.
Click to expand it.
src/OpenCL/OpenCL1/context.cpp
0 → 100644
src/OpenCL/OpenCL1/context.h
0 → 100644
src/OpenCL/OpenCL1/debug.cpp
0 → 100644
src/OpenCL/OpenCL1/debug.h
0 → 100644
src/OpenCL/OpenCL1/device.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
src/OpenCL/OpenCL1/device.h
0 → 100644
src/OpenCL/OpenCL1/device_interface.h
0 → 100644
src/OpenCL/OpenCL1/dllmain.cpp
0 → 100644
src/OpenCL/OpenCL1/dllmain.h
0 → 100644
src/OpenCL/OpenCL1/events.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
src/OpenCL/OpenCL1/events.h
0 → 100644
This diff is collapsed.
Click to expand it.
src/OpenCL/OpenCL1/kernel.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
src/OpenCL/OpenCL1/kernel.h
0 → 100644
src/OpenCL/OpenCL1/main.h
0 → 100644
src/OpenCL/OpenCL1/memobject.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
src/OpenCL/OpenCL1/memobject.h
0 → 100644
src/OpenCL/OpenCL1/object.cpp
0 → 100644
src/OpenCL/OpenCL1/object.h
0 → 100644
src/OpenCL/OpenCL1/opencl.def
0 → 100644
src/OpenCL/OpenCL1/opencl.h
0 → 100644
src/OpenCL/OpenCL1/platform.h
0 → 100644
src/OpenCL/OpenCL1/program.cpp
0 → 100644
src/OpenCL/OpenCL1/program.h
0 → 100644
src/OpenCL/OpenCL1/propertylist.h
0 → 100644
src/OpenCL/OpenCL1/worker.cpp
0 → 100644
src/OpenCL/OpenCL1/worker.h
0 → 100644
src/OpenCL/SwiftCL.sln
0 → 100644
src/OpenCL/SwiftCL/ReadMe.txt
0 → 100644
src/OpenCL/SwiftCL/Stdafx.cpp
0 → 100644
src/OpenCL/SwiftCL/SwiftCL.vcxproj
0 → 100644
src/OpenCL/SwiftCL/app.ico
0 → 100644
File added
src/OpenCL/SwiftCL/app.rc
0 → 100644
File added
src/OpenCL/SwiftCL/cl.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
src/OpenCL/SwiftCL/cl.h
0 → 100644
This diff is collapsed.
Click to expand it.
src/OpenCL/SwiftCL/cl_ext.cpp
0 → 100644
src/OpenCL/SwiftCL/cl_ext.h
0 → 100644
This diff is collapsed.
Click to expand it.
src/OpenCL/SwiftCL/cl_gl.cpp
0 → 100644
src/OpenCL/SwiftCL/cl_gl.h
0 → 100644
src/OpenCL/SwiftCL/cl_gl_ext.cpp
0 → 100644
src/OpenCL/SwiftCL/cl_gl_ext.h
0 → 100644
src/OpenCL/SwiftCL/cl_platform.h
0 → 100644
This diff is collapsed.
Click to expand it.
src/OpenCL/SwiftCL/debug.h
0 → 100644
src/OpenCL/SwiftCL/dllmain.cpp
0 → 100644
src/OpenCL/SwiftCL/opencl.def
0 → 100644
src/OpenCL/SwiftCL/opencl.h
0 → 100644
src/OpenCL/SwiftCL/resource.h
0 → 100644
Please
register
or
sign in
to comment