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
2020-08-20GPUState: Use explicit depth test enumClé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: Replace blend func separate by enumClément Foucault
2020-08-13GPUBatch: Merge phase and ownership flags and cleanup there usageClément Foucault
2020-08-13GPUBatch: Remove most use of GPU_batch_draw_advanced()Clément Foucault
2020-08-13GPUShader: Change shader state tracking to be part of the GPUContextClément Foucault
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-07-28Cleanup: spelling, commentsCampbell Barton
2020-07-20Fix T70455: Knife Tool failing to cut edgesGermano Cavalcante
2020-07-18Cleanup: KnifeTool: Replace glPolygonOffset by GPU_polygon_offsetClément Foucault
2020-07-14Fix wrong vector size functions used in knife toolSergey Sharybin
2020-07-13Cleanup: remove unnecessary memberGermano Cavalcante
2020-07-07Fix: remove accidental codeGermano Cavalcante
2020-07-07Optimization: use `BLI_bvhtree_intersect_plane` to detect faces that will be ...Germano Cavalcante
2020-07-06Optimization: Don't compute the snap to face on the knife tool twiceGermano Cavalcante
2020-07-03Cleanup: Editors/Mesh, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-01Cleanup: spellingCampbell Barton
2020-06-01Fix T77241: NDOF navigation doesn't work with the knife toolCampbell Barton
2020-04-14GPUShader: Implement workaround for gizmo drawing on sRGB framebufferClément Foucault
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-03-27Cleanup: rename WM_modalkeymap API names, matching WM_keymapCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-04Fix T71578: knife tool draws some points incorrectlyJacques Lucke
2020-02-18Fix T73793 Walk navigation crosshair gets hidden behind objectsClément Foucault
2020-01-07Edit Mesh: pass in Mesh instead of BMEditMesh to EDBM_update_genericCampbell Barton
2020-01-07BMesh: remove BMEditMesh.ob use for vert coord access, projectionCampbell Barton
2019-12-11DrawManager: Disable Clipping in material/rendered modeJeroen Bakker
2019-11-21Cleanup: spellingCampbell Barton
2019-09-26WM: clean up cursors constants and codeBrecht Van Lommel
2019-09-20UI: Fix CapitalizationYevgeny Makarov
2019-08-21Cleanup: vertex coordinate access, naming & minor changesCampbell Barton
2019-08-16Cleanup: spellingCampbell Barton
2019-06-11Fix/Cleanup: I18N: Bad usage of IFACE_ instead of TIP_.Bastien Montagne
2019-05-22GPU: Refactor GPU_batch_draw_range_exClément Foucault
2019-05-07Keymap: double click to close cutCampbell Barton
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-16DNA: rename near/far -> clip_start/clip_endCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2018-12-27Cleanup: use unsigned char (change previous commit)Campbell Barton
2018-12-27Cleanup: warningsCampbell Barton
2018-12-25Fix T59505: Knife tool cut preview line becomes blackmano-wii