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
path: root/intern
AgeCommit message (Expand)Author
2017-05-03Merge branch 'master' into blender2.8Lukas Stockner
2017-05-03Render API/Cycles: Identify Render Passes by their name instead of a type flagLukas Stockner
2017-05-03Cycles: Split kernel - sort shadersHristo Gueorguiev
2017-05-03Cycles: Fix OpenCL compilation failure after recent color changesSergey Sharybin
2017-05-03Cycles: Use render visibility for duplis when Render Layer option in viewport...Sergey Sharybin
2017-05-03Cycles: Simplify code in SVM image by using new utility functionSergey Sharybin
2017-05-03Cycles: Add utility function to convert float4 color from srgb to linearSergey Sharybin
2017-05-02Cycles: Remove extra clFinish from driver workaroundMai Lavelle
2017-05-02Cycles: Output split state element sizeMai Lavelle
2017-05-02Cycles: Branched path tracing for the split kernelMai Lavelle
2017-05-02Merge branch 'master' into blender2.8Sergey Sharybin
2017-05-02Cycles: Fix missing type declaration in OpenCL imageSergey Sharybin
2017-05-02Merge branch 'master' into blender2.8Sergey Sharybin
2017-05-02Cycles integration with Draw ManagerDalai Felinto
2017-05-02OCIO: Fix crash cause by bad IMM usable.Clément Foucault
2017-05-02Cycles: Fix CUDA split kernelSergey Sharybin
2017-05-02Cycles: Cache split kernels in CUDA deviceSergey Sharybin
2017-05-01Mesh Batch Cache: Add support for uv/vcol/tangent data layers.Clément Foucault
2017-05-01Reworked version of dashed line shader.Bastien Montagne
2017-05-01Check we've got GLEW version 2 when building with core profileSergey Sharybin
2017-04-29Merge branch 'master' into blender2.8Campbell Barton
2017-04-29Cycles: Fix crashes after recent image changesMai Lavelle
2017-04-28Cycles support for preview on viewport with core profileDalai Felinto
2017-04-28Merge branch 'master' into blender2.8Campbell Barton
2017-04-28Cycles: Use relative path for #line directivesSergey Sharybin
2017-04-28Libmv: Make ERROR a default printing severitySergey Sharybin
2017-04-28Cycles: Correct comment after previous commitSergey Sharybin
2017-04-28Cycles: Lower default severity level to ERRORSergey Sharybin
2017-04-28Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-04-28Cycles: De-duplicate bit magic for decoding image options in OpenCL kernelSergey Sharybin
2017-04-28Cycles: Simplify code around maximum OpenCL info size allocationSergey Sharybin
2017-04-28Cycles: Cleanup, de-duplicate image packing of various typesSergey Sharybin
2017-04-28Cycles: Quick (real) fix for broken textures on OpenCLSergey 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, always use braces for blocksSergey Sharybin
2017-04-28Cycles: Cleanup, indentation in preprocessorSergey Sharybin
2017-04-28Cycles: Cleanup, use ccl::vector instead of std::vectorSergey Sharybin
2017-04-28Cycles: Cleanup, indentaiton and trailing whitespace and wrappingSergey Sharybin
2017-04-27Gawain: safely orphan immediate mode's VBOMike Erwin
2017-04-27Gawain: fix pointer arithmetic warningMike Erwin
2017-04-27support OpenGL 3.0 on Linux only when WITH_LEGACY_OPENGL=ONMike Erwin
2017-04-27Merge branch 'master' into blender2.8Campbell Barton
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: Allow samples to finish in split kernel to avoid artifacts when cance...Mai Lavelle
2017-04-26Cycles: Change OpenCL split kernel to use single program by defaultMai Lavelle
2017-04-26Cycles: Enable Correlated Multi Jitter for OpenCL and split kernelMai Lavelle
2017-04-26Merge branch 'master' into 28Campbell Barton