Go to file
Sergey Sharybin 1ea16dcf9b Patch #34632: DPX/Cineon speed up
Done by Julien Enche (aka trap), thanks!

From the patch comment:
This patch speeds up Cineon/DPX file loading.
Some more checks are done in dpxOpen and cineonOpen functions so IB_test
flag can now be taken into account safely, and an unnecessary call to
IMB_rect_from_float has been removed.

DPX/Cineon file now loads around 3 times faster on my computer.

Own comment:
Ideally, IB_rect shall indeed indicate which buffers to load, however
currently all places which reads image uses this flag.

This fact already mentioned in OpenEXR reader and it shall be fine
to skip doing rect_from_float in readers themselves.
2013-03-15 09:46:37 +00:00
build_files tweaks to clang so blender can build with -Werror 2013-03-14 07:25:54 +00:00
doc rst doc update: adding a link to Joystick class from bge.logic.joysticks 2013-02-28 05:18:47 +00:00
extern Patch [#34373] Use i18n monospace font in Text editor and Python console 2013-03-12 07:25:53 +00:00
intern Border rendering now works for all scenes used in compositor, 2013-03-14 07:38:37 +00:00
release Fixes for 2d painting: 2013-03-15 09:19:41 +00:00
source Patch #34632: DPX/Cineon speed up 2013-03-15 09:46:37 +00:00
CMakeLists.txt disable -Wredundant-decls for gcc versions older then 4.6 2013-03-14 13:00:00 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile code cleanup: comment unused members of bmesh operator slots and some osl style edits. 2012-11-20 14:31:58 +00:00
SConstruct OpenGL: more work on fixed function lighting implementation as GLSL. 2013-03-10 15:38:23 +00:00