mitsuba/include/mitsuba/core
Wenzel Jakob b8480a3d60 Fixes for several subtle kd-tree construction issues
- fixed several bugs that occasionally broke double-precision builds
- rewrote min/max binning code to make it tolerant to precision issues.
  Previously, it gave up in such cases, which lead to a slow build
  with the O(n log n) method.
2014-11-05 19:48:07 +01:00
..
aabb.h Updated copyright headers 2014-08-02 19:35:42 +02:00
aabb_sse.h Updated copyright headers 2014-08-02 19:35:42 +02:00
appender.h Updated copyright headers 2014-08-02 19:35:42 +02:00
atomic.h Updated copyright headers 2014-08-02 19:35:42 +02:00
autodiff.h BSDF::getFrame/BSDF::getFrameDerivative functions, Shape::adjustTime() feature 2014-06-06 01:10:15 +02:00
barray.h Updated copyright headers 2014-08-02 19:35:42 +02:00
bitmap.h Updated copyright headers 2014-08-02 19:35:42 +02:00
brent.h Updated copyright headers 2014-08-02 19:35:42 +02:00
bsphere.h Updated copyright headers 2014-08-02 19:35:42 +02:00
chisquare.h Updated copyright headers 2014-08-02 19:35:42 +02:00
class.h Updated copyright headers 2014-08-02 19:35:42 +02:00
cobject.h Updated copyright headers 2014-08-02 19:35:42 +02:00
constants.h Updated copyright headers 2014-08-02 19:35:42 +02:00
cstream.h Updated copyright headers 2014-08-02 19:35:42 +02:00
formatter.h Updated copyright headers 2014-08-02 19:35:42 +02:00
frame.h hslt: misc improved functionality: 2014-11-04 00:15:27 +01:00
fresolver.h Updated copyright headers 2014-08-02 19:35:42 +02:00
fstream.h Updated copyright headers 2014-08-02 19:35:42 +02:00
fwd.h Updated copyright headers 2014-08-02 19:35:42 +02:00
getopt.h The epic 0.4.0 merge of the bidirectional branch -- sorry not to do this in smaller batches, but doing so would have been an incredible amount of work. A through description of the changes will be made available on the blog this week. 2012-09-27 12:43:51 -04:00
half.h quenched some warnings (windows) 2014-07-25 09:29:50 -07:00
kdtree.h Updated copyright headers 2014-08-02 19:35:42 +02:00
lock.h Updated copyright headers 2014-08-02 19:35:42 +02:00
logger.h Updated copyright headers 2014-08-02 19:35:42 +02:00
lrucache.h Updated copyright headers 2014-08-02 19:35:42 +02:00
math.h Fixes for several subtle kd-tree construction issues 2014-11-05 19:48:07 +01:00
matrix.h hslt: misc improved functionality: 2014-11-04 00:15:27 +01:00
matrix.inl new 'math' namespace, some minor reorganization, added erf()/erfinv() functions 2014-08-02 19:35:42 +02:00
mempool.h Updated copyright headers 2014-08-02 19:35:42 +02:00
mmap.h Updated copyright headers 2014-08-02 19:35:42 +02:00
mstream.h Updated copyright headers 2014-08-02 19:35:42 +02:00
netobject.h Updated copyright headers 2014-08-02 19:35:42 +02:00
normal.h Updated copyright headers 2014-08-02 19:35:42 +02:00
object.h Updated copyright headers 2014-08-02 19:35:42 +02:00
octree.h Updated copyright headers 2014-08-02 19:35:42 +02:00
platform.h Updated copyright headers 2014-08-02 19:35:42 +02:00
plugin.h Updated copyright headers 2014-08-02 19:35:42 +02:00
pmf.h Updated copyright headers 2014-08-02 19:35:42 +02:00
point.h Updated copyright headers 2014-08-02 19:35:42 +02:00
properties.h Updated copyright headers 2014-08-02 19:35:42 +02:00
qmc.h Updated copyright headers 2014-08-02 19:35:42 +02:00
quad.h Updated copyright headers 2014-08-02 19:35:42 +02:00
quat.h Updated copyright headers 2014-08-02 19:35:42 +02:00
random.h Updated copyright headers 2014-08-02 19:35:42 +02:00
ray.h hslt: misc improved functionality: 2014-11-04 00:15:27 +01:00
ray_sse.h Updated copyright headers 2014-08-02 19:35:42 +02:00
ref.h Updated copyright headers 2014-08-02 19:35:42 +02:00
rfilter.h hslt: compile fixes 2014-11-03 23:02:36 +01:00
sched.h Updated copyright headers 2014-08-02 19:35:42 +02:00
sched_remote.h Updated copyright headers 2014-08-02 19:35:42 +02:00
serialization.h Updated copyright headers 2014-08-02 19:35:42 +02:00
sfcurve.h Updated copyright headers 2014-08-02 19:35:42 +02:00
shvector.h Updated copyright headers 2014-08-02 19:35:42 +02:00
simplecache.h Updated copyright headers 2014-08-02 19:35:42 +02:00
spectrum.h Updated copyright headers 2014-08-02 19:35:42 +02:00
spline.h Updated copyright headers 2014-08-02 19:35:42 +02:00
sse.h Updated copyright headers 2014-08-02 19:35:42 +02:00
ssemath.h Updated copyright headers 2014-08-02 19:35:42 +02:00
ssevector.h Updated copyright headers 2014-08-02 19:35:42 +02:00
sshstream.h Updated copyright headers 2014-08-02 19:35:42 +02:00
sstream.h Updated copyright headers 2014-08-02 19:35:42 +02:00
statistics.h Updated copyright headers 2014-08-02 19:35:42 +02:00
stream.h Updated copyright headers 2014-08-02 19:35:42 +02:00
thread.h Updated copyright headers 2014-08-02 19:35:42 +02:00
timer.h Updated copyright headers 2014-08-02 19:35:42 +02:00
tls.h Updated copyright headers 2014-08-02 19:35:42 +02:00
track.h Updated copyright headers 2014-08-02 19:35:42 +02:00
transform.h Updated copyright headers 2014-08-02 19:35:42 +02:00
triangle.h Updated copyright headers 2014-08-02 19:35:42 +02:00
util.h Updated copyright headers 2014-08-02 19:35:42 +02:00
vector.h Updated copyright headers 2014-08-02 19:35:42 +02:00
version.h Updated copyright headers 2014-08-02 19:35:42 +02:00
vmf.h Updated copyright headers 2014-08-02 19:35:42 +02:00
warp.h Updated copyright headers 2014-08-02 19:35:42 +02:00
zstream.h Updated copyright headers 2014-08-02 19:35:42 +02:00