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-11-12Fix: OpenSubdiv reporting version 0.0.0 in system_info.txtRay Molenkamp
2022-10-21Fix missing OpenMP in Linux buildsSergey Sharybin
2022-09-23Cleanup: use lowercase function calls & macros in for CMakeCampbell Barton
2022-09-18Build: fix gtest build flags affecting actual libraryBrecht Van Lommel
2022-08-23Cleanup: match names between functions & declarationsCampbell Barton
2022-08-15Cleanup OpenGL linking and related code after libepoxy mergeSebastian Parborg
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-07-19Cleanup: quiet compiler warningsCampbell Barton
2022-07-18Subdiv: remove unused GPU device choice, fix crash with libepoxy on initBrecht Van Lommel
2022-05-31Merge remote-tracking branch 'origin/blender-v3.2-release'Kévin Dietrich
2022-05-31Fix T97086: corrupted UVs with GPU subdivisionKévin Dietrich
2022-05-30Merge remote-tracking branch 'origin/blender-v3.2-release'Dalai Felinto
2022-05-30Fix building: stub for OpenSubdivDalai Felinto
2022-05-30Fix building without opensubdivCampbell Barton
2022-05-30Merge branch 'blender-v3.2-release'Brecht Van Lommel
2022-05-30Cleanup: fix various typosBrecht Van Lommel
2022-05-30Fix T98449: Cycles crash changing frame after recent changesBrecht Van Lommel
2022-05-22GPU subdiv: smoothly interpolate orco layerKévin Dietrich
2022-05-18Merge branch 'blender-v3.2-release'Sergey Sharybin
2022-05-18Subdiv: support interpolating orco coordinates in subdivision surfacesBrecht Van Lommel
2022-05-18Cleanup: Naming of private membersSergey Sharybin
2022-05-13Cleanup: spelling in comments, capitalize tagsCampbell Barton
2022-04-20Revert "Fix GPU subdivision: Crash on adding subdivision surface modifier"Clément Foucault
2022-04-20Fix GPU subdivision: Crash on adding subdivision surface modifierClément Foucault
2022-02-22Merge branch 'blender-v3.1-release'Campbell Barton
2022-02-22Cleanup: clang-formatCampbell Barton
2022-02-18Merge branch 'blender-v3.1-release'Bastien Montagne
2022-02-18Fix strict compilation warningsSergey Sharybin
2022-02-17Merge remote-tracking branch 'origin/blender-v3.1-release'Kévin Dietrich
2022-02-17Fix compile error on MSVCKévin Dietrich
2022-02-17Merge remote-tracking branch 'origin/blender-v3.1-release'Kévin Dietrich
2022-02-17Fix T94881: GPU subdivision fails with high polycount coarse meshesKévin Dietrich
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-05Cleanup: fix typos in source code in intern/Brecht Van Lommel
2022-01-04Fix: Build issue with MSVCRay Molenkamp
2021-12-28Fix compile error when building without OpenSubDivKévin Dietrich
2021-12-27OpenSubDiv: add support for an OpenGL evaluatorKévin Dietrich
2021-12-17Allocator: simplify using guarded allocator in C++ codeJacques Lucke
2021-12-08Cleanup: Clang-Tidy modernize-redundant-void-argAaron Carlisle
2021-11-28Cleanup: typos in comments.Kévin Dietrich
2021-09-25Cleanup: typos in code and comments.Kévin Dietrich
2021-07-24GTest: Use INC/INC_SYS for Libmv/OSD testsRay Molenkamp
2021-06-09Fix invalid return value assignment in getEdgeVertexIndicesCampbell Barton
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-09-30Subdivision Surfaces: add option disable using the limit surfacePiotr Ostrowski
2020-09-24Cleanup: spellingCampbell Barton
2020-09-18CMake/OpenSubdiv: Rename INCLUDE_DIR -> INCLUDE_DIRS.Ankit Meel
2020-05-27OpenSubdiv: Only store edges topology for non-smooth edgesSergey Sharybin
2020-05-27OpenSubdiv: Allow any order of edge topology/sharpness assignmentSergey Sharybin
2020-05-27OpenSubdiv: Optimize faces storage in mesh topologySergey Sharybin