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-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-01-04DrawManager: High quality normals for non meshesJeroen Bakker
2020-10-09Revert "CleanUp: Introduce `eMeshBatchDirtyMode` enum"Jeroen Bakker
2020-10-07CleanUp: Introduce `eMeshBatchDirtyMode` enumJeroen Bakker
2020-09-06Cleanup: GPUVertBuf: Replace GPU_vertbuf_create by GPU_vertbuf_callocClément Foucault
2020-08-13GPU: Use GPU_vertbuf_create & GPU_indexbuf_calloc instead of manual allocClément Foucault
2020-06-19EEEVEE: Object Motion Blur: Initial ImplementationClément Foucault
2020-01-28Fix T72593 Blender crashes when modifier change the material countClément Foucault
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-05-08DRW: Make batch validation run first during iterationClément Foucault
2019-04-26Cleanup: clang-formatCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-28DrawManager: Add Edge Detection To DisplayListsJeroen Bakker
2019-03-01Fix crash with wireframe on highpoly curves on some AMD gpus.mano-wii
2019-02-25Fix T61801: Wireframes on curves not workingClé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: blank lines over doxy headersCampbell Barton
2019-01-26Cleanup: draw manager headersCampbell Barton
2018-12-14Displist: Reuse tesselated pos and nor for wireframesClément Foucault
2018-12-14Curve Batch Cache: Add back support for shaded geometryClément Foucault
2018-12-14Curve Batch Cache: Rework Implementation to use new batch requestClément Foucault
2018-12-07DRW: Rework wireframe overlay implementationClément Foucault
2018-12-04Wireframe: Optimization: Only draw triangles that have edgesClément Foucault
2018-11-25Merge branch 'master' into blender2.8Campbell Barton
2018-11-23DRW: Support Wireframe for metaball objectsClément Foucault
2018-08-23Rename: *_batch_cache_dirty > *_batch_cache_dirty_tagDalai Felinto
2018-07-30Cleanup/Refactor: Move CurveCache runtime data into Object.runtime struct.Bastien Montagne
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-06-11MetaBall support for Workbench + EEVEEJeroen Bakker
2017-12-19Draw Manager: draw_cache_imp_displist, always return IndexBuf even when there...Germano
2017-12-14Fix crash with DispLists without verticesGermano
2017-12-14Support for Batchs split by material for objects of type Curve, Surface, and ...Germano
2017-12-01Draw Maganer: Cleanup: Remove unnecessary lines of code in draw_cache_impl_me...Germano
2017-11-17Cleanup: warningsCampbell Barton
2017-11-16Fix T51210: Draw Manager: Support for Metaball DrawingGermano