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
2017-01-20Cycles: Enable SSE math optimization for AVX kernelsSergey Sharybin
2017-01-20Cycles: OpenCL 3d textures support.Hristo Gueorguiev
2017-01-20Fix build error with WITH_CYCLES_NATIVE_ONLY and recent AVX2 changes.Brecht Van Lommel
2017-01-20Cycles: Enable SSE options of math module for AVX2 kernelsSergey Sharybin
2016-08-11Cycles: Change code order for Image Data Types.Thomas Dinges
2016-07-18Fix Cycles kernel build without render passes support.Brecht Van Lommel
2016-07-11Cycles: Move BVK kernel files to own directorySergey Sharybin
2016-06-19Cycles: reduce CUDA stack memory access for Maxwell and up, increasing max re...Brecht Van Lommel
2016-06-19Cycles: Support half and half4 textures.Thomas Dinges
2016-05-27Cleanup: Shorten texture variables, tex and image was kinda redundant.Thomas Dinges
2016-05-20Cycles: Fix long compile time with MSVC.Thomas Dinges
2016-05-12Cycles: Add support for single channel byte textures.Thomas Dinges
2016-05-11Cycles: Add support for single channel float textures on CPU.Thomas Dinges
2016-05-09Cleanup: Avoid duplicative defines for CPU textures, use the ones from util_t...Thomas Dinges
2016-05-09Cleanup: More byte -> byte4 renaming for consistency.Thomas Dinges
2016-05-07Some fixes for CUDA runtime compile:Thomas Dinges
2016-05-06Cleanup: Rename texture slots to float4 and byte, to distinguish from future ...Thomas Dinges
2016-03-25Cycles: Add an option to build single kernel only which fits current CPUSergey Sharybin
2016-03-25Cycles: Cleanup, indent nested preprocessor directivesSergey Sharybin
2016-02-28Cycles: Fix compilation error of certain OpenCL split kernelsSergey Sharybin
2016-02-17Fix OpenCL kernel build errors after recent 3D texture changes.Brecht Van Lommel
2016-02-05Cycles: ifdef some extra code when building split kernelsSergey Sharybin
2016-01-30Cycles: Cleanup of OpenCL split kernel routinesSergey Sharybin
2016-01-29Cycles: Remove code which was commented out for ages nowSergey Sharybin
2016-01-29Cycles: Remove some unused variables from split kernel functionSergey Sharybin
2016-01-28Cycles: Remove few function arguments needed only for the split kernelSergey Sharybin
2016-01-28Cycles: Make kernel compilable for 3.7 compute capabilitySergey Sharybin
2016-01-15Cycles-Bake: Custom Baking passesDalai Felinto
2016-01-07Cycles: Refactor how we pass bounce info to light path node.Thomas Dinges
2016-01-04Remove SCons building systemSergey Sharybin
2015-12-30Cycles: Optionally output luminance from the shader evaluation kernelSergey Sharybin
2015-12-30Cycles: Deduplicte CPU kernel declaration and definition codeSergey Sharybin
2015-12-07Add support for compiling the cuda kernel on the Nvidia Jetson TX1Martijn Berger
2015-11-01Cycles: Partially revert previous commitSergey Sharybin
2015-11-01Cycles: Remove unused argument from the split kernel functionsSergey Sharybin
2015-11-01Cycles: Minor code style cleanupSergey Sharybin
2015-10-30Cycles: Fixes for few typos in OpenCL kernelSergey Sharybin
2015-10-29Cycles: OpenCL split kernel cleanup, move casts from .h files to .cl filesSergey Sharybin
2015-07-28Cycles: Prepare for more image extension types supportSergey Sharybin
2015-07-21Cycles: Expose image image extension mapping to the image managerSergey Sharybin
2015-07-18Cycles: Commit file missing from conditionally compiling baking kernelSergey Sharybin
2015-06-16Cycles: Move branched path tracking into own fileSergey Sharybin
2015-05-26Fix T44833: Can't use ccl_local space in non-kernel functionsSergey Sharybin
2015-05-22Cycles: Restructure kernel files organizationSergey Sharybin