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-10-24Cycles: Fix shadowing variable which also causes use of uninitialized variableSergey Sharybin
2016-10-24Cycles: Cleanup, styleSergey Sharybin
2016-10-23Cycles: OpenCL 3d textures support.Hristo Gueorguiev
2016-10-23Fix Cycles address space OpenCL error after recent fix.Brecht Van Lommel
2016-10-22Fix T49750: Cycles wrong ray differentials for perspective and stereo cameras.Brecht Van Lommel
2016-10-15Cycles: use near clipping distance in panorama camera.Scott Wu
2016-10-12Fix build error with WITH_CYCLES_NATIVE_ONLY and recent AVX2 changes.Brecht Van Lommel
2016-10-12Cycles: Implement AVX2 version of triangle_intersectSergey Sharybin
2016-10-12Cycles: Add new avxf vectorized data typeSergey Sharybin
2016-10-12Cycles: Enable SSE options of math module for AVX2 kernelsSergey Sharybin
2016-10-12Cycles: Get rid of ifdef-ed noinline policySergey Sharybin
2016-10-12Cycles: Fix use of uninitialized variable in SSSSergey Sharybin
2016-10-12Cycles: Cleanup, styleSergey Sharybin
2016-10-07Cycles: Fix OpenCL split kernel compilation after recent CUDA 8 performance fixLukas Stockner
2016-10-03Cycles CUDA: make CUDA 8.0 the officially supported version for all platforms.Brecht Van Lommel
2016-10-03Fix Cycles CUDA performance on CUDA 8.0.Brecht Van Lommel
2016-10-01Cycles: implement partial constant folding for exponentiation.Alexander Gavrilov
2016-09-29Cycles: Cleanup file headersSergey Sharybin
2016-09-28Cycles: Cleanup, indentationSergey Sharybin
2016-09-28Cycles: Fix compilation error with minimal feature setSergey Sharybin
2016-09-26Cycles: Use correct light sampling PDF for MIS calculation with Branched Path...Lukas Stockner
2016-09-25Cycles: Fix T49411: Multiscatter GGX with zero roughness when Filter Glossy i...Lukas Stockner
2016-09-21Cycles: Cleanup, whitespaceSergey Sharybin
2016-09-21Cycles: Make code more uniform across two versions of shadow_blocked()Sergey Sharybin
2016-09-21Cycles: Remove out of date commentSergey Sharybin
2016-09-20Cycles: Make regular bvh traversal functions close to each otherSergey Sharybin
2016-09-20Cycles: Re-group ifdef so we check for particular feature only onceSergey Sharybin
2016-09-20Cycles: Avoid conversion from bool to uintSergey Sharybin
2016-09-19Cycles: Cleanup code style in split kernelSergey Sharybin
2016-09-19Cycles: More tweaks to make specialized BVH traversal matchingSergey Sharybin
2016-09-19Cycles: Avoid redundant intersection pre-calculationSergey Sharybin
2016-09-19Cycles: Cleanup, sync some comments across different traversalSergey Sharybin
2016-09-19Cycles: Cleanup, always use parenthesisSergey Sharybin
2016-09-19Cycles: Move BVH constants to an own files, so they are easily re-usableSergey Sharybin
2016-09-14Cycles: Deduplicate light pass codeLukas Stockner
2016-09-14Cycles: Stop lamp sampling if the lamp isn't visibleLukas Stockner
2016-09-14Cycles: Also support the constant emission speedup for mesh lightsLukas Stockner
2016-09-12Fix T49327: Cycles OSL Mode: RGB Curves node only outputs gray scale imagesSergey Sharybin
2016-09-12Cycles: Fix wrong SSS in combination with hair on AVX2 platformSergey Sharybin
2016-09-11Cycles: Replace object index hack with actual checks for SD_TRANSFORM_APPLIEDMai Lavelle
2016-09-11Cycles: Fix bump mapping to use object space when used with true displacementMai Lavelle
2016-09-09Cycles: Don't run full shader evaluation for constant emission lampsLukas Stockner
2016-09-08Cycles: Fix OpenCL speed regression introduced with the improved bump mappingLukas Stockner
2016-09-04Fix a few OpenCL compiler warnings.Brecht Van Lommel
2016-09-02Cycles: Silence strict compiler warning in release buildSergey Sharybin
2016-09-02Cycles microdisplacement: Improved automatic bump mappingMai Lavelle
2016-08-31Cycles: don't crash if OSLRenderServices::osl_ts is unsetMai Lavelle
2016-08-30Fix T49187: inconsistent Normal Map node output for backfacing polygons.Alexander Gavrilov
2016-08-25Cycles: Cleanup, indentationSergey Sharybin
2016-08-25Cycles: Support proper visibility check in single volume intersection step fo...Sergey Sharybin