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-07-28Cycles: Prepare for more image extension types supportSergey Sharybin
2015-06-27Cycles: Fix for wrong device enumeration in CUDASergey Sharybin
2015-06-20Cycles: Don't show pre-sm_20 CUDA cards in the device listSergey Sharybin
2015-06-05Cycles: Initial support for OpenCL capabilities reportsSergey Sharybin
2015-06-01Cycles: Code cleanup, spaces around keyword and braceSergey Sharybin
2015-05-22Cycles: Restructure kernel files organizationSergey Sharybin
2015-05-15Cycles: Make experimental kernel build option more genericSergey Sharybin
2015-05-11Cycles: Get rid of one more OpenGL matrix manipulation/push/pop.Antony Riakiotakis
2015-05-11Cycles: use vertex buffers when possible to draw tiles on the screen.Antony Riakiotakis
2015-05-11Cycles OpenGL: Don't use full matrix transform when we can just useAntony Riakiotakis
2015-05-09Cycles: Change the way how we pass requested capabilities to the deviceSergey Sharybin
2015-04-10Cycles: Add some statistics loggingSergey Sharybin
2015-03-27Cycles: Code cleanup, spaces around keywordsSergey Sharybin
2015-03-27Cycles: Code cleanup, prepare for strict C++ flagsSergey 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
2014-12-31Cycles: Add logging to OSL and CUDA initialization/compilationSergey 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-10-30Cycles / CUDA: Better fix for missing sm_52 kernel, in case user compiles him...Thomas Dinges
2014-10-14Cycles: Do cuda pointer arithmetic in integers, don't use pointer arithmeticSergey 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-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-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-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-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-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-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-17Cycles CUDA: don't use cuLaunchGridAsync at all for display devices.Brecht Van Lommel