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
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
2014-05-03Code cleanup: style, require ; for cuda_assert, opencl_assertCampbell Barton
2014-05-03Cycles: CUDA changes for kernel evaluation cancelBrecht Van Lommel
2014-05-03Cycles BakeDalai Felinto
2014-05-03Code cleanup: Add -Werror=float-conversion to CyclesCampbell Barton
2014-04-30Cycles CUDA: make CUDA toolkit 6.0 the official supported version.Brecht Van Lommel
2014-04-21Cleanup: Remove OpenCL __MULTI_CLOSURE__ sanity check, not needed anymore aft...Thomas Dinges
2014-04-17Cycles CUDA: don't use cuLaunchGridAsync at all for display devices.Brecht Van Lommel
2014-04-17Cycles CUDA: only do async execution for GPUs not used for display.Brecht Van Lommel
2014-04-16Fix another compile error with recent commit on visual studio.Brecht Van Lommel
2014-04-16Cycles CUDA: enabled branched path kernel again, with more registers.Brecht Van Lommel
2014-04-16Cycles code refactor: use __launch_bounds__ instead of -maxrregcount for CUDA.Brecht Van Lommel
2014-04-09Cycles / CUDA: Increase sm_2x registers to 40.Thomas Dinges
2014-04-07OpenCL Change opencl_assert to be more like cuda assert where possible.Martijn Berger
2014-04-04Cycles: Disable Branched Path on all GPUs for now, until we separate the cubins.Thomas Dinges
2014-03-29Cycles code internals: add CPU kernel support for 3D image textures.Brecht Van Lommel
2014-03-27Cycles: Raise a proper error message when using Branched Path on sm_30, this ...Thomas Dinges
2014-03-26Fix T39420: Cycles viewport/preview flickers, when moving mouse across editorsSergey Sharybin
2014-03-19Fix T39247Martijn Berger
2014-03-08Add support for multiple interpolation modes on cycles image texturesMartijn Berger