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-10-22GHOST/Wayland: multi-touch gesture supportCampbell Barton
2022-10-22Cleanup: use wl_/wp_ prefix to match native Wayland typesCampbell Barton
2022-10-22GHOST/Wayland: support changing seat capabilities at run-timeCampbell Barton
2022-10-22Video rendering: FFMpeg AV1 codec encoding supportStephen Seo
2022-10-21Build: add option to error when features can't be enabledBrecht Van Lommel
2022-10-21Fix missing OpenMP in Linux buildsSergey Sharybin
2022-10-21Avoid re-compilation of oneAPI AoT kernels when configuration changesSergey Sharybin
2022-10-21Cycles: oneAPI: migrate from deprecated APIs, require libSYCL 6.0+Xavier Hallade
2022-10-21Cycles: oneAPI: remove use of SYCL host deviceXavier Hallade
2022-10-21Fix T101974: Potential memoryleak GHOST_WindowWayland.newDrawingContextEdward
2022-10-21Cycles: Bump versions of DPC++, IGC, and dependenciesSergey Sharybin
2022-10-21GHOST/Wayland: code comments, minor improvementsCampbell Barton
2022-10-20Cycles: replace (tm) with unicode equivalent in UIXavier Hallade
2022-10-20Cleanup: compiler warningsBrecht Van Lommel
2022-10-20Fix missing free in 8a43bfd8fd8d08438c5cc58befdf3e661aa17297Campbell Barton
2022-10-20GHOST/Wayland: refactor copy/paste buffer storageCampbell Barton
2022-10-20GHOST/Wayland: primary clipboard supportCampbell Barton
2022-10-20GHOST/Wayland: skip redundant strlen() sending the clipboardCampbell Barton
2022-10-20Cleanup: correct prefix for internal wayland utility functionCampbell Barton
2022-10-20Cleanup: formatCampbell Barton
2022-10-20GHOST/Wayland: correct assert from recent commitCampbell Barton
2022-10-20Fix T94136: Cycles: No Hair Shadows with Transparent BSDFLukas Stockner
2022-10-20Fix T93382: Blender still generates subsurface render passesLukas Stockner
2022-10-20GHOST/Wayland: update code comment for Gnome-Shell workaroundCampbell Barton
2022-10-20GHOST/Wayland: clear data source pointer when canceledCampbell Barton
2022-10-20Cleanup: use 'wl_' prefix for data_sourceCampbell Barton
2022-10-19Fix macOS build error after recent changes to enable Intel GPUsBrecht Van Lommel
2022-10-19Cycles: Allow Intel GPUs under MetalMorteza Mostajab
2022-10-19Cycles: oneAPI: fix clean Windows ninja buildsXavier Hallade
2022-10-19Cycles: oneAPI: preload kernels only when not using prebuilt binariesXavier Hallade
2022-10-19Cycles: oneAPI: include sycl/sycl.hpp instead of CL/sycl.hppXavier Hallade
2022-10-19Cycles: oneAPI: fix check_usm for debug buildsXavier Hallade
2022-10-19Cycles: oneAPI: fix MSVC_TOOLS_DIR for some build environmentsXavier Hallade
2022-10-19Blender: Add command line argument to switch gpu backends.Jeroen Bakker
2022-10-19GHOST/Wayland: invert touch-pad scrollingCampbell Barton
2022-10-19GHOST/Wayland: only prioritize discrete scroll for mouse wheel eventsCampbell Barton
2022-10-19Cleanup: CMake include pathsCampbell Barton
2022-10-19Fix error in 30d9a6245f892492188318e92b85083ef8b301f2Campbell Barton
2022-10-19GHOST/Wayland: support high resolution 2D track-pad scroll eventsCampbell Barton
2022-10-19GHOST/Wayland: add listener for touch events (no touch support yet)Campbell Barton
2022-10-19Cleanup: remove NDOF_BUTTON_NONE from the range of usable buttonsCampbell Barton
2022-10-19Cleanup: use '_' suffix for private members for NDOF ManagerCampbell Barton
2022-10-19GHOST/NDOF: various minor changes to NDOF managerCampbell Barton
2022-10-19Cleanup: remove the last button from NDOF button enum valuesCampbell Barton
2022-10-19Fix T101866: Incorrect buttons for space-mouse enterpriseCampbell Barton
2022-10-18Fix T101529: Blender crashes when using Path GuidingSebastian Herholz
2022-10-18NDOF: use logging for GHOST so users can enable event loggingCampbell Barton
2022-10-17Fix T101850: Cycles DDS oversaturation when alpha is in useAras Pranckevicius
2022-10-17Fix T99565: Cycles reading TGA files with alpha different than BlenderBrecht Van Lommel
2022-10-17Cleanup: correct doc-string & remove unused defineCampbell Barton