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
2016-07-11Cycles: Use utility define for restrict pointersSergey Sharybin
2016-07-11Cycles: Cleanup, variables nameSergey Sharybin
2016-07-11Cycles: Add _all suffix to shadow traversal fileSergey Sharybin
2016-07-11Cycles: Move BVK kernel files to own directorySergey Sharybin
2016-07-10Cycles: Fix failed assert with isotropic Ashikhmin-Shirley distribution in th...Lukas Stockner
2016-07-08Fix T48808: Regression: Cycles OpenCL broken after Hair BVH commitSergey Sharybin
2016-07-07Cycles: Enable unaligned BVH builder for scenes with hairSergey Sharybin
2016-07-07Cycles: Implement unaligned nodes BVH traversalSergey Sharybin
2016-07-07Cycles: Implement unaligned nodes BVH builderSergey Sharybin
2016-07-07Cycles: Switch node address to absolute values in BVH treeSergey Sharybin
2016-07-07Cycles: Reduce memory usage by de-duplicating triangle storageSergey Sharybin
2016-07-07Cycles: Support visibility check for inner nodes of QBVHSergey Sharybin
2016-07-06Fix failing script_load_addons test after recent code cleanup.Brecht Van Lommel
2016-07-05Code cleanup: for Cycles compatible panels, use exclusion rather than inclusi...Brecht Van Lommel
2016-07-05Render border: make it work together with with cache result / save buffers / ...Brecht Van Lommel
2016-07-04Cycles: remove extended precision hacks, no longer needed with SSE2 requirement.Brecht Van Lommel
2016-07-03Fix T48783: OSL render errors after recent refactoring.Brecht Van Lommel
2016-07-02Fix use of uninitialized variable in Cycles OpenCL image textures.Brecht Van Lommel
2016-07-02Cleanup: comment blocksCampbell Barton
2016-07-02Fix Cycles OpenCL not taking Extend and Clip extension types into account.Thomas Dinges
2016-06-28Fix T48732: New GGX breaks OpenCL kernelSergey Sharybin
2016-06-27Cycles: Fix corner case of human readable number returning empty stringSergey Sharybin
2016-06-26Fix T48732 v2: New GGX breaks OpenCL kernelLukas Stockner
2016-06-25Cleanup/refactor RNA IDs' `remove` functions.Bastien Montagne
2016-06-25Fix T48732, OpenCL compile failure after Multiscatter GGX commit.Thomas Dinges
2016-06-23Cycles: Add multi-scattering, energy-conserving GGX as an option to the Gloss...Lukas Stockner
2016-06-23Cycles: Fix the Convert Node type registrationLukas Stockner
2016-06-22Cycles: Fix crash with Environment Texture and OSLLukas Stockner
2016-06-21Fix T48698: Rays from SSS act as diffuse for normal objects but have an undef...Lukas Stockner
2016-06-21Fix T48691: Cycles - OpenCL - HDR Image mapping does not match CUDA renderingLukas Stockner
2016-06-21Cycles: Deduplicate Vector and RGB Curve nodesLukas Stockner
2016-06-20Cycles: Add svm_util_color.h file to CMakeLukas Stockner
2016-06-19Cleanup: Remove todo comment, this is fine as is.Thomas Dinges
2016-06-19Cycles: add constant folding for more color operation nodes.Alexander Gavrilov
2016-06-19Fix issues with node deduplication in Cycles shader graph.Alexander Gavrilov
2016-06-19Fix Cycles RGB and Vector Curves node Fac handling.Alexander Gavrilov
2016-06-19Code refactor: small code simplification for Cycles constant folding.Brecht Van Lommel
2016-06-19Fix Cycles OSL image texture issue after recent refactor.Brecht Van Lommel
2016-06-19Cycles: reduce CUDA stack memory access for Maxwell and up, increasing max re...Brecht Van Lommel
2016-06-19Fix Cycles assert after recent half changes.Brecht Van Lommel
2016-06-19Fix return type in case of single channel half.Thomas Dinges
2016-06-19Cycles: Support half and half4 textures.Thomas Dinges
2016-06-18Fix broken combine XYZ node after recent refactoring.Brecht Van Lommel
2016-06-18Fix T48671: Cycles crash with OSL nodes and bump after recent refactoring.Brecht Van Lommel
2016-06-17Fix T46492: GGX distribution produces black pixelsSergey Sharybin
2016-06-17Fix T48657: Incorrect render with Cycles (CPU) using textureLukas Stockner
2016-06-14Cleanup: Remove outdated comment, visibility layers in kernel have been removed.Thomas Dinges
2016-06-13Fix typo in variable name as well.Thomas Dinges
2016-06-13Cycles: fixed a typo that would crash shaders that use the "Is Diffuse Ray" o...Stefan Werner
2016-06-13Cycles: Fix unhandled enumerator in OSL switchSergey Sharybin