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
2022-05-19Cleanup: format, reduce line length & strip trailing spaceCampbell Barton
2022-05-19DRW: GPU wrappers: Fix resize routines for StorageArrayBufferClément Foucault
2022-05-19DRW: Wrappers: Use runtime length of the buffer instead of the initial lenClément Foucault
2022-05-19DRW: Replace StorageFlexibleBuffer with explicit `get_or_resize()`Clément Foucault
2022-05-19DRW: Fix DRW_shgroup_buffer_texture namingClément Foucault
2022-05-17Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-17Fix T98052: Eevee / Workbench background render crash with GPU subdivisionBrecht Van Lommel
2022-05-17DRW: Add DRW_view_camtexco_get()Clément Foucault
2022-05-17DRWWrapper: Add StorageFlexibleBufferClément Foucault
2022-05-17DRW: Add SwapChain container to allow easier usage of double bufferingClément Foucault
2022-05-17Cleanup: formatCampbell Barton
2022-05-15Cleanup: Clang tidyHans Goudey
2022-05-15DRW: Remove accidentaly commited stray global variableClément Foucault
2022-05-15GPUVertBuf: Add support for binding as buffer textureClément Foucault
2022-05-15Cleanup: Fix compile warnings on windowsHans Goudey
2022-05-14Cleanup: Further use of const for retrieved custom data layersHans Goudey
2022-05-13Cleanup: Use const when retrieving custom data layersHans Goudey
2022-05-13Merge branch 'blender-v3.2-release'Sergey Sharybin
2022-05-13Fix T97330: UV points missing with some modifiersKévin Dietrich
2022-05-13Cleanup: spelling in comments, capitalize tagsCampbell Barton
2022-05-12DRW: Fix Compilation on OSXClément Foucault
2022-05-12DRW: Port draw_shader to C++Clément Foucault
2022-05-12DRW: Port draw_hair to C++Clément Foucault
2022-05-11Merge branch 'blender-v3.2-release'Jeroen Bakker
2022-05-11Fix T97895: Eevee support for Geometry Nodes Color Attributes.Jeroen Bakker
2022-05-11Merge branch 'blender-v3.2-release'Jeroen Bakker
2022-05-11Fix T97173: Color Attributes shading turns black after switching mode.Jeroen Bakker
2022-05-11Cleanup: use '_num' / '_count' suffix instead of '_ct'Campbell Barton
2022-05-11Cleanup: use '_num' suffix, mostly for curves & spline codeCampbell Barton
2022-05-11Cleanup: use '_num' suffix instead of '_size' for CurveGeometryCampbell Barton
2022-05-10DrawManager: Hide lock acquire behind experimental feature.Jeroen Bakker
2022-05-10DrawManager: Hide lock acquire behind experimental feature.Jeroen Bakker
2022-05-09Cleanup: simplify filling curve batch cache buffersJacques Lucke
2022-05-09Cleanup: use different hardcoded shape to make the root/tip radius usefulJacques Lucke
2022-05-09Fix T97853: Crash with edit mode X-ray and subdivisionHans Goudey
2022-05-09Fix T97853: Crash with edit mode X-ray and subdivisionHans Goudey
2022-05-06Merge branch 'blender-v3.2-release'Sergey Sharybin
2022-05-06DrawManager: Make instance data persistent.Jeroen Bakker
2022-05-06Cleanup: spelling in comments, use doxygen commentsCampbell Barton
2022-05-05Merge branch 'blender-v3.2-release'Clément Foucault
2022-05-05DRW: Hair: Fix shader compilation of transform feedback shaderClément Foucault
2022-05-05Cleanup: spelling in commentsCampbell Barton
2022-05-05Fix T97835: crash when creating hair particle system on MacGermano Cavalcante
2022-05-04Fix T96845: artifacts with GPU subdivision and mirror modifierKévin Dietrich
2022-05-04Cleanup: quiet strict-prototypes warningCampbell Barton
2022-05-03Fix T93179: geonodes UVs and Vertex colors do not work in EEVEEKévin Dietrich
2022-05-03Fix T96338: GPU subdiv crash switching to UV editingKévin Dietrich
2022-05-02EEVEE: Rewrite: Implement nodetree support with every geometry typesClément Foucault
2022-05-02GPUShader: Remove GPU_SHADER_INSTANCE_VARIYING_COLOR_VARIYING_SIZEClément Foucault
2022-05-01Fix T97545 DRW: Crash cause by invalid `"` char in glsl sourceClément Foucault