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-14Cycles: refactor to move part of KernelData definition to template headerarcpatch-D14645Michael Jones
2022-07-14Cycles: keep track of SVM nodes used in kernelsBrecht Van Lommel
2022-07-14Cycles: refactor to move part of KernelData definition to template headerBrecht Van Lommel
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
2022-06-23Cycles: Add diagnostic tracing of MTLLibrary compilation timeMichael Jones
2022-06-23Fix key repeat continuing after a window loses focus for GHOST/WaylandCampbell Barton
2022-06-23Fix key repeat behavior for GHOST/WaylandCampbell Barton
2022-06-23Cycles: Tidy of KernelData patchup codeMichael Jones
2022-06-23Cycles: Distinguish Apple GPUs by core countMichael Jones
2022-06-22Fix T99078: Crash closing the file selector in WaylandCampbell Barton
2022-06-21Cleanup: use full names for generated wayland headers, use own directoryCampbell Barton
2022-06-21Fix error in GHOST_ASSERT under WaylandCampbell Barton
2022-06-20Cleanup: renaming and consistency for kernel dataBrecht Van Lommel
2022-06-20Cleanup: avoid duplicate lookups when setting the cursorCampbell Barton
2022-06-20Fix setting the custom cursor for Hi-DPI displays in WaylandCampbell Barton
2022-06-20GHOST/Wayland: refactor cursor handling & fix errors hiding the cursorCampbell Barton
2022-06-18GHOST/Wayland: implement getAllDisplayDimensionsCampbell Barton
2022-06-18Fix initial window size being scaled down for Hi-DPI displays in WaylandCampbell Barton
2022-06-18GHOST/Wayland: support displaying custom software cursorsCampbell Barton
2022-06-18Fix crash in wayland when closing a windowCampbell Barton
2022-06-18Fix T98793: Wayland clamps cursor movement fails with gnome-shellCampbell Barton
2022-06-18GHOST: add GHOST_Rect.clampPoint methodCampbell Barton
2022-06-17Cleanup: add verbose logging category names instead of numbersBrecht Van Lommel
2022-06-17Cleanup: replace uint4 by AttributeMap structBrecht Van Lommel
2022-06-17Fix T98944: Uninitialized XRFrameState can prevent VR/OpenXR viewingPeter Kim
2022-06-17GHOST/Wayland: skip cursor surface operations when hiding the cursorCampbell Barton
2022-06-17Cleanup: use booleans for GHOST C-APICampbell Barton
2022-06-17Cleanup: clang-tidy for GHOSTCampbell Barton
2022-06-17Cleanup: spelling in commentsCampbell Barton
2022-06-16GHOST/Wayland: workaround inability to access window positionCampbell Barton
2022-06-16Fix memory leak plugging in new keyboards in waylandCampbell Barton
2022-06-16Cleanup: return const vector for system & window outputs() methodCampbell Barton
2022-06-16Fix error selecting the window scale in waylandCampbell Barton
2022-06-16GHOST/Wayland: acquire locks before freeing data on exitCampbell Barton
2022-06-16Fix missing free for drag & drop data with GHOST/WaylandCampbell Barton
2022-06-16GHOST/Wayland: account for fractional scale when picking the outputCampbell Barton
2022-06-15Cleanup: remove redundant key entry from key_repeat_payload_tCampbell Barton
2022-06-15Cleanup: internalize struct members for internal wayland typesCampbell Barton
2022-06-15GHOST/Wayland: add NULL pointer checks on window accessCampbell Barton
2022-06-15Cleanup: avoid static_cast when accessing wayland windowsCampbell Barton
2022-06-15Cleanup: various minor changes to wayland internal conventionsCampbell Barton