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
2012-09-12Attempted fix for #32415: tighten up cycles opencl initialization checks to t...Brecht Van Lommel
2012-09-12Cycles UI:Thomas Dinges
2012-09-11Performance fix for Cycles: Don't wait in the main UI thread when resetting d...Lukas Toenne
2012-09-11code cleanup: string c++ lib, defines for default string sizes and use m_ con...Campbell Barton
2012-09-10Fix #32529: after tomato merge, cycles multi GPU render not using all GPUs withBrecht Van Lommel
2012-09-10Cleanup for OSL linking in cmake: Move cmake OSL library search and path defi...Lukas Toenne
2012-09-08style cleanupCampbell Barton
2012-09-08style cleanupCampbell Barton
2012-09-07Fix for Cycles (CUDA) compilation (again ...). Moved the AttributeStandard en...Lukas Toenne
2012-09-06Resolve CUDA kernel compilation errorSergey Sharybin
2012-09-06Cycles compiler fixes related to OSL changes:Lukas Toenne
2012-09-06style cleanup: indentationCampbell Barton
2012-09-06code clenup: comments and some style edits on ghost/osx (odd indentation)Campbell Barton
2012-09-06OSL Backend:Thomas Dinges
2012-09-06silencing some of the warnings in OSL for OSXDalai Felinto
2012-09-05Quick fix for compiler error. Somehow the isfinite symbol got lost for SVM to...Lukas Toenne
2012-09-05Fix for attribute lookup in OSL. This uses a map in the OSL globals instead o...Lukas Toenne
2012-09-05Cycles fix: particle standard attribute had no name conversion yet.Lukas Toenne
2012-09-05Fix for OSL memory leak. The context creation for OSL is now done in the shad...Lukas Toenne
2012-09-05* Forgot to commit CMake change for the Brick texture.Thomas Dinges
2012-09-05OSL:Thomas Dinges
2012-09-05Cycles / OSL:Thomas Dinges
2012-09-04Revert "Use one context per OSL thread. Not sure if this actually works, but ...Lukas Toenne
2012-09-04OSL:Thomas Dinges
2012-09-04Fix for OSL input parameter name mapping. When assigning input constants to s...Lukas Toenne
2012-09-04Minor syntax error in musgrave osl texture.Lukas Toenne
2012-09-04OSL:Thomas Dinges
2012-09-04Cycles: merge of changes from tomato branch.Brecht Van Lommel
2012-09-04OSL:Thomas Dinges
2012-09-04Use one context per OSL thread. Not sure if this actually works, but the simp...Lukas Toenne
2012-09-04Fix for bad memory leak in OSL: the context created for each OSL sample did n...Lukas Toenne
2012-09-04fix for building without python, also rework python-main-loop control in the ...Campbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-09-03Fix for Cycles OSL: The RenderServices pointer in ShadingSystem is no longer ...Lukas Toenne
2012-09-03The shader id generated by the manager contains some special flags in high bi...Lukas Toenne
2012-09-03Fix #32089: non-progressive integrator issue with semi-transparent surfaces.Brecht Van Lommel
2012-09-03Fix #32046: GHOST_DropTargetWin32 memory leak, patch by Matt D.Brecht Van Lommel
2012-09-03Fix #32088: cycles crash removing a lamp with non-progressive sampling.Brecht Van Lommel
2012-09-03OSL / Cmake:Thomas Dinges
2012-09-03Fix #32097: cycles window texture coordinate wrong, happened after 2.63.Brecht Van Lommel
2012-09-03Enable compilation of the SVM backend for Cycles even when OSL is enabled. Th...Lukas Toenne
2012-09-03Fix #32144: cycles viewport missing update with dupliverts. Ideally this woul...Brecht Van Lommel
2012-09-03* Added back UI switch for the Cycles shading system. Only visible when the f...Thomas Dinges
2012-09-03Fix for OSL shader install paths.Lukas Toenne
2012-09-03RTTI needs to be disabled in cycles for OSL.Lukas Toenne
2012-09-03Added library linking for cycles_kernel_osl to OSL libraries and added cycles...Lukas Toenne
2012-09-03Replaced dynamic_casts for node type checks by simple 'special type' identifi...Lukas Toenne
2012-09-02Cycles compile fix: only use std::isfinite when OSL is enabled.Lukas Toenne
2012-09-02* Removed last occurrence of get_pointcloud_attr_query. Thomas Dinges
2012-09-02* OSL can't overwrite input parameters, use a local variable instead.Thomas Dinges