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
AgeCommit message (Expand)Author
2018-06-12Merge branch 'master' into blender2.8Bastien Montagne
2018-06-12Fix T55448: Typo in Cycles CUDA debug outputLukas Stockner
2018-05-02Merge branch 'master' into blender2.8Campbell Barton
2018-04-29Cycles: Cleanup: Remove double semicolonsLukas Stockner
2018-04-24OpenGL: Remove remaining instances of GL_RGBA16F_ARB.Clément Foucault
2018-04-04Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-04Fix T54400: Some GCN 1 cards available to select for use with CyclesMai Lavelle
2018-02-18Merge branch 'master' into blender2.8Campbell Barton
2018-02-18Cycles: tweak CUDA messages and avoid build errors with existing sm_2x configs.Brecht Van Lommel
2018-02-18Code cleanup: remove some more unused code after recent CUDA changes.Brecht Van Lommel
2018-02-18Cycles: Remove Fermi texture code.Thomas Dinges
2018-02-17Cycles: Remove Fermi support from CMake and update runtime checks in device_c...Thomas Dinges
2018-02-07Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-07Update CUEW to latest versionBrecht Van Lommel
2018-02-06Merge branch 'master' into blender2.8Campbell Barton
2018-02-06Fix T54001: AMD OpenCL fails with certain resolutions, after recent changes.Brecht Van Lommel
2018-02-04Merge branch 'master' into blender2.8Campbell Barton
2018-02-04msvc: Use source folder structure for project file.Ray Molenkamp
2018-02-03cycles: Add an nvrtc based cubin cli compiler.Ray Molenkamp
2018-01-30Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-29Fix Cycles allocating too much device memory, after recent memory refactoring.Brecht Van Lommel
2018-01-23Merge branch 'master' into blender2.8Brecht Van Lommel
2018-01-23Fix Cycles assert when resizing rendererd viewport.Brecht Van Lommel
2018-01-23Merge branch 'master' into blender2.8Campbell Barton
2018-01-22Cycles: Replace use_qbvh boolean flag with an enum-based propertySergey Sharybin
2018-01-19Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2018-01-19Cycles: Make it more proper check on vectorization flags from DebugFlagsSergey Sharybin
2018-01-19Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2018-01-19Cycles: Cleanup, stop using debug flags in system utilitiesSergey Sharybin
2018-01-19Cycles: Remove unneeded include statementsSergey Sharybin
2018-01-19Fix T53830: Cycles OpenCL debug assert on macOS,Brecht Van Lommel
2018-01-11Merge branch 'master' into blender2.8Campbell Barton
2018-01-11Fix issue with moving CUDA memory to host and multiple devices.Brecht Van Lommel
2018-01-11Fix T53692: OpenCL multi GPU rendering not using all GPUs.Brecht Van Lommel
2018-01-03Merge branch 'master' into blender2.8Campbell Barton
2018-01-03Cycles: CUDA support for rendering scenes that don't fit on GPU.Brecht Van Lommel
2018-01-03Cycles: make CUDA code a bit more robust to host/device alloc failures.Brecht Van Lommel
2017-12-21Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-20Cycles: Cleanup, indentationSergey Sharybin
2017-12-06Merge branch 'master' into blender2.8Campbell Barton
2017-12-06Cycles: Fix constness for load_kernels in device_cpu.cppLukas Stockner
2017-11-30Merge branch 'master' into blender2.8Campbell Barton
2017-11-30Cycles: Improve denoising speed on GPUs with small tile sizesLukas Stockner
2017-11-24Fix unneeded legacy OpenGL call in Cycles viewport drawing.Brecht Van Lommel
2017-11-19Merge branch 'master' into blender2.8Julian Eisel
2017-11-17Cycles: Add per-tile render time debug passLukas Stockner
2017-11-13Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-11-12Fix T53289: CUDA missing textures not showing pink, after recent changes.Brecht Van Lommel
2017-11-11Cycles: Set error if a split kernel fails to loadMai Lavelle
2017-11-10Merge branch 'master' into blender2.8Bastien Montagne