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
2014-10-23Merge remote-tracking branch 'origin/master' into soc-2014-fluidDaniel Genrich
2014-10-23readGridFromMemory correct dimensionalityRoman Pogribnyi
2014-10-23Cleanup: spellingCampbell Barton
2014-10-23Checked each of my (jwilkins) XXX notes.Jason Wilkins
2014-10-22OSX: as we cannot be sure to have ARC, better release allocated notificationJens Verwiebe
2014-10-22OSX/GHOST: use notifications to inform user about a progress reached 100%Jens Verwiebe
2014-10-22Revert "Cycles: Implement Mitchell-Netravali pixel filter"Sergey Sharybin
2014-10-22Cycles: Implement Mitchell-Netravali pixel filterSergey Sharybin
2014-10-22Cycles: Code cleanup -- use bitshifts instead of hardcoded constantsSergey Sharybin
2014-10-22Cycles: Get rid of hardcoded enum values in the codeSergey Sharybin
2014-10-22Cycles: Expose volume voxel data interpolation to the interfaceSergey Sharybin
2014-10-22Cycles: Implement tricubic b-spline interpolation for CPU texture_imageSergey Sharybin
2014-10-22high-res: inflow data passed in-memory, forces workingRoman Pogribnyi
2014-10-21Fix T42178: Cycles Film Exposure not triggering Viewport updateSergey Sharybin
2014-10-18low-res: passing obstacles in-memoryRoman Pogribnyi
2014-10-18low res: errors in grid construction fixed, methods for passing obstacles to ...Roman Pogribnyi
2014-10-17Cleanup, since we don't put Cycles compat into regular bl_ui files. ;)Bastien Montagne
2014-10-17Fix python module (bpy) compilation - broken since 8d084e8cDalai Felinto
2014-10-17Cycles: Fix for possibly uninitialized variableSergey Sharybin
2014-10-17Different fix for T42262, we don't put Cycles compat into regular bl_ui files.Thomas Dinges
2014-10-17in-memory passing of force fieldsRoman Pogribnyi
2014-10-16generating grid name from typeRoman Pogribnyi
2014-10-16passing void pointers for different types of gridsRoman Pogribnyi
2014-10-16Cycles: Implement an area preserving parameterization sampling for area lampsSergey Sharybin
2014-10-15passing inflow adaptive grids without disk filesRoman Pogribnyi
2014-10-15Fix T42160: CUDA error: ILLEGAL_ADDRESS in cuCtxSynchronize()Sergey Sharybin
2014-10-15Futher tweaks to WITH_CPU_SSE optionSergey Sharybin
2014-10-14Cycles: Do cuda pointer arithmetic in integers, don't use pointer arithmeticSergey Sharybin
2014-10-14Cleanup: wsCampbell Barton
2014-10-14OSX/GHOST: replace spaces with tabs in sesponese to rB424c050a6fc1Jens Verwiebe
2014-10-14Fix inconsistent types in guardeallocDan HorĂ¡k
2014-10-14Fix T42021: OSL doesn't work when there are non-ascii chars in the pathSergey Sharybin
2014-10-14OSX: refinement for last fullscreen condition commitJens Verwiebe
2014-10-14OSX: only use lionstylefullscreen when seperate spaces are used, todo: use re...Jens Verwiebe
2014-10-14in GHOST_ContextWGL.cpp, in functions that use goto, converted declarations t...Jason Wilkins
2014-10-13Fix embarrassing typo...Thomas Dinges
2014-10-12Cycles: Add CUDA support for sm_32 (Tegra K1, Jetson TK1).Thomas Dinges
2014-10-12Cleanup: Typo fix for Blackbody variable, had different naming in the comment...Thomas Dinges
2014-10-11Manta_API as singletoneRoman Pogribnyi
2014-10-11debug output, smoke BCRoman Pogribnyi
2014-10-11returning to non-static methodsRoman Pogribnyi
2014-10-11Cycles: set hit values in-orderCampbell Barton
2014-10-11fixed printf format warning that occurred with 64-bit targetsJason Wilkins
2014-10-11check for missing Windows error code headers (was missing from Mingw64)Jason Wilkins
2014-10-10Fix typo breaking compilation with rather strict flags (does not like implici...Bastien Montagne
2014-10-10Cycles: Use a bit better approach for erfinv()Sergey Sharybin
2014-10-10OSX: as an prerequisite to make Dalai's upcoming "area_fullsceen" work,Jens Verwiebe
2014-10-09Enable atomic peak memory detectionSergey Sharybin
2014-10-09Cycles: Remove redundant float4->float3 conversionSergey Sharybin
2014-10-08Fix OpenGL error on cycles rendered viewport.Antony Riakiotakis