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
path: root/source
AgeCommit message (Expand)Author
2022-02-06GPUShaderCreateInfo: Add duplication error checking of dependency mergingClément Foucault
2022-02-06Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-06Fix: Displaying any point cloud in the viewport causes crashHans Goudey
2022-02-06Merge branch 'blender-v3.1-release'Howard Trickey
2022-02-06Fix T95360, new 3.1 obj exporter losing nurbs curve "endpoint".Aras Pranckevicius
2022-02-06Merge branch 'blender-v3.1-release'Clément Foucault
2022-02-06GPU: Debug: Avoid double printing of compilation issuesClément Foucault
2022-02-06GPU: move gpu_shader_shared_utils.h to the public section of the moduleClément Foucault
2022-02-06Merge branch 'blender-v3.1-release'Clément Foucault
2022-02-05GPUTexture: Fix missing/wrong cases in to_data_format()Clément Foucault
2022-02-05GPU: Enable CLOG for gpu when `--debug-gpu` option is setClément Foucault
2022-02-05GL: Fix compute shader label errorClément Foucault
2022-02-05DRW: Fix memory leak in UniformArrayBufferClément Foucault
2022-02-05GLShaderInterface: Fix SSBO using the ubo maskClément Foucault
2022-02-05BLF: Cleanup blf_glyph_cache_find & blf_font_sizeHarley Acheson
2022-02-05BLF: Default Size as FloatHarley Acheson
2022-02-05Partially pevert "Fix error in b1b1a74af15b4eaa0757ad88acfbcac73b9a64fe"Germano Cavalcante
2022-02-05BLF: Removal of blf_font_draw_ascii DeclarationHarley Acheson
2022-02-05BLF: Save fixed_width value in cacheHarley Acheson
2022-02-05BLF: blf_glyph_cache_free Made StaticHarley Acheson
2022-02-05Fix error in b1b1a74af15b4eaa0757ad88acfbcac73b9a64feGermano Cavalcante
2022-02-05Cleanup: set 'op->customdata' out of 'viewops_data_create'Germano Cavalcante
2022-02-05Cleanup: merge functions with similar usageGermano Cavalcante
2022-02-04Cleanup: Grammar in comments and tooltipsHans Goudey
2022-02-04Fix: Remove incorrect assert in mesh modifier evaluationHans Goudey
2022-02-04GLShader: Fix several low importance issuesClément Foucault
2022-02-04GPUShader: Improve error/warning logging experienceClément Foucault
2022-02-04GPUShader: Cleanup dependency system to not remove string allocationClément Foucault
2022-02-04GL: Add all image types in binding setup.Clément Foucault
2022-02-04GPUFramebuffer: Bump max attachment count to 8Clément Foucault
2022-02-04GPUShaderCreateInfo: Merge changes from eevee-rewriteClément Foucault
2022-02-04GPUState: Add more barrier typesClément Foucault
2022-02-04Cleanup: Remove unused "init" node tree flagHans Goudey
2022-02-04Merge branch 'blender-v3.1-release'Clément Foucault
2022-02-04Workbench: Fix unreported heavily quantized mesh due to driver issueClément Foucault
2022-02-04Fix: Incorrect default distance for merge by distance nodeHans Goudey
2022-02-04Fix T94410: stopping Cycles render in 3D viewport quad view keeps using CPUBrecht Van Lommel
2022-02-04DRW: Fix a commentClément Foucault
2022-02-04Cleanup: Overlay: Remove uneeded UBO bindsClément Foucault
2022-02-04DRW: Add DRW_UNUSED_RESOURCE_TRACKING for ubo and ssboClément Foucault
2022-02-04DRW: Add compute_ref calls, barriers calls, and vertex_buffer_refClément Foucault
2022-02-04DRW: Fix bug in cubemap creation in draw::TextureClément Foucault
2022-02-04Fix T95471: baking normals wrong after recent MVert normals refactorBrecht Van Lommel
2022-02-04Fix: Remove incorrect assert in mesh modifier evaluationHans Goudey
2022-02-04Attributes: Infrastructure for generic 8-bit integer data typeHans Goudey
2022-02-04Cleanup: avoid generating some functions in all translation unitsJacques Lucke
2022-02-04macOS: support building blender-thumbnailerAnkit Meel
2022-02-04Merge branch 'blender-v3.1-release'Sergey Sharybin
2022-02-04Fix T95467: Textures disappear when going to Edit Mesh on Solid Texture modeSergey Sharybin
2022-02-04Merge branch 'blender-v3.1-release'Clément Foucault