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
2015-05-09Cycles: Change the way how we pass requested capabilities to the deviceSergey Sharybin
2015-04-10Cycles: Fix compilation error on windows after recent logging changesSergey Sharybin
2015-04-10Cycles: Add some statistics loggingSergey Sharybin
2015-03-29Optionally use c++11 stuff instead of boost in cycles where possible. We do a...Martijn Berger
2015-03-27Cycles: Code cleanup, spaces around keywordsSergey Sharybin
2015-03-27Cycles: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-02-19Cycles: Cleanup for indentation in device_cpu.cppSergey Sharybin
2015-02-02Cycles: Fix inconsistent command line used for runtime kernel compilationSergey Sharybin
2015-02-02Cycles: Allow paths customization via environment variablesSergey Sharybin
2015-01-06Cycles: Repot CPU and CUDA capabilities to system info operatorSergey Sharybin
2015-01-02Cycles: Fix compilation error on AVX platforms with -arch-nativeSergey Sharybin
2014-12-31Cycles: Add logging to OSL and CUDA initialization/compilationSergey Sharybin
2014-12-31Cycles: Synchronize changes with standalone repositorySergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-12-08Docs: reference the new manualCampbell Barton
2014-12-02Cycles: Remove workaround for missing sm_52 kernel, now we require it for Max...Thomas Dinges
2014-11-03Fix typo breaking compilation with SSE2.Bastien Montagne
2014-10-30Cycles / CUDA: Better fix for missing sm_52 kernel, in case user compiles him...Thomas Dinges
2014-10-30Deduplicate some code by using a function pointer to the real kernelMartijn Berger
2014-10-14Cycles: Do cuda pointer arithmetic in integers, don't use pointer arithmeticSergey Sharybin
2014-10-08Ghost Context RefactorJason Wilkins
2014-10-06Cycles: Workaround dead-slow expf() on 64bit linuxSergey Sharybin
2014-10-05Cycles: Make OpenCL folks happy to use __KERNEL_DEBUG__Sergey Sharybin
2014-10-05Cycles: Fix for debug kernel not working with CUDASergey Sharybin
2014-10-05Cycles / CUDA: Workaround to make sm_52 (Maxwell) cards work.Thomas Dinges
2014-10-03Cycles: Implement preliminary test for volume stack update from SSSSergey Sharybin
2014-09-04Fix wrong track of the memory when doing device vector resize before freeing itSergey Sharybin
2014-08-26Cycles: Add an experimental CUDA kernel.Thomas Dinges
2014-08-22Cycles: Drop support for CUDA 5.0 Toolkit, only 6.0 and 6.5 (recommended) are...Thomas Dinges
2014-08-19Fix T41471 Cycles Bake: Setting small tile size results in wrong bake with st...Dalai Felinto
2014-08-15Revert "Fix T41222 Blender gives weird output when baking (4096*4096) resolut...Dalai Felinto
2014-08-09Cycles OpenCL error to string removed in favour of the same function in clew.Martijn Berger
2014-08-05Fix T41222 Blender gives weird output when baking (4096*4096) resolution on GPUDalai Felinto
2014-08-05Deduplicate CUDA and OpenCL wranglersSergey Sharybin
2014-08-02SpellingCampbell Barton
2014-07-29Implement get_split_task_count to make device_network compile again.Martijn Berger
2014-07-25Cycles Bake: show progress bar during bakeDalai Felinto
2014-07-25Switch to Cuda 4.0 style api for kernel invocation. This is a small clean-up ...Martijn Berger
2014-07-05Cleanup: Typo fixes.Thomas Dinges
2014-07-02Cycles: Update CUDA error messages, based on Toolkit 6.0.Thomas Dinges
2014-07-02Cleanup: Remove unused checks in CUDA device code.Thomas Dinges
2014-06-14Cycles: Add an AVX2 CPU kernel.Thomas Dinges
2014-06-06Fix T40370: cycles CUDA baking timeout with high number of AA samples.Brecht Van Lommel
2014-06-05Fix T40228: cycles CUDA multi GPU + world MIS giving error.Brecht Van Lommel
2014-05-27Fix T40379: world MIS causing too much CUDA memory usage.Brecht Van Lommel
2014-05-26Fix T40306: cycles baking not distributing work among CPU cores well.Brecht van Lommel
2014-05-19Cycles: revert async CUDA changes, these are giving too much trouble still.Brecht Van Lommel
2014-05-11Cycles / CUDA: Increase maximum image textures on GPU.Thomas Dinges
2014-05-10Fix T40119, CUDA Toolkit version mismatchThomas Dinges
2014-05-04Style cleanup: indentation, bracesCampbell Barton