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/intern
AgeCommit message (Expand)Author
2022-09-28Cleanup: spelling in commentsCampbell Barton
2022-09-28Cleanup: formatCampbell Barton
2022-09-27Cycles: Add optional per-kernel performance statisticsNikita Sirgienko
2022-09-27Cleanup: Unused variable warning with path guiding turned offHans Goudey
2022-09-27Fix: OpenPGL related build error on windowsRay Molenkamp
2022-09-27Cycles: Tweak inlining policy on MetalMichael Jones
2022-09-27Cycles: Disable binary archives on macOS < 13.0Michael Jones
2022-09-27Cycles: add Path Guiding on CPU through Intel OpenPGLSebastian Herhoz
2022-09-27Cycles: BSDF eval refactor to remove separate reflection/refraction methodsBrecht Van Lommel
2022-09-27Cycles: BSDF changes in preparation of path guidingSebastian Herhoz
2022-09-27GHOST: exit with an error when GHOST cannot be initializedCampbell Barton
2022-09-27Cleanup: remove workarounds and version checks for unsupported compilersCampbell Barton
2022-09-27Cleanup: use the system-handle arg for GHOST_SetMultitouchGesturesCampbell Barton
2022-09-26UI: add preference to disable touchpad multitouch gesturesrecht Van Lommel
2022-09-26Fix T101354: Cycles crash with baking and adaptive samplingBrecht Van Lommel
2022-09-26Cycles: increase min-supported driver version for Intel GPUsXavier Hallade
2022-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-26Cleanup: remove redundant parenthesisCampbell Barton
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-26Cleanup: use 'u' prefixed unsigned types for GHOSTCampbell Barton
2022-09-26Fix undefined 'uint' for macOS/WIN32Campbell Barton
2022-09-26Cleanup: replace unsigned with uint, use function style casts for C++Campbell Barton
2022-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-23Cleanup: use ELEM macroCampbell Barton
2022-09-23Cleanup: add string utility macros to GHOST/WaylandCampbell Barton
2022-09-23Cleanup: use lowercase function calls & macros in for CMakeCampbell Barton
2022-09-23Cleanup: spelling in commentsCampbell Barton
2022-09-22Metal: GLSL shader compatibility changes for global uniform and interface nam...Jason Fielder
2022-09-22Metal: MTLContext implementation and immediate mode rendering support.Thomas Dinges
2022-09-22Cycles: Cleanup in oneAPI math includes and definitionsWerner, Stefan
2022-09-22Cleanup: use an array of modifier keys for GHOST/WaylandCampbell Barton
2022-09-22GHOST: assert when unknown keys are passed to the ModifierKeys APICampbell Barton
2022-09-22Cleanup: remove unused modifier state checks from getModifierKeysCampbell Barton
2022-09-22Cleanup: remove redundant includes from GHOST_SystemPathsUnixCampbell Barton
2022-09-21Add oneAPI to the 'cycles_device' command line argument help textAlaska
2022-09-20Cycles: don't allow negative BSDF weightsBrecht Van Lommel
2022-09-20GHOST/Wayland: refactor modifier handling on window activationCampbell Barton
2022-09-19GHOST/Wayland: correct flag for checking pressed keysCampbell Barton
2022-09-19Cleanup: spellingCampbell Barton
2022-09-18Cycles: sync changes from standalone repositoryBrecht Van Lommel
2022-09-18Build: fix gtest build flags affecting actual libraryBrecht Van Lommel
2022-09-18Fix OS-key events repeating on GHOST/Win32Campbell Barton
2022-09-18GHOST: support left/right OS-keyCampbell Barton
2022-09-17Mikktspace: Fix triangle reordering predicateLukas Stockner
2022-09-17Cleanup: spelling, punctuation & repeated words in commentsCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-15Fix T101065: wrong denoising depth after ray precision improvementsBrecht Van Lommel