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-14Cleanup: replace state flow macros in the kernel with functionsBrecht Van Lommel
2022-07-14Cycles: add presets to the Performance panelBrecht Van Lommel
2022-07-14Cycles: Improve cache usage on Apple GPUs by chunking active indicesMichael Jones
2022-07-14Cleanup: spelling in commentsCampbell Barton
2022-07-14Cleanup: clang-tidy changes to GHOST_SystemX11Campbell Barton
2022-07-14GHOST: remove redundant ascii argument to GHOST_EventKeyCampbell Barton
2022-07-14GHOST/X11: avoid redundant utf8 text lookups for release eventsCampbell Barton
2022-07-14GHOST/X11: Quiet warning about key-release events having their utf8 setCampbell Barton
2022-07-14Cleanup: update & correct comments for event handlingCampbell Barton
2022-07-14WM: Remove ASCII members from wmEvent & GHOST_TEventKeyDataCampbell Barton
2022-07-14GHOST/SDL: pass in utf8 buffer for keyboard eventsCampbell Barton
2022-07-14GHOST/SDL: add support for the key repeat flagCampbell Barton
2022-07-12Cycles: Make not-compact BVH the default for embreeXavier Hallade
2022-07-12Cycles: fix and enable JIT oneAPI CentOS7 builds for drivers 23570+Xavier Hallade
2022-07-11Fix T99218: light group add button should be disabled when name is emptyBrecht Van Lommel
2022-07-11Cleanup: remove unused GHOST function getAnyModifiedState.Campbell Barton
2022-07-09Fix cursor display size with tablet input in GHOST/WaylandCampbell Barton
2022-07-09Cleanup: split out wl_buffer creation into a utility functionCampbell Barton
2022-07-09Cleanup: remove buffer_t in GHOST/WaylandCampbell Barton
2022-07-09Cleanup: split memfd_create into it's own function for WaylandCampbell Barton
2022-07-09Fix resource leaks setting custom cursors in WaylandCampbell Barton
2022-07-08Curves: use consistent default radius for Cycles, Eevee, Set Curve Radius nodeBrecht Van Lommel
2022-07-08Cycles: enable oneAPI in Linux release buildsXavier Hallade
2022-07-08GHOST/Wayland: add logging for listener handlersCampbell Barton
2022-07-08GHOST: use ELEM/ARRAY_SIZE/UNPACK macros to avoid repetitionCampbell Barton
2022-07-08GHOST: add GHOST_utildefinesCampbell Barton
2022-07-07GHOST: initialize grab axis for windowsCampbell Barton
2022-07-07Cleanup: use arguments for internal wayland cursor grabbingCampbell Barton
2022-07-06Cycles oneAPI: Remove direct dependency on Level-ZeroXavier Hallade
2022-07-06Cleanup: fix comments in oneAPI kernel.cppXavier Hallade
2022-07-06Cycles: Improve an occupancy for Intel GPUsNikita Sirgienko
2022-07-06GHOST/Wayland: support dynamic loading libraries for WaylandCampbell Barton
2022-07-06Cleanup: declare local variables staticCampbell Barton
2022-07-06Cleanup: spelling in commentsCampbell Barton
2022-07-01Fix crash with window decorations (libdecor) in WaylandCampbell Barton
2022-07-01Cleanup: rename internal cursor grabbing functionCampbell Barton
2022-07-01Cycles: fix support for multiple Intel GPUsXavier Hallade
2022-07-01Cleanup: add missing license headers in Cycles oneAPI implementationXavier Hallade
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