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
2015-06-27Cycles: Rework the way how OpenCL devices are createdSergey Sharybin
2015-06-24Cleanup: warningsCampbell Barton
2015-06-18Cycles: Don't show devices which does not support OpenCL 1.1 in the menuSergey Sharybin
2015-06-17Cycles: Fix wrong numbering of OpenCL devices when some of them are skippedSergey Sharybin
2015-06-08Cycles: Move requested feature conversion to an own functionSergey Sharybin
2015-06-08Cycles: Remove round-up trickery for max closure in split OpenCL kernelSergey Sharybin
2015-06-08Cycles: Make hair, object and motion blur selective compiled into OpenCLSergey Sharybin
2015-06-05Cycles: Initial support for OpenCL capabilities reportsSergey Sharybin
2015-06-01Cycles: Strip meaningless empty output form the MVidia OpenCL compilerSergey Sharybin
2015-06-01Cycles: Report build flags used for the OpenCL kernel compilationSergey Sharybin
2015-05-26Fix T44831: Crash when using Intel OpenCL with split kernelSergey Sharybin
2015-05-25Fix T44830, wrong sample progress number when using split device.Thomas Dinges
2015-05-22Cycles: Restructure kernel files organizationSergey Sharybin
2015-05-22Cycles: Remove TM / R and whitespace from OpenCL device names.Thomas Dinges
2015-05-21Cycles: CYCLES_OPRNCL_DEBUG now affects on split kernel as wellSergey Sharybin
2015-05-21Cycles: Restore some lost custom cflags passed to the kernel compilationSergey Sharybin
2015-05-20Cycles: Cleanup, synchronize name across file name, program and kernel namesSergey Sharybin
2015-05-20Cycles: Simplify code around kernel loadingSergey Sharybin
2015-05-17Cycles: Enable advanced shading on AMD / OpenCL.Thomas Dinges
2015-05-17Cleanup: Typos, typos everywhere. :DThomas Dinges
2015-05-17Cleanup: typosCampbell Barton
2015-05-15Cleanup: style, spellingCampbell Barton
2015-05-15Cycles: Pass __KERNEL_EXPERIMENTAL__ to OpenCL split kernelsSergey Sharybin
2015-05-15Cycles: Pass device compute capabilities to kernel via build optionsSergey Sharybin
2015-05-15Cycles: Cleanup, move build options string calculation into the device classSergey Sharybin
2015-05-14Cycles: Enable object motion blur on Intel OpenCL platformSergey Sharybin
2015-05-14Cycles: Various fixesSergey Sharybin
2015-05-14Cycles: Remove meaningless ifdef checks for features in device_openclSergey Sharybin
2015-05-13Cycles: Cleanup: use generic utility function to set kernel argumentsSergey Sharybin
2015-05-13Cycles: Inline sizeof of elements needed for the split kernelSergey Sharybin
2015-05-10Cycles: Correction to opencl whitelist checkSergey Sharybin
2015-05-09Cycles: Only whitelist AMD GPU devices in the OpenCL sectionSergey Sharybin
2015-05-09Cycles: OpenCL kernel splitGeorge Kyriazis
2015-04-10Cycles: Add some statistics loggingSergey Sharybin
2015-03-27Cycles: Code cleanup, spaces around keywordsSergey Sharybin
2015-03-27Cycles: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-01-06Cycles: Repot CPU and CUDA capabilities to system info operatorSergey Sharybin
2015-01-02Cycles: Fix compilation error on AVX platforms with -arch-nativeSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-10-05Cycles: Make OpenCL folks happy to use __KERNEL_DEBUG__Sergey Sharybin
2014-09-04Fix wrong track of the memory when doing device vector resize before freeing itSergey Sharybin
2014-08-19Fix T41471 Cycles Bake: Setting small tile size results in wrong bake with st...Dalai Felinto
2014-08-09Cycles OpenCL error to string removed in favour of the same function in clew.Martijn Berger
2014-08-05Deduplicate CUDA and OpenCL wranglersSergey Sharybin
2014-07-25Cycles Bake: show progress bar during bakeDalai Felinto
2014-06-06Fix T40370: cycles CUDA baking timeout with high number of AA samples.Brecht Van Lommel
2014-05-27Fix T40379: world MIS causing too much CUDA memory usage.Brecht Van Lommel
2014-05-04Style cleanup: indentation, bracesCampbell Barton
2014-05-03Code cleanup: style, require ; for cuda_assert, opencl_assertCampbell Barton
2014-05-03Code cleanup: Add -Werror=float-conversion to CyclesCampbell Barton