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-26replace GLEW with libepoxytemp-libepoxyCampbell Barton
2022-07-15Cycles: refactor rays to have start and end distance, fix precision issuesBrecht Van Lommel
2022-07-15Fix Cycles MetalRT error after recent specialization changesBrecht Van Lommel
2022-07-15Cleanup: compiler warningBrecht Van Lommel
2022-07-15Cycles: generalize shader sorting / locality heuristic to all GPU devicesBrecht Van Lommel
2022-07-15Cycles: Apple Silicon optimization to specialize intersection kernelsMichael Jones
2022-07-15Cycles: keep track of SVM nodes used in kernelsMichael Jones
2022-07-15Cycles: refactor to move part of KernelData definition to template headerBrecht Van Lommel
2022-07-15Render: camera depth of field support for armature bone targetsDamien Picard
2022-07-15Cleanup: make formatBrecht Van Lommel
2022-07-15GHOST/Wayland: partial support for updating the UI scaleCampbell Barton
2022-07-15GHOST/Wayland: fix error setting the cursor scaleCampbell Barton
2022-07-14Fix Cycles MNEE wrong results with area light spreadOlivier Maury
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