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-06-08Cleanup: use cpp new/delete.Jeroen Bakker
2021-06-08Cleanup: replace typedef structs with structs.Jeroen Bakker
2021-06-08Cleanup: Separate compile unit edituv.Jeroen Bakker
2021-06-08Cleanup: Separate compile unit lines_adjacency.Jeroen Bakker
2021-06-08Cleanup: Separate compile unit lines_paint_mask.Jeroen Bakker
2021-06-08Cleanup: Separate fdots extraction in own compile unit.Jeroen Bakker
2021-06-07Cleanup: Move extract lines to compile unit.Jeroen Bakker
2021-06-07Cleanup: Move extract tris in own compile unit.Jeroen Bakker
2021-06-07Cleanup: compiler warnings signed/unsigned mismatchCampbell Barton
2021-06-07Cleanup: silence warningsGermano Cavalcante
2021-06-07Fix: do not use threading for 'extract_points'Germano Cavalcante
2021-06-07Cleanup: remove redundant cast, use const castsCampbell Barton
2021-06-07Cleanup: renamed function to `extract_run_single_threaded`.Jeroen Bakker
2021-06-07Cleanup: Added Guarderalloc deallocators to CPP structs.Jeroen Bakker
2021-06-07Added TODO comment for putting parameters into struct.Jeroen Bakker
2021-06-07Cleanup: move extract points into own compile unit.Jeroen Bakker
2021-06-05Fix T88859: Assert when changing view modesGermano Cavalcante
2021-06-05Fix assert in gpencil_batches_ensureCampbell Barton
2021-06-03Overlay: Flash on Mode Transfer overlayPablo Dobarro
2021-06-03Cleanup: use ascii characters instead of unicode where possibleCampbell Barton
2021-06-03Draw Mesh Extractor: Fix used thread countGermano Cavalcante
2021-06-02Cleanup: Remove unused 'ExtractTaskData's membersGermano Cavalcante
2021-06-02EEVEE: AOVs not same as cycles.Jeroen Bakker
2021-06-02Revert "EEVEE: AOVs not same as cycles."Jeroen Bakker
2021-06-02EEVEE: AOVs not same as cycles.Jeroen Bakker
2021-06-02Cleanup: Clang formatHans Goudey
2021-06-02Cleanup: trailing commas to avoid right shiftCampbell Barton
2021-06-02Cleanup: spelling in commentsCampbell Barton
2021-06-01Cleanup: remove unused parameter.Jeroen Bakker
2021-06-01Cleanup: remove unused parameter.Jeroen Bakker
2021-06-01Cleanup: NULL->nullptr.Jeroen Bakker
2021-06-01Cleanup: API for MeshExtractRunTimeData.Jeroen Bakker
2021-06-01DrawManager: Use CPP for Mesh Extraction Scheduling.Jeroen Bakker
2021-06-01Cleanup: Split draw_cache_extract_mesh into multiple files.Jeroen Bakker
2021-06-01Cleanup: spelling in commentsCampbell Barton
2021-05-31Fix undeclared identifiers with 'DEBUG_TIME'Germano Cavalcante
2021-05-31Refactor: DRW Mesh Extractor: Join the extractors in a same loopJeroen Bakker
2021-05-31Fix T88456: DrawManager: Keep subset RenderMeshData around when geometry does...Jeroen Bakker
2021-05-28Merge branch 'blender-v2.93-release'Clément Foucault
2021-05-28EEVEE: Fix NaN caused by ensure_valid_reflection()Clément Foucault
2021-05-28GPencil: Fix unreported random rotation for single point with textureAntonio Vazquez
2021-05-28DrawManager: Early return for buffer cache creationGermano Cavalcante
2021-05-28DrawManager: Use Compute Shader to Update Hair.Jeroen Bakker
2021-05-27Merge branch 'blender-v2.93-release'Clément Foucault
2021-05-27Revert "EEVEE: Ensure Reflection: Use new implementation"Clément Foucault
2021-05-27Geometry Nodes: Draw curve data in the viewportHans Goudey
2021-05-27Fix incorrect BLI_snprintf usageCampbell Barton
2021-05-27Cleanup: Specify amount of buffers through preprocessor directivesGermano Cavalcante
2021-05-26Revert "DrawManager: Use Compute Shader to Update Hair."Jeroen Bakker
2021-05-26DrawManager: Use Compute Shader to Update Hair.Jeroen Bakker