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
2013-09-08Cycles:Thomas Dinges
2013-09-08Cycles:Thomas Dinges
2013-09-07Remove unused constant.Sergey Sharybin
2013-09-07Code cleanup: us commented out arg names rather than leaving them if unusedSergey Sharybin
2013-09-06Code cleanup / Cycles:Thomas Dinges
2013-09-06fix for bug in GHOST/SDL, events dont always have a window (which ghost needs).Campbell Barton
2013-09-05code cleanup:Campbell Barton
2013-09-05Added a brie instruction how to build simple memtestSergey Sharybin
2013-09-05Ghost test application could be compiled againSergey Sharybin
2013-09-05fix [#36459] Official blenderplayer can not go fullscreen on LinuxCampbell Barton
2013-09-05Ghost_SDL: Fixing the DEF_CURSOR macro so it works in release builds.Mitchell Stokes
2013-09-04Code cleanup / Cycles:Thomas Dinges
2013-09-04Code cleanup / Cycles:Thomas Dinges
2013-09-04Compile fix / Cycles:Thomas Dinges
2013-09-04Add new cursor types to data handling to account for Intuos 4 device (pen and...Nathan Letwory
2013-09-04Fix cycles CUDA/OpenCL build error after recent change.Brecht Van Lommel
2013-09-04Fix a few issues reported by coverity scan.Brecht Van Lommel
2013-09-04Cycles: add a sharpness input to the Cubic SSS falloff. When set to 1 this willBrecht Van Lommel
2013-09-03Fixed crash on Visual StudioAlexander Kuznetsov
2013-09-03reorder BLI_strict_flags.h include so its not conflicting with stdio.h on apple.Campbell Barton
2013-09-03remove WINDOWS checks in cmake, this variable isn't defined on windows and ch...Campbell Barton
2013-09-02Cycles:Thomas Dinges
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-09-01Fix OS X compile error after enabling strict build flags for this module.Brecht Van Lommel
2013-09-01Fix #36620: sss + indirect light rendering artifacts, due to wrong correlatio...Brecht Van Lommel
2013-09-01kd-tree,Campbell Barton
2013-09-01Mingw/Windows Compiling FixJoshua Leung
2013-09-01use strict flags for guarded allocCampbell Barton
2013-08-31Cycles:Thomas Dinges
2013-08-31Cleanup:Thomas Dinges
2013-08-31Cycles: Thomas Dinges
2013-08-31Cycles / Standalone:Thomas Dinges
2013-08-31Cycles: viewport render now takes scene color management settings into account,Brecht Van Lommel
2013-08-31RenderEngine API: add viewport draw utility functions to bind a GLSL fragmentBrecht Van Lommel
2013-08-31Fix #36137: cycles render not using all GPU's when the number of GPU's is largerBrecht Van Lommel
2013-08-31use CMAKE_DL_LIBS rather then linking libdl directly.Campbell Barton
2013-08-30Fix for [#36610] The new sky model produces strange resultsThomas Dinges
2013-08-30Cycles / Standalone:Thomas Dinges
2013-08-30Fix #36611: cycles issue loading png file with 2 channels.Brecht Van Lommel
2013-08-30quiet compiler warningsCampbell Barton
2013-08-30Cycles Standalone: Thomas Dinges
2013-08-30Attempted fix for #36569: couldn't unmap memory errors on Windows. The guarde...Brecht Van Lommel
2013-08-30Cleaning up some prints related to SDL.Mitchell Stokes
2013-08-30Adding support for enabling/disabling vsync to Ghost_SDL.Mitchell Stokes
2013-08-30Fix part of #36594: 16 bit tiff not loading with correct color space in cycles.Brecht Van Lommel
2013-08-29Use static odifier for non-public functions in new sky model.Sergey Sharybin
2013-08-29correct own recent commit, malloc_usable_size() isn't valid for mmap()'d memory.Campbell Barton
2013-08-28Cycles: change Gaussian subsurface scattering falloff to be more similar toBrecht Van Lommel
2013-08-28Cycles / OpenCL:Thomas Dinges
2013-08-28Cycles / Sky Texture:Thomas Dinges