Blender Git Statistics -> Developers -> lockal
Sv. Lockal (lockal)
Total Commits : 90
Master Commits : 89
Branch Commits : 1
First Commit : January 16, 2012
Latest Commit : May 18, 2015
Commits by Month
Date | Number of Commits | |
---|---|---|
May, 2015 | 7 | |
April, 2015 | 0 | |
March, 2015 | 2 | |
February, 2015 | 0 | |
January, 2015 | 0 | |
December, 2014 | 0 | |
November, 2014 | 0 | |
October, 2014 | 1 | |
September, 2014 | 1 | |
August, 2014 | 0 | |
July, 2014 | 0 | |
June, 2014 | 0 | |
May, 2014 | 0 | |
April, 2014 | 3 | |
March, 2014 | 4 | |
February, 2014 | 8 | |
January, 2014 | 13 | |
December, 2013 | 3 | |
November, 2013 | 1 | |
October, 2013 | 0 | |
September, 2013 | 0 | |
August, 2013 | 8 | |
July, 2013 | 7 | |
June, 2013 | 0 | |
May, 2013 | 3 | |
April, 2013 | 3 | |
March, 2013 | 1 | |
February, 2013 | 1 | |
January, 2013 | 3 | |
December, 2012 | 1 | |
November, 2012 | 0 | |
October, 2012 | 3 | |
September, 2012 | 4 | |
August, 2012 | 1 | |
July, 2012 | 2 | |
June, 2012 | 0 | |
May, 2012 | 3 | |
April, 2012 | 1 | |
March, 2012 | 1 | |
February, 2012 | 0 | |
January, 2012 | 5 |
Commit Distribution
Path | Number of Commits |
---|---|
master | 89 |
blender-v2.72-release | 1 |
Favourite Files
Filename | Total Edits |
---|---|
util_simd.h | 9 |
svm_noise.h | 8 |
kernel_bvh_traversal.h | 7 |
outliner_tree.c | 5 |
svm_image.h | 5 |
text.c | 4 |
DNA_space_types.h | 4 |
util_half.h | 4 |
kernel_bvh_subsurface.h | 3 |
util_types.h | 3 |
File Changes
Action | Total | Per Commit |
---|---|---|
Added | 4 | 0.0 |
Modified | 209 | 2.3 |
Deleted | 6 | 0.1 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 3 020 | 33.9 |
Lines Removed | 1 940 | 21.8 |
Latest commits
May 18, 2015, 01:37 (GMT) |
Fix T44707: cycles border render regression |
May 11, 2015, 15:49 (GMT) |
Cycles: check for F16C support with __cpuid, as we do for BMI and BMI2 |
May 10, 2015, 19:32 (GMT) |
Cycles: And yet another compilation fix after half-float commit for clang. Suggested by Brecht, tested with gcc > 4.4 and Clang |
May 10, 2015, 19:06 (GMT) |
Cycles: fix compilation on 32-bit Windows for half-floats Reported by IRC user HG1. |
May 10, 2015, 17:51 (GMT) |
Cycles: Add -mf16c for previous commit for Scons Thanks to Dingto for noticing! |
May 10, 2015, 16:35 (GMT) |
Cycles: Use native float->half conversion instructions for Haswell CPUs. This makes OCIO viewport color correction a little bit faster (about -0.5s for 100 samples) Also set max half float value to 65504.0 to conform with IEEE 754. |
May 5, 2015, 06:11 (GMT) |
Cycles: Use curve approximation for blackbody instead of lookup table Now we calculate color in range 800..12000 using an approximation a/x+bx+c for R and G and ((at + b)t + c)t + d) for B. Max absolute error for RGB for non-lut function is less than 0.0001, which is enough to get the same 8 bit/channel color as for OSL with a noticeable performance difference. However there is a slight visible difference between previous non-OSL implementation because of lookup table interpolation and offset-by-one mistake. The previous implementation gave black color outside of soft range (t > 12000), now it gives the same color as for 12000. Also blackbody node without input connected is being converted to value input at shader compile time. Reviewers: dingto, sergey Reviewed By: dingto Subscribers: nutel, brecht, juicyfruit Differential Revision: https://developer.blender.org/D1280 |
March 7, 2015, 17:25 (GMT) |
Cycles: add better specializations for SSE shuffle function and few more wrappers. |
March 7, 2015, 16:20 (GMT) |
Fix T41066: An actual fix for curve intersection on FMA-enabled CPUs |
Revision 7ad9b13 by Sv. Lockal / Sergey Sharybin (blender-v2.72-release) October 3, 2014, 13:09 (GMT) |
Use native float math functions for MSVC12 `double` surrogates are slow (e.g. pow is 2x slower than powf), and MSVC12 supports fp-math functions from C99. |
MiikaHweb - Blender Git Statistics v1.06