blender/source
Sergey Sharybin df63e8fd93 Speedup track preview widget for byte images
This gives a huge speedup gain for cases when you've got
rather huge markers on a byte images.

Done by skipping IMB_float_from_rect()/IMB_rect_from_float()
for such cases. We can sample the buffers without color space
conversion.
2014-04-10 21:14:36 +06:00
..
blender Speedup track preview widget for byte images 2014-04-10 21:14:36 +06:00
blenderplayer Add drag-resize to uiTemplatePreview (mat/tex/etc. preview widget). 2014-04-02 13:03:11 +02:00
creator Rename "BLI_cpu.h" to "BLI_system.h" and add to it BLI_getpid() helper. 2014-04-02 11:59:43 +02:00
gameengine BGE: Allow skinned meshes with modifiers to do skinning updates in parallel. 2014-04-09 17:04:17 -07:00
icons
tests CTest: disable bl_run_operators.py, fun for finding crashes, takes a long time 2014-03-27 08:30:14 +11:00
CMakeLists.txt remove WINDOWS checks in cmake, this variable isn't defined on windows and checks weren't needed. 2013-09-03 03:04:44 +00:00
SConscript