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
2012-08-18style cleanup: also correct some doxy commentsCampbell Barton
2012-08-16compositor: replace C++ new/delete with guardedalloc.Campbell Barton
2012-08-14fix [#32324] regression: node group with missing ID crashes new tile node sys...Campbell Barton
2012-08-10use define for bokeh blur size, also define size of determineResolution args.Campbell Barton
2012-07-12add bli rect funcs BLI_rctf_init_minmax, BLI_rcti_init_minmaxCampbell Barton
2012-07-11Compositor read buffers work directly on the memory buffer. Jeroen Bakker
2012-07-05Change order of inclusion to stop MinGW from complainingAntony Riakiotakis
2012-07-04Highlight nodes that are being processedJeroen Bakker
2012-07-02Limit out of screen tiles to be scheduled.Jeroen Bakker
2012-06-26quiet all -Wshadow warnings in the compositor.Campbell Barton
2012-06-26rename remaining class members with m_ prefix.Campbell Barton
2012-06-17code cleanup: includes, also correct some py example typosCampbell Barton
2012-06-15style cleanup: remaining nodes in intern/Campbell Barton
2012-06-15fix for using un-initialized memory in the new compositor for the split view ...Campbell Barton
2012-06-13 * optimized threadingJeroen Bakker
2012-06-12 * FIX forJeroen Bakker
2012-06-10Applied and completed a compositor patch by Brecht to use signalling and wait...Lukas Toenne
2012-06-08 * Added OpenCL kernel for bokeh blurJeroen Bakker
2012-06-01code cleanup: warningsCampbell Barton
2012-06-01Replaced tile based memory manager with a single aligned bufferMonique Dewanchand
2012-05-18style cleanup: compositor, pointer syntax, function brace placement, line lengthCampbell Barton
2012-05-17style cleanup: braces, compositorCampbell Barton
2012-05-17 ____ Jeroen Bakker