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-16OSL Fix for fireflies in velvet bsdf, ported over from SVM fix in r41738.Lukas Toenne
2012-09-16Fix some warnings treated as errors here.Sergey Sharybin
2012-09-16use the format attribute in more places, disable X11 options when building wi...Campbell Barton
2012-09-16style cleanupCampbell Barton
2012-09-16fix for error in recent commit (made function static that shouldn't have been...Campbell Barton
2012-09-16code cleanup: quiet warnings for gcc's -Wundef, -Wmissing-declarationsCampbell Barton
2012-09-16code cleanup: remove unused structs and also some style cleanup.Campbell Barton
2012-09-16remove unused parts of raskter module.Campbell Barton
2012-09-15Yet another OSL fix: Some functions are missing stubs that were not used in o...Lukas Toenne
2012-09-15Fix for OSL 'Normal' node: the Direction parameter is of 'normal' type instea...Lukas Toenne
2012-09-15Generate compatible OSL shader parameter names in cases where the node has an...Lukas Toenne
2012-09-15OSL implementation of RGB ramp node.Lukas Toenne
2012-09-15Cycles / OSL:Thomas Dinges
2012-09-15Cycles / OSL:Thomas Dinges
2012-09-15Color Management, Stage 1: Initial OpenColorIO library integrationSergey Sharybin
2012-09-15syntax error in previous commitCampbell Barton
2012-09-15code cleanup: quiet some windows warnings.Campbell Barton
2012-09-15code cleanup: modify DO_INLINE define to not use __inline with mingwCampbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-15style cleanupCampbell Barton
2012-09-14Implemented the Particle Info for OSL. Uses the following attributes:Lukas Toenne
2012-09-14Added Object Info node implementation for OSL. This uses an additional attrib...Lukas Toenne
2012-09-14Cycles / Test:Thomas Dinges
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