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-04-13Gawain: use ShaderInterface to manage uniformsMike Erwin
2017-04-13Gawain: add immUniform4ivMike Erwin
2017-04-13Gawain: add (temp) legacy GLSL support to ShaderInterfaceMike Erwin
2017-04-13Gawain: improve ShaderInterfaceMike Erwin
2017-04-13Use 'safe' macros for common free operationCampbell Barton
2017-04-12Merge branch 'master' into 28Campbell Barton
2017-04-11Use immediate mode API for OpenColorIOSergey Sharybin
2017-04-11Cycles: Only calculate global size of split kernel once to avoid changesMai Lavelle
2017-04-11Cycles: Implement automatic global size for CUDA split kernelMai Lavelle
2017-04-11Merge branch 'master' into blender2.8Campbell Barton
2017-04-11Cycles: Fix the AO replacement option in the split kernelLukas Stockner
2017-04-10Gawain: remove PRIM_QUADS_XXXMike Erwin
2017-04-10Merge branch 'master' into blender2.8Bastien Montagne
2017-04-10Merge branch 'master' into blender2.8Bastien Montagne
2017-04-10Cycles: Fix race condition in shader attribute for real nowSergey Sharybin
2017-04-10Cycles: Apparently board name could be an empty stringSergey Sharybin
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-10Add stubs to build WITH_GL_PROFILE_COREDalai Felinto
2017-04-09Cleanup: glsl indentationCampbell Barton
2017-04-09Merge branch 'master' into blender2.8Campbell Barton
2017-04-08Cycles: Fix building of CUDA kernels with compilers where C++11 is disabledMai Lavelle
2017-04-08Gawain: remove GL enum from primitive APIMike Erwin
2017-04-07Gawain: remove GL enum from vertex format APIMike Erwin
2017-04-07Gawain: append XXX to PRIM_QUADS to make it scaryMike Erwin
2017-04-07Cycles: Fix warning with MSVCSergey Sharybin
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-07Libmv: Correction to previous commitSergey Sharybin
2017-04-07Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-04-07Libmv: Fix crash of keyframe selection on 32bit linuxSergey Sharybin
2017-04-07Cycles: Fix access of NULL pointer as arraySergey Sharybin
2017-04-07Cleanup: Unused functionSergey Sharybin
2017-04-07Cycles: Fix corrupted mesh render when topology differs at the next frameSergey Sharybin
2017-04-07Cycles: Change work pool and global size of split CPU for easier debuggingMai Lavelle
2017-04-07Cycles: Fix indentationMai Lavelle
2017-04-07Cycles: Add missing flushMai Lavelle
2017-04-07Cycles: Check ray state properly to avoid endless loopMai Lavelle
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-04-06Gawain: add VertexBuffer prefix to functionsMike Erwin
2017-04-05Merge branch 'master' into blender2.8Sergey Sharybin
2017-04-05Cycles: Fix race condition in attributes creation during SVM compilationSergey Sharybin
2017-04-05Cycles: Add utility class to simplify scoped spin locksSergey Sharybin
2017-04-05Cycles: Guard global write access in SVM compilation codeSergey Sharybin
2017-04-05Locales: Some optimization workSergey Sharybin
2017-04-04Merge branch 'master' into blender2.8Sergey Sharybin
2017-04-04Cycles: Tag shaders for update after the threading part is overSergey Sharybin
2017-04-04Cycles: Fix uninitialized memory access when comparing curve mapping nodesSergey Sharybin
2017-04-03Merge branch 'master' into blender2.8Sergey Sharybin