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
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-01Cleanup: use '_len' suffix for line stippleCampbell Barton
2018-06-07Merge branch 'master' into blender2.8Campbell Barton
2018-06-07Cleanup: trailing space for windowmanagerCampbell Barton
2018-04-27WM: new offscreen window draw method to replace all existing methods.Brecht Van Lommel
2018-04-25Fix T54806: Editors drawing glitch when using lasso selectionDalai Felinto
2018-02-18Merge branch 'master' into blender2.8Campbell Barton
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2018-02-17Code cleanup: remove WM subwindows.Brecht Van Lommel
2017-10-16Merge branch 'master' into blender2.8Campbell Barton
2017-10-16WM: refactor gestures for use as toolsCampbell Barton
2017-10-16WM: remove hard-coded circle radius memoryCampbell Barton
2017-10-16Merge branch 'master' into blender2.8Campbell Barton
2017-10-16Cleanup: simplify lasso reallocationCampbell Barton
2017-10-16Cleanup: rename gesture mode to is_activeCampbell Barton
2017-10-03Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-01Fix gradient tool crash with recent changesCampbell Barton
2017-09-27Merge branch 'master' into blender2.8Campbell Barton
2017-09-27Math Lib: Add non-clamped round_* functionsCampbell Barton
2017-09-26Cleanup: naming (GPU immediate util)Campbell Barton
2017-09-13Cleanup: use explicit 2d suffix for imm utilsCampbell Barton
2017-07-13Cleanup/rename etc. dashed line shaders.Bastien Montagne
2017-06-19Gawain API naming refactorCampbell Barton
2017-05-01Reworked version of dashed line shader.Bastien Montagne
2017-04-262D dashed line shader: changed to use viewport side instead of scale.Bastien Montagne
2017-04-26Move imm_draw_line_box_dashed to GPU_immediate_util.Bastien Montagne
2017-04-26Tweak 2D line dashed shader to take a scale parameter.Bastien Montagne
2017-04-16cleanup use of immUniformColorMike Erwin
2017-04-16use immUniformColor instead of immUniform("color"Mike Erwin
2017-04-11Make image drawing code working with core profileSergey Sharybin
2017-04-07OpenGL: transition away from GL_QUADSMike Erwin
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-04-05Cleanup: Move imm_draw utils into own fileCampbell Barton
2017-04-05Naming constancy for 'imm' utility functionsCampbell Barton
2017-04-04Immediate Mode: handle other cases of glPop/glPushClientAttribDalai Felinto
2017-04-03Cleanup: styleCampbell Barton
2017-03-23Revert own previous commit, the bug is already fixed a fiew commits before. S...Alexander Romanov
2017-03-23Fix (unreported) assertion in immBegin. Zerro number of points (Ctrl+LMouse w...Alexander Romanov
2017-03-15De-duplictae fix for lasso with DalaiSergey Sharybin
2017-03-15Correct assert failure in debug mode with lasso selectSergey Sharybin
2017-03-15Fix crash on node editor when using lasso to remove nodes connectionsDalai Felinto
2017-02-28remove GPU_basic_shader calls from wm_gestureMike Erwin
2017-02-24OpenGL: wm_gesture uses new imm modeianwill
2017-02-24Opengl glaDrawPixels removal: More descriptive setup.Clément Foucault
2017-02-24Opengl glaDrawPixels removal: windowmanagerClément Foucault
2016-10-26Cleanup: rename functions in BLI_bitmap_draw_2dCampbell Barton
2016-10-26Cleanup: move bitmap drawing into its own moduleCampbell Barton
2016-06-08GPU: avoid disabling basic-shader for lassoCampbell Barton
2016-06-07GPU: Fix for glDrawPixels drawing w/ glsl shaderCampbell Barton
2016-04-08Wide lines + line stipple deprecated API replacementAlexander Romanov