Go to file
Brecht Van Lommel 3311164b24 Math lib: matrix multiplication order fix for two functions that were
inconsistent with similar functions & math notation:

mul_m4_m4m4(R, B, A) => mult_m4_m4m4(R, A, B)
mul_m3_m3m4(R, B, A) => mult_m3_m3m4(R, A, B)

For branch maintainers, it should be relatively simple to fix things manually,
it's also possible run this script after merging to do automatic replacement:
http://www.pasteall.org/27459/python
2011-12-16 19:53:12 +00:00
build_files Buildbot tweaks: 2011-12-13 09:54:48 +00:00
doc picky edits & regen man page 2011-12-10 01:07:22 +00:00
extern Added note that cmake/scons rules are automatically generated for extern/libmv 2011-12-15 12:44:05 +00:00
intern Normal Node - Cycles 2011-12-16 18:15:07 +00:00
release Bicubic bump map filtering. 2011-12-15 13:58:09 +00:00
source Math lib: matrix multiplication order fix for two functions that were 2011-12-16 19:53:12 +00:00
CMakeLists.txt Enables vc 2010 boost libraries for cmake 2011-12-03 01:12:57 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile minor changes 2011-11-23 17:14:29 +00:00
SConstruct OSX: proper scons config and linking weak for jackOSX and errorhandling 2011-12-12 22:17:02 +00:00