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-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-05Sculpt Face SetsPablo Dobarro
2020-01-17DRW: Use USHORT for vertex color and upload them in linear color to the GPUClément Foucault
2019-10-09Sculpt: Fix wireframe drawingPablo Dobarro
2019-10-02Fix T70390: dyntopo smooth shading broken after recent changesBrecht Van Lommel
2019-10-01Cleanup: compiler warningBrecht Van Lommel
2019-09-30Fix wrong sculpt flat shaded normals after recent optimizationsBrecht Van Lommel
2019-09-29Sculpt: minor optimizations for GPU draw buffer fillingBrecht Van Lommel
2019-09-29Sculpt: multithread GPU draw buffer filling for workbenchBrecht Van Lommel
2019-09-14Cleanup: use const args, variablesCampbell Barton
2019-09-13Cleanup: compiler warningsBrecht Van Lommel
2019-09-13Cleanup: unused headers (GPU)Campbell Barton
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-06Fix T67437: Vertex Colors Not Visible In SculptModeJeroen Bakker
2019-07-08Fix T66351 Wireframe display in sculpt-mode broke when hiding partsClément Foucault
2019-06-06Fix T58920: Dyntopo sculpt and snake hook brush artifacts.mano-wii
2019-05-04Cleanup: GPU_buffers: Remove obsolete debug drawingClément Foucault
2019-05-04GPUBuffers: Save / expose material index per buffersClément Foucault
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-23GPUBuffers: Fix wrong assertClément Foucault
2019-04-23Workbench: Support Active Vertex ColorJeroen Bakker
2019-04-22Cleanup: style, use braces for gpuCampbell Barton
2019-04-17GPUBuffers: Remove wrong assertClément Foucault
2019-04-17ClangFormat: adjust '#if 0' to fix gpu_buffers.c indentCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-26Cleanup: indentation, trailing spaceCampbell Barton
2019-02-24GPUBuffer: Fix fast navigate in on smoooth multires gridClément Foucault
2019-02-22Multires: Don't force smooth shadingSergey Sharybin
2019-02-22GPUBuffers: Fix/cleanup multires implementationClément Foucault
2019-02-18Sculpt Draw: Add support for wireframe geometryClément Foucault
2019-02-18doxygen: add newline after \fileCampbell 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-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-12-14GPUBuffers: Fix uninitialized memory use causing undefined conditional jumpClément Foucault
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-09-14GPUBuffers: Rework support for pbvh grids + fast navigateClément Foucault
2018-09-12Cleanup: use uint/uchar types in GPUCampbell Barton
2018-09-11Followup for previous PBVH commitSergey Sharybin
2018-09-11FIx/workaround wrong number of primitives in PBVG grid buffersSergey Sharybin
2018-09-11PBVH: Fix miossing normals for gridsSergey Sharybin
2018-08-24Cleanup: Remove debug printfClément Foucault
2018-08-24Sculpt: Optimize Mask Overlay drawingClément Foucault
2018-07-18Cleanup: style for GPU moduleCampbell Barton
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-08Cleanup: rename 'ct' to 'len' for gpuCampbell Barton
2018-07-08Cleanup: rename 'ct' to 'len' for gawainCampbell Barton
2018-06-26Cleanup: dyntopo sculpt draw update: use same BM_face_as_array_vert_tri for i...Bastien Montagne
2018-06-26Fix T55320: Sculpt Mode with dyntopo and smooth shading drawing bug.Bastien Montagne