kicad/3d-viewer/3d_rendering/3d_render_raytracing/accelerators
Mario Luzeiro 2a793cc22c Remove mm_malloc from raytracer
There is no need to use mm_malloc at this moment. Explanation:
1) It was planned that there was advantadge to use aligned memory but it
was not measured the performance. 2) aligned memory is needed for use
with SIMD (i.e: SSE) but that is not used at moment.

Fixes: lp:1626278
https://bugs.launchpad.net/kicad/+bug/1626278
2017-02-13 10:08:20 -05: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 3D Viewer: complete refactor of the 3D viewer. 2016-07-19 13:35:25 -04:00
ccontainer2d.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00