Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Developers -> merwin
Mike Erwin (merwin)
Total Commits : 835
Master Commits : 741
Branch Commits : 94
First Commit : June 7, 2010
Latest Commit : August 30, 2017
Commits by Month
Date | Number of Commits | |
---|---|---|
August, 2017 | 1 | |
July, 2017 | 0 | |
June, 2017 | 4 | |
May, 2017 | 34 | |
April, 2017 | 82 | |
March, 2017 | 74 | |
February, 2017 | 37 | |
January, 2017 | 7 | |
December, 2016 | 9 | |
November, 2016 | 42 | |
October, 2016 | 105 | |
September, 2016 | 47 | |
August, 2016 | 63 | |
July, 2016 | 12 | |
June, 2016 | 5 | |
May, 2016 | 5 | |
April, 2016 | 0 | |
March, 2016 | 0 | |
February, 2016 | 0 | |
January, 2016 | 33 | |
December, 2015 | 14 | |
November, 2015 | 20 | |
October, 2015 | 1 | |
September, 2015 | 0 | |
August, 2015 | 0 | |
July, 2015 | 0 | |
June, 2015 | 0 | |
May, 2015 | 5 | |
April, 2015 | 56 | |
March, 2015 | 30 | |
February, 2015 | 7 | |
January, 2015 | 0 | |
December, 2014 | 2 | |
November, 2014 | 0 | |
October, 2014 | 0 | |
September, 2014 | 0 | |
August, 2014 | 0 | |
July, 2014 | 0 | |
June, 2014 | 0 | |
May, 2014 | 0 | |
April, 2014 | 0 | |
March, 2014 | 0 | |
February, 2014 | 0 | |
January, 2014 | 0 | |
December, 2013 | 0 | |
November, 2013 | 0 | |
October, 2013 | 0 | |
September, 2013 | 0 | |
August, 2013 | 0 | |
July, 2013 | 0 | |
June, 2013 | 0 | |
May, 2013 | 0 | |
April, 2013 | 0 | |
March, 2013 | 0 | |
February, 2013 | 0 | |
January, 2013 | 1 | |
December, 2012 | 0 | |
November, 2012 | 0 | |
October, 2012 | 0 | |
September, 2012 | 0 | |
August, 2012 | 0 | |
July, 2012 | 0 | |
June, 2012 | 0 | |
May, 2012 | 1 | |
April, 2012 | 1 | |
March, 2012 | 0 | |
February, 2012 | 2 | |
January, 2012 | 4 | |
December, 2011 | 0 | |
November, 2011 | 0 | |
October, 2011 | 0 | |
September, 2011 | 0 | |
August, 2011 | 13 | |
July, 2011 | 37 | |
June, 2011 | 35 | |
May, 2011 | 0 | |
April, 2011 | 0 | |
March, 2011 | 0 | |
February, 2011 | 0 | |
January, 2011 | 3 | |
December, 2010 | 2 | |
November, 2010 | 0 | |
October, 2010 | 0 | |
September, 2010 | 0 | |
August, 2010 | 13 | |
July, 2010 | 23 | |
June, 2010 | 5 |
Commit Distribution
Favourite Files
Filename | Total Edits |
---|---|
drawobject.c | 81 |
view3d_draw.c | 59 |
gpu_shader.c | 45 |
gpu_extensions.c | 34 |
GHOST_NDOFManager.cpp | 33 |
CMakeLists.txt | 32 |
GHOST_SystemWin32.cpp | 32 |
glutil.c | 30 |
gpu_immediate.c | 30 |
GHOST_NDOFManager.h | 29 |
File Changes
Action | Total | Per Commit |
---|---|---|
Added | 298 | 0.4 |
Modified | 2 214 | 2.7 |
Deleted | 216 | 0.3 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 34 305 | 42.2 |
Lines Removed | 27 405 | 33.7 |
Latest commits
August 30, 2017, 17:33 (GMT) |
OCIO: use modern GLSL texture functions small part of ongoing OpenGL upgrade |
June 7, 2017, 20:28 (GMT) |
June 7, 2017, 20:20 (GMT) |
cleanup floating point literals |
June 7, 2017, 20:20 (GMT) |
Gawain: faster lookup shader attribs by name Quick hash rejection instead of string comparison. Uniform lookups already work this way. I don't expect a major overall speedup since attributes are looked up less frequently than uniforms. |
June 7, 2017, 20:20 (GMT) |
Gawain: stricter lookup of builtin uniforms UNIFORM_NONE should never match a valid uniform (builtin or custom). The logic for UNIFORM_CUSTOM was just wrong, since it returned the first custom uniform. This function should only accept builtin (non-custom) uniforms. |
May 29, 2017, 18:04 (GMT) |
NDOF: clean up after MinGW removal Follow up to 9f044cb422c1fc9ad79278092445f612342abb59 These comments described the difference between Microsoft & MinGW's struct definition. Now that we dropped MinGW we don't need to go into these details. |
May 29, 2017, 17:37 (GMT) |
Gawain: update comments to match latest API |
May 26, 2017, 15:23 (GMT) |
Gawain: move convert_prim_type_to_gl to private API |
May 22, 2017, 20:43 (GMT) |
Gawain: replace switch with lookup table This function is not performance critical, but I prefer the branch-free code and no hack needed to appease gcc. Follow-up to recent 23035cf46fb4dd6a0bf7e688b0f15128030c77d1 and f637145450010d14660fcb029d41560a138eae14. |
May 21, 2017, 22:25 (GMT) |
Gawain: remove GLenum from IndexType API Goal is to make most of the API independent of OpenGL, Vulkan, any other backend. Able to remove default case from ElementList_size because IndexType only covers index types. Not that and *everything else* like GLenum. |
MiikaHweb - Blender Git Statistics v1.06