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
2014-05-10Fix T40119, CUDA Toolkit version mismatchThomas Dinges
2014-05-04Style cleanup: indentation, bracesCampbell Barton
2014-05-03Code cleanup: style, require ; for cuda_assert, opencl_assertCampbell Barton
2014-05-03Cycles: CUDA changes for kernel evaluation cancelBrecht Van Lommel
2014-05-03Cycles BakeDalai Felinto
2014-05-03Code cleanup: Add -Werror=float-conversion to CyclesCampbell Barton
2014-04-30Cycles CUDA: make CUDA toolkit 6.0 the official supported version.Brecht Van Lommel
2014-04-21Cleanup: Remove OpenCL __MULTI_CLOSURE__ sanity check, not needed anymore aft...Thomas Dinges
2014-04-17Cycles CUDA: don't use cuLaunchGridAsync at all for display devices.Brecht Van Lommel
2014-04-17Cycles CUDA: only do async execution for GPUs not used for display.Brecht Van Lommel
2014-04-16Fix another compile error with recent commit on visual studio.Brecht Van Lommel
2014-04-16Cycles CUDA: enabled branched path kernel again, with more registers.Brecht Van Lommel
2014-04-16Cycles code refactor: use __launch_bounds__ instead of -maxrregcount for CUDA.Brecht Van Lommel
2014-04-09Cycles / CUDA: Increase sm_2x registers to 40.Thomas Dinges
2014-04-07OpenCL Change opencl_assert to be more like cuda assert where possible.Martijn Berger
2014-04-04Cycles: Disable Branched Path on all GPUs for now, until we separate the cubins.Thomas Dinges
2014-03-29Cycles code internals: add CPU kernel support for 3D image textures.Brecht Van Lommel
2014-03-27Cycles: Raise a proper error message when using Branched Path on sm_30, this ...Thomas Dinges
2014-03-26Fix T39420: Cycles viewport/preview flickers, when moving mouse across editorsSergey Sharybin
2014-03-19Fix T39247Martijn Berger
2014-03-08Add support for multiple interpolation modes on cycles image texturesMartijn Berger
2014-03-06Cuda use streams and async to avoid busywaitingMartijn Berger
2014-02-19Cycle CUDA: revert the f1aeb2ccf4 and 84f958754 busywait fixes for now.Brecht Van Lommel
2014-02-17this is an attempted Fix: T38679Martijn Berger
2014-02-06Cycles Network rendering, remove some exception throwing, replace with saner ...Martijn Berger
2014-01-28Cuda use streams and async to avoid busywaitingMartijn Berger
2014-01-16Cycles: Add an AVX kernel for CPU rendering.Thomas Dinges
2014-01-15Code cleanup: move half float functions to separate header file.Brecht Van Lommel
2014-01-15Cycles: Build SSE41 kernel per default, remove build option. This hopefully a...Thomas Dinges
2014-01-14Cycles: Skip the compilation of the dedicated SSE2 kernel on x86-64, we can a...Thomas Dinges
2014-01-11Fix T37817: cycles CUDA detection problem on Windows with non-ascii paths.Brecht Van Lommel
2014-01-06Code cleanup / Cycles: else/if for SSE41 kernel functions.Thomas Dinges
2013-12-24Cycles / OpenCL: Let the OpenCL runtime determine its optimal work-group size...Thomas Dinges
2013-12-17Cycles / OpenCL: Fix compile error on OS XThomas Dinges
2013-12-07Cycles: network render code updated for latest changes and improvedMartijn Berger
2013-11-22Cycles: test code for sse 4.1 kernel and alignment for some vector types.Martijn Berger
2013-10-26spelling: use American spelling for canceledCampbell Barton
2013-10-19Fix #37134: cycles viewport not displaying correct with multi GPU renderBrecht Van Lommel
2013-10-12Fix #37002: cycles viewport render shows white on old graphics cards with noBrecht Van Lommel
2013-10-08Cycles / CUDA:Thomas Dinges
2013-10-02Fix cycles OpenCL compile error on AMD, and fix assert in debug builds.Brecht Van Lommel
2013-09-30Fix #36873: cycles opencl render status show negative sample count.Brecht Van Lommel
2013-09-27Fix #35684: cycles unable to use full 6GB of memory on NVidia Titan GPU. We nowBrecht Van Lommel
2013-09-04Code cleanup / Cycles:Thomas Dinges
2013-08-31Cycles: viewport render now takes scene color management settings into account,Brecht Van Lommel
2013-08-31Fix #36137: cycles render not using all GPU's when the number of GPU's is largerBrecht Van Lommel
2013-08-23Cycles: more code refactoring to rename things internally as well. Also changeBrecht Van Lommel
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-08-10Cycles:Thomas Dinges
2013-08-09Cycles / Non-Progressive integrator:Thomas Dinges