Go to file
Brecht Van Lommel d57c6748c4 Cycles: optimization for BVH traveral on CPU's with SSE3, using code from Embree.
On the BMW scene, this gives roughly a 10% speedup overall with clang/gcc, and 30%
speedup with visual studio (2008). It turns out visual studio was optimizing the
existing code quite poorly compared to pretty good autovectorization by clang/gcc,
but hand written SSE code also gives a smaller speed boost there.

This code isn't enabled when using the hair minimum width feature yet, need to
make that work with the SSE code still.
2013-06-18 09:36:06 +00:00
build_files cmake: remove set_lib_path macro 2013-06-17 18:15:56 +00:00
doc Code cleanup: removed some unused UI button types 2013-06-09 18:05:50 +00:00
extern Update libmv from own branch 2013-06-01 10:30:46 +00:00
intern Cycles: optimization for BVH traveral on CPU's with SSE3, using code from Embree. 2013-06-18 09:36:06 +00:00
release fix [#35771] "Specials" ->"Size Y" doesn't work for Cycles area lamp 2013-06-18 06:23:30 +00:00
source Added back left/right arrows for embossed number fields. (they where active but not drawn) 2013-06-18 09:02:13 +00:00
CMakeLists.txt cmake: remove set_lib_path macro 2013-06-17 18:15:56 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Fix a mismatch in help message (check_spelling_osl obviously checks OLS, and check_spelling_c, C code! :P ) 2013-05-14 14:37:51 +00:00
SConstruct Since upgrade to SCons 2.3.0 a small change is needed to ensure 32bit is targeted properly when 2013-06-16 20:34:29 +00:00