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
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-02-05Cleanup: use 'r_' prefix for return arguments, order lastCampbell Barton
2021-01-05Cleanup: Enum for mask overlay modeJeroen Bakker
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-08-20GPU: Fix some more remaining GL enums scattered outside of GL moduleClément Foucault
2020-08-18Cleanup: GPUState: remove double GPU_blend callsClément Foucault
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Cleanup: GPUState: remove use of GPU_blend_set_funcClément Foucault
2020-08-18Cleanup: GPUState: Replace blend func separate by enumClément Foucault
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-07-26GPU: Remove GL constant from BIF_glutilClément Foucault
2020-06-02Cleanup: GPU: Remove GPU_shaderinterface_uniform_ensureClément Foucault
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-03-27Cleanup: redundant mask includesCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2019-11-04Masking: Cleanup, limit variable scopeSergey Sharybin
2019-11-04Masking: Cleanup, indentation levelSergey Sharybin
2019-11-04Masking: Cleanup, naming of mask layerSergey Sharybin
2019-10-29Fix T70905: Image Editor header hides mask, cache and keyframe info ifPhilipp Oeser
2019-09-13Cleanup: unused headers (GPU)Campbell Barton
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-06-21Fix dashed line drawingCampbell Barton
2019-05-28Cleanup: GPU: Move program point size to GPU_stateClément Foucault
2019-05-23Masks: Properly port to Copy-on-Write conceptSergey Sharybin
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-24Fix T62884 Missing control point in unselected mask handlesClément Foucault
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-17GPU: Rename GPU_shader_get_uniform to GPU_shader_get_uniform_ensureClément Foucault
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2018-08-22Cleanup: styleCampbell Barton
2018-08-14Fix masks not drawing with draw type set to dashed.Brecht Van Lommel
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-15GPU_matrix: use Blender's naming conventionsCampbell Barton
2018-07-08Cleanup: rename 'ct' to 'len' for gawainCampbell Barton
2018-07-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-06-28GLRefactor: partially remove gl calls from source/blender/editors.Ray Molenkamp
2018-02-14GPU: use alpha blend that works for drawing to transparent buffer.Brecht Van Lommel
2017-11-26Merge branch 'master' into blender2.8Bastien Montagne
2017-11-26Cleanup: ImageEditor's mask drawing code was re-implementing `BKE_maskrasteri...Bastien Montagne
2017-10-07Cleanup: style, duplicate includesCampbell Barton
2017-06-19Gawain API naming refactorCampbell Barton
2017-05-19Merge branch 'master' into blender2.8Bastien Montagne