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-05Fix T88859: Assert when changing view modesGermano Cavalcante
2021-06-05Fix assert in gpencil_batches_ensureCampbell Barton
2021-06-03Draw Mesh Extractor: Fix used thread countGermano Cavalcante
2021-06-02Cleanup: Remove unused 'ExtractTaskData's membersGermano Cavalcante
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-28DrawManager: Early return for buffer cache creationGermano Cavalcante
2021-05-28DrawManager: Use Compute Shader to Update Hair.Jeroen Bakker
2021-05-27Geometry Nodes: Draw curve data in the viewportHans Goudey
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
2021-05-26GPU: Compute Pipeline.Jeroen Bakker
2021-05-25Cleanup: Fix short comparison with bool warningHans Goudey
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker
2021-05-25Revert "Blenlib: Explicit Colors."Jeroen Bakker
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker
2021-05-22Cleanup: Move curve draw cache implementation to C++Hans Goudey
2021-05-20GPencil: Fix missing annotations in VSE stripAntonio Vazquez
2021-05-19Materials: support changing materials during evaluationJacques Lucke
2021-05-05Merge branch 'blender-v2.93-release'Richard Antalik
2021-05-04DRW: Fix issue with batch reusing freed VBO indices.Clément Foucault
2021-04-30Merge branch 'blender-v2.93-release'Campbell Barton
2021-04-30Fix potential buffer overrun in drw_shader_dependencies_getCampbell Barton
2021-04-21Fix T86968: Last UV factor in cyclic strokesFalk David
2021-04-20Fix T87369 EEVEE: Ambient Oclussion: Firefly caused by degenerated normalClément Foucault
2021-04-20Fix T87541 EEVEE: AO causes black outline around objects and NaN pixelsClément Foucault
2021-04-09Fix T87150: bad points appearance in orthographic viewPhilipp Oeser
2021-04-08Cleanup: Use const arguments for volume codeHans Goudey
2021-04-02Fix T84520: Make the different weight paint code paths exclusive to each otherSebastian Parborg
2021-03-30Cleanup/Refactor: Unify functions that redraw the depth bufferGermano Cavalcante
2021-03-18Fix T86219: Compositor backdrop not using Color Management ViewPhilipp Oeser
2021-03-18Cleanup: spellingCampbell Barton
2021-03-15EEVEE: Contact Shadow: Fix self intersection issuesClément Foucault
2021-03-13Cleanup: EEVEE: Remove hammersley texture and split hammersley codeClément Foucault
2021-03-09BLI: New 'BLI_array_iter_spiral_square'Germano Cavalcante
2021-03-08EEVEE: Use Fullscreen maxZBuffer instead of halfresClément Foucault