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-05-05Cycles: Fix access array index of -1 in SSS and volume split kernelsSergey Sharybin
2017-05-05Cycles: Cleanup, indentationSergey Sharybin
2017-05-05Cycles: Split kernel SSS & Volume data definitions cleanupHristo Gueorguiev
2017-05-05Cycles: Workaround for AMD GPU OpenCL compilerHristo Gueorguiev
2017-05-03Cycles: Split kernel - sort shadersHristo Gueorguiev
2017-05-03Cycles: Fix OpenCL compilation failure after recent color changesSergey Sharybin
2017-05-03Cycles: Simplify code in SVM image by using new utility functionSergey Sharybin
2017-05-02Cycles: Branched path tracing for the split kernelMai Lavelle
2017-05-02Cycles: Fix missing type declaration in OpenCL imageSergey Sharybin
2017-04-28Cycles: De-duplicate bit magic for decoding image options in OpenCL kernelSergey Sharybin
2017-04-28Revert "Cycles: Fix image textures were completely broken since recent unlimi...Sergey Sharybin
2017-04-28Cycles: Cleanup, spelling and bracesSergey Sharybin
2017-04-28Cycles: Fix image textures were completely broken since recent unlimited text...Sergey Sharybin
2017-04-28Cycles: Cleanup, indentation in preprocessorSergey Sharybin
2017-04-28Cycles: Cleanup, indentaiton and trailing whitespace and wrappingSergey Sharybin
2017-04-27Cleanup: Some style and code tweaks to Image Code after changes.Thomas Dinges
2017-04-27Unlimited number of textures for CyclesStefan Werner
2017-04-26Cycles: Enable Correlated Multi Jitter for OpenCL and split kernelMai Lavelle
2017-04-25Workaround for AMD GPU OpenCL compiler.Hristo Gueorguiev
2017-04-25Cycles: Cleanup, mainly line length in random moduleSergey Sharybin
2017-04-25Cycles: Split vectorized math utilities to a dedicated filesSergey Sharybin
2017-04-25Cycles: Split vectorized types into separate filesSergey Sharybin
2017-04-24Cycles: Remove re-hashing done in BPT volume codeSergey Sharybin
2017-04-24Cycles: Cleanup, space after keywordSergey Sharybin
2017-04-21Cycles: Solve speed regression of classroom scene after principled commitSergey Sharybin
2017-04-21Cycles: Cleanup, indentation in preprocessorSergey Sharybin
2017-04-21Cycles: Cleanup, indentation inside preprocessorSergey Sharybin
2017-04-21Cycles: Fix regression in SSS rendering after principled commitSergey Sharybin
2017-04-21Cycles: Cleanup, indentation of commentSergey Sharybin
2017-04-18Cleanup: missing headersCampbell Barton
2017-04-18Squashed commit of the following:Pascal Schoen
2017-04-18Cycles: Cleanup, styleSergey Sharybin
2017-04-13Cycles: Make vectorized types constructor from register explicitSergey Sharybin
2017-04-11Cycles: Fix the AO replacement option in the split kernelLukas Stockner
2017-04-10Cycles: Workaround cubic volume filtering crashing on LinuxSergey Sharybin
2017-04-10Cycles: Fix compilation error of AVX2 kernels with SSE optimization disabledSergey Sharybin
2017-04-10Cycles: Cleanup, indentation and trailing whitespaceSergey Sharybin
2017-04-08Cycles: Fix building of CUDA kernels with compilers where C++11 is disabledMai Lavelle
2017-04-07Cycles: Fix compilation error with certain CUDA and host compiler configurationSergey Sharybin
2017-04-07[Cycles/msvc] Get cycles_kernel compile time under control.lazydodo
2017-04-07Cycles: Change work pool and global size of split CPU for easier debuggingMai Lavelle
2017-04-07Cycles: Fix indentationMai Lavelle
2017-03-30Fix T51051: Incorrect render on 32bit LinuxSergey Sharybin
2017-03-29Cycles: Attempt to work around compilation errors of CUDA on sm_2xSergey Sharybin
2017-03-29Cycles: Cleanup, indentationSergey Sharybin
2017-03-29Cycles: Remove toolkit-specific workaround from kernelSergey Sharybin
2017-03-29Cycles: Fix compilation error with visibility flag disabledSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-28Cycles: Switch to reformulated Pluecker ray/triangle intersectionSergey Sharybin
2017-03-27Cleanup: Resolve todo in CUDA voxel image code.Thomas Dinges