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-10-08Cycles: Cleanup, whitespace around keywordsSergey Sharybin
2015-09-24Cleanup: Typo fixes in OpenCL log messages.Thomas Dinges
2015-08-23Cleanup: spelling/styleCampbell Barton
2015-08-11Cycles: Enable some extra debug prints for OpenCL kernel loadingSergey Sharybin
2015-07-28Cycles: Prepare for more image extension types supportSergey Sharybin
2015-07-23Fix T45381: Crash Blender 2.75 in Win7 x64 AMD cardSergey Sharybin
2015-07-19Fix T45484: Regression OpenCL split: access violationSergey Sharybin
2015-07-18Cycles; Make baking a feature-specific optionSergey Sharybin
2015-07-18Cycles: Use feature-selective base kernel compilation when using split kernelSergey Sharybin
2015-07-18Cycles: Some cleanup if OpenCL base kernel load_kernel()Sergey Sharybin
2015-07-18Cycles: Make OpenCL cache follow out code style a bit closerSergey Sharybin
2015-07-15Cycles: Merging of patch from OSX went wrong in the previous changeSergey Sharybin
2015-07-15Cycles: Missed this in the previous commitSergey Sharybin
2015-07-15Cycles: Enable OpenCL rendering on Apple OSXSergey Sharybin
2015-07-14Cycles: Add logging to detected OpenCL platforms and devicesSergey Sharybin
2015-07-07Cycles: Add debug print about CLEW initialization statusSergey Sharybin
2015-07-07Cycles: Add an option to force disable all OpenCL devicesSergey Sharybin
2015-07-03Cycles: Code cleanup, double semicolonSergey Sharybin
2015-07-03Cycles: Error enqueueing split kernels should no longer cause infinite loopSergey Sharybin
2015-07-01Cycles: Fix zero-size buffer allocation with OpenCL devicesSergey Sharybin
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