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-07-01GHOST/Wayland: map additional cursors from GHOST_TStandardCursorCampbell Barton
2022-07-01Fix un-grab cursor positioning failing for WaylandCampbell Barton
2022-07-01Fix crash when creating an off-screen context fails in WaylandCampbell Barton
2022-07-01Fix accessing windows from surfaces in WaylandCampbell Barton
2022-07-01Cleanup: group public utility functions for Wayland System/WindowCampbell Barton
2022-06-30Fix broken Cycles performance benchmark after recent logging changesBrecht Van Lommel
2022-06-30Cleanup: fix compiler warningsBrecht Van Lommel
2022-06-30Cycles: add more math functions for float4Andrii Symkin
2022-06-30GHOST/Wayland: clarify window access from surfacesCampbell Barton
2022-06-30GHOST/Wayland: use flush instead of roundtripCampbell Barton
2022-06-30Fix key/dnd event handling accessing freed memory under WaylandCampbell Barton
2022-06-30Fix accessing cursor position for GHOST/WaylandCampbell Barton
2022-06-30GHOST: get/set cursor position now uses client instead of screen coordsCampbell Barton
2022-06-30Fix memory leak with off-screen buffers under WaylandCampbell Barton
2022-06-30Cleanup: declare GHOST/Wayland methods constCampbell Barton
2022-06-30Cleanup: formatCampbell Barton
2022-06-30Cleanup: spelling in commentsCampbell Barton
2022-06-29Cycles: Add support for rendering on Intel GPUs using oneAPIXavier Hallade
2022-06-29GHOST/Wayland: quiet warning with empty title with libdecorCampbell Barton
2022-06-29GHOST/Wayland: support older output manager (for Weston support)Campbell Barton
2022-06-29Mantaflow: disable call to MANTA::terminateMantaflowCampbell Barton
2022-06-29Mantaflow: call MANTA::terminateMantaflow on exitCampbell Barton
2022-06-29Cleanup: spelling in commentsCampbell Barton
2022-06-28Fix Cycles assert with mix weights outside of 0..1 rangeBrecht Van Lommel
2022-06-28Cycles: enable Vega GPU/APU supportSayak Biswas
2022-06-28Cleanup: replace magic number with define for scan-code/key-code offsetCampbell Barton
2022-06-28GHOST/Wayland: avoid creating a keyboard-state each key press/releaseCampbell Barton
2022-06-28Fix T96170: keys mis-mapped with NeoQwertz layout under WaylandCampbell Barton
2022-06-28Cleanup: group wayland event codes in their own doxy sectionCampbell Barton
2022-06-28Fix T99202: AccentGrave key doesn't work with WaylandCampbell Barton
2022-06-28GHOST: only use GHOST_PRINT when WITH_GHOST_DEBUG is enabledCampbell Barton
2022-06-27Fix broken build on macOS after recent changesBrecht Van Lommel
2022-06-27Cleanup: rename misleading/inconsistent GHOST typesCampbell Barton
2022-06-27Cleanup: spelling in commentsCampbell Barton
2022-06-27GHOST/Wayland: Add a build time option for DBUS, disable by defaultCampbell Barton
2022-06-27GHOST/Wayland: set the minimum window size with libdecorCampbell Barton
2022-06-27GHOST/Wayland: split pointer/tablet state into separate structsCampbell Barton
2022-06-24Cycles: stop Metal rendering on command buffer errorBrecht Van Lommel
2022-06-24GHOST/Wayland: support client-side window decorationsChristian Rauch
2022-06-24Fix T98427: Crash adding quick effects smoke from PythonCampbell Barton
2022-06-24GHOST/Wayland: support for cursor warp with hidden/wrapped grab enabledCampbell Barton
2022-06-24Cleanup: add C++ compatible WL_ARRAY_FOR_EACH macroCampbell Barton
2022-06-24Cleanup: remove unused cursor struct members in GHOST/WaylandCampbell Barton
2022-06-24Cleanup: use const arguments for GHOST/WaylandCampbell Barton
2022-06-24GHOST: use GHOST_ASSERT for non-release buildsCampbell Barton
2022-06-24Docs: correct GHOST_TimerProcPtr time doc-stringCampbell Barton
2022-06-24Fix outdated pressure/tilt for tablet motions events under GHOST/WaylandCampbell Barton
2022-06-23Cleanup: make formatBrecht Van Lommel
2022-06-23Cyles: switch primitive.h inline hints to forceinlineXavier Hallade
2022-06-23Cycles: unify math functions namesAndrii Symkin