MitchellHansen
d1bd4ce667
The new rendering method now works on the full compat case.
...
Added a kernel to help test opencl data passing
renamed the kernels, buffers, etc.
8 years ago
MitchellHansen
391dc63ec8
Bit of fiddling around while refractoring
8 years ago
MitchellHansen
edd8075afb
Added a quick printout of the hardware info. Running into a problem choosing between platforms, going to abstract CL out into it's own class and hide all that logic
8 years ago
mitchellhansen
49817f94b7
Had a linking problem in the CMakeLists, fixed.
...
Added a test file to check for cl/gl interop support & supported cl version
Finished CL setup up to the creation of the command queue
8 years ago
mitchellhansen
bc093ef4e4
Cleaned up the cmake file. Imports SFML, CL, and GL now.
...
But I'm not sure how well it will work on windows so I need
to test that out. Also added a stack overflow snippet to
check your compute devices and give their opencl version
8 years ago
mitchellhansen
8f809f5f70
Starting on OpenCL, got cmake to link it correctly, and started on
...
a minimal example
8 years ago
mitchellhansen
bf45af9bab
Added the SFML vector class. Need to extend it to have
...
the vector operations I want
Changes to be committed:
modified: CMakeLists.txt
modified: README.md
renamed: src/Curses.h -> include/Curses.h
new file: include/Vector3.h
new file: src/Vector3.cpp
8 years ago
Mitchell Hansen
921c5b3266
Added root question for CMake on windows
8 years ago
Mitchell Hansen
12a33740f9
init
8 years ago