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-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
2012-09-02Cycles / OSL:Thomas Dinges
2012-09-02Fixed a number of OSL syntax errors from the updated 1.2 API. Microfacet func...Lukas Toenne
2012-09-02Fix for r50314:Thomas Dinges
2012-09-02Fixed remaining syntax errors in OSL files. node_sepcomb_rgb.osl is split int...Lukas Toenne
2012-09-02Cycles / OSL:Thomas Dinges
2012-09-02OSL / Cycles:Thomas Dinges
2012-09-02Cycles / OSL:Thomas Dinges
2012-09-02Cycles / OSL:Thomas Dinges
2012-09-02Cycles / OSL:Thomas Dinges
2012-09-01Cycles / OSL:Thomas Dinges
2012-09-01Fix #32463, Cycles crashing. The particle system sync_recalc part was checkin...Lukas Toenne
2012-09-01Cycles fix: don't skip particle device update when there are no particle syst...Lukas Toenne
2012-09-01Cycles / OSLGlobals:Thomas Dinges
2012-09-01Cycles / OSL:Thomas Dinges
2012-08-31Cycles / OSL:Thomas Dinges
2012-08-31Cycles: Fix for particle info node crash: The particle 'alive' state can be s...Lukas Toenne
2012-08-31Cycles: Fully initialize the dummy particle at index 0.Lukas Toenne
2012-08-31Cycles: Start the particle index for object instances at 1 instead 0. The fir...Lukas Toenne
2012-08-31Cycles: Tag particle systems after syncing to make sure the particle system m...Lukas Toenne
2012-08-31Added a bunch of additional particle state attributes to the Cycles particle ...Lukas Toenne