kicad/3d-viewer/3d_rendering/3d_render_raytracing/accelerators
Seth Hillbrand f8784f30a8 Removing OpenMP
This commit finishes the removal of OpenMP from the KiCad codebase.
Removed in this commit are the OpenMP calls in 3d-viewer and
qa/polygon_triangulation as well as all references in CMakeLists.txt

std::thread is used instead for multithreaded computation
2018-09-21 12:44:20 -07:00
..
caccelerator.cpp 3D Viewer: complete refactor of the 3D viewer. 2016-07-19 13:35:25 -04:00
caccelerator.h 3D Viewer: complete refactor of the 3D viewer. 2016-07-19 13:35:25 -04:00
cbvh_packet_traversal.cpp 3D Viewer: complete refactor of the 3D viewer. 2016-07-19 13:35:25 -04:00
cbvh_pbrt.cpp Remove mm_malloc from raytracer 2017-02-13 10:08:20 -05:00
cbvh_pbrt.h improve anti-aliasing 2016-10-27 10:22:21 -04:00
ccontainer.cpp 3D Viewer: complete refactor of the 3D viewer. 2016-07-19 13:35:25 -04:00
ccontainer.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
ccontainer2d.cpp Removing OpenMP 2018-09-21 12:44:20 -07:00
ccontainer2d.h Removing OpenMP 2018-09-21 12:44:20 -07:00