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
AgeCommit message (Expand)Author
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-10-27style cleanupCampbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...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-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-07-28Blender now compiles with recent clangSergey Sharybin
2012-07-17code cleanup: spellingCampbell Barton
2012-07-10rename raskter kdtree files to be less genericCampbell Barton
2012-07-10fix: inline to __inline in raskter.c for msvcPeter Larabell
2012-07-10some code refactors in raskter.c to sync it with build where mask tiling is b...Peter Larabell
2012-07-10fix warnings/errors in recent raster commit.Campbell Barton
2012-07-10updating raskter to support tiles compositor. this commit puts in some ground...Peter Larabell
2012-07-05fix for error in own recebt commit, broke mask feathering. Campbell Barton
2012-07-04fix for crash with zero area mask.Campbell Barton
2012-07-04style cleanupCampbell Barton
2012-06-24Mark some utility functions as static to avoid namespace conflictsSergey Sharybin
2012-06-20style cleanupCampbell Barton
2012-06-14comment unused varsCampbell Barton
2012-06-14simple assignments added to pre-processor temporary section of function to av...Peter Larabell
2012-06-13add Anti-Aliasing (very rough draft algorithm, NOT FINAL version) to raskter ...Peter Larabell
2012-06-08typo/style editsCampbell Barton
2012-06-08- remove redundant NULL checks from mallocn's local linked list functions.Campbell Barton
2012-06-05style cleanupCampbell Barton
2012-06-04include cleanup, also raskter wasn't building on osxCampbell Barton
2012-06-04raskter rasterizer by Pete Larabell, from tomato branchCampbell Barton