Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-07Cleanup: style, duplicate includesCampbell Barton
2017-06-19Gawain API naming refactorCampbell Barton
2017-05-19Merge branch 'master' into blender2.8Bastien Montagne
2017-05-17Fix T51388: Mask moves when zoom is changed in the movie clip editorSergey Sharybin
2017-04-15GPU Matrix API: clean up after 2D-3D unificationMike Erwin
2017-04-11Make image drawing code working with core profileSergey Sharybin
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-03-21OpenGL: convert to new matrix API (part 4)Mike Erwin
2017-02-28rename built-in point shaders, SMOOTH --> AAMike Erwin
2017-02-24Opengl glaDrawPixels removal: More descriptive setup.Clément Foucault
2017-02-24Opengl glaDrawPixels removal: mask_draw.cClément Foucault
2017-02-17OpenGL: further mask_draw tweaksMike Erwin
2017-02-17OpenGL: mask_draw uses new imm modeMike Erwin
2016-06-10GPU: use basic-shader for line-stippleCampbell Barton
2016-01-23OpenGL: call glLineWidth less oftenMike Erwin
2016-01-16OpenGL: fixes related to GL_POINTSMike Erwin
2015-12-21Cleanup: warnings (msvc)Campbell Barton
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2014-08-21Fix incorrect 2d stabilization for masksSergey Sharybin
2014-08-19Roto: Add spline dragging zone in it's centerSergey Sharybin
2014-05-15Mask vertex colors used to be totally ignoredSergey Sharybin
2014-05-14Code cleanup: doxy commentsCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-21Code cleanup: view2d api namingCampbell Barton
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-04-16Fix for half pixel offset rasterizing masksCampbell Barton
2014-03-31Code cleanup: use false/true/bool for maskingSergey Sharybin
2014-03-28Implement asymmetric and free handles type for masksSergey Sharybin
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-12-25Code cleanup: no need to switch to threaded alloc, it's done by task poolSergey Sharybin
2013-12-20Don't use with_resol suffix for functions which doesn't get resolutionSergey Sharybin
2013-10-12Option to overlay mask over the footageSergey Sharybin
2013-08-11use 'greater/less then or equal to' operators rather then adding 1.Campbell Barton
2013-05-08use unsigned int, for mask rasterizer.Campbell Barton
2013-05-08code cleanup: use 'const float[2]' where possible.Campbell Barton
2013-04-10Fix #34941: Space.draw_handler_add now supports PRE_VIEW and POST_VIEW callbacksBrecht Van Lommel
2013-01-21code cleanup: minor changes, replace len_v3 with len_squared_v3 for comparison.Campbell Barton
2012-11-01style cleanupCampbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-18Fix #32851: Mouse click coordinates when adding and selecting mask vertices o...Sergey Sharybin
2012-10-02fix for error in mask drawing, was using glVertex3fv on 2d verts. (buffer ove...Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-13fix for drawing non 1:1 aspect masks, transform and selection still need supp...Campbell Barton
2012-08-27ensure there are always the same number of feather points and non feather poi...Campbell Barton
2012-08-21mask: skip self intersection on drawing when fill is disabled, since it was o...Campbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-07mask - draw both sides of the curve when `filled` option is disabled.Campbell Barton
2012-08-01misc mask fixesCampbell Barton
2012-07-31Fixed wrong mask display with clip's pixel aspect and image editor display as...Sergey Sharybin
2012-07-27change clip utility function arguments to take space data and region rather t...Campbell Barton